Skip to content

Commit

Permalink
v2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qriouslad committed May 15, 2023
1 parent d47e62e commit 56785d9
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://bowo.io/vi-sp-rdm
Tags: php variables, variable dump, debug, developer
Requires at least: 4.8
Tested up to: 6.2
Stable tag: 2.3.0
Stable tag: 2.4.0
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -53,9 +53,9 @@ This would help you locate and clean up the inspector lines once you're done deb

### PRO Version

If you need something more versatile for larger, more complex projects, these PRO features might come in handy:
If you need something more versatile for larger, more complex projects, these [PRO features](https://bowo.io/vi-up-hstd-dsc) might come in handy:

- **vi( $variable )** inspector to replace the do_action() above and automatically includes the file path and line number.
- **vi( $variable )** inspector to replace the do_action() above and automatically includes the file path and line number. Or, use **vis( $variable_name, 'variable_name' )** when inspecting in/via code snippets plugins (Code Snippets, WPCodeBox, Scripts Organizer, etc.) or custom code module of page builders (Bricks, Oxygen Builder, etc.)
- **dump_print_r** and **dump_print_tree** viewers: both viewers combines var_dump and print_r, with the later allowing for collapsing and expanding data nodes, which is especially useful for inspecting long and complex arrays and objects.
- **kint** viewer: an advanced viewer with table view for multi-dimensional arrays, node access path info, capability to search inside variables, pop-up window viewing and advanced info for your complex objects, e.g. available methods and static class properties.
- **Categorize and filter results by color**. This, for example, allows you to categorize $variables according to which stage they're in inside your code.
Expand All @@ -64,9 +64,9 @@ If you need something more versatile for larger, more complex projects, these PR
- **View up to 250 results**. The free version is limited to 25 results.
- **Individual and bulk deletion** of results. Easily clean up your inspection dashboard from obsolete results you no longer need to reference.

See a screenshot of the PRO version below in the screenshots section.
[Click here](https://bowo.io/vi-pro-scrsht-rdm) to see a screenshot of the [PRO version](https://bowo.io/vi-up-hstd-dsc) or see below in the screenshots section.

To upgrade, simply go to Variable Inspector dashboard in wp-admin and hit the Upgrade button. Or, go to this [hosted page](https://bowo.io/vi-up-hstd-dsc).
To upgrade, simply go to Variable Inspector dashboard in wp-admin and hit the Upgrade button. Or, go to the [PRO version's description page](https://bowo.io/vi-up-hstd-dsc) and purchase the PRO version there.

### Check These Out Too

Expand All @@ -92,9 +92,14 @@ Variable Inspector was built with: [WordPress Plugin Boilerplate](https://github

## Changelog

### Sponsor Admin and Site Enhancements
### Sponsor Variable Inspector

If this plugin has been useful for your **personal project(s), paid dev work, client site(s) and or agency's workflow**, please kindly consider **sponsoring from as little as USD 1**([monthly](https://bowo.io/vi-sp-gth-chnlg) or [one-time](https://bowo.io/vi-sp-ppl-chnlg)). This helps ensure you're going to continue seeing **new features and/or fixes**, hopefully for years to come. Thank you!
If this plugin has been useful for your **personal project(s), paid dev work, client site(s) and or agency's workflow**, please kindly consider **sponsoring from as little as USD 1** ([monthly](https://bowo.io/vi-sp-gth-chnlg) or [one-time](https://bowo.io/vi-sp-ppl-chnlg)). This helps ensure you're going to continue seeing **new features and/or fixes**, hopefully for years to come. Thank you!

### 2.4.0 (2023.05.15)

* [PRO] Added vis() inspector for inspecting $variables via code snippets plugins or custom code modules of page builders
* Remove freemius SDK from free version

### 2.3.0 (2023.04.24)

Expand Down

0 comments on commit 56785d9

Please sign in to comment.