Changeset 2240327
- Timestamp:
- 02/07/2020 08:45:05 AM (6 years ago)
- Location:
- php-console-log/trunk
- Files:
-
- 2 edited
-
php-console-log.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
php-console-log/trunk/php-console-log.php
r2121006 r2240327 4 4 Plugin URI: https://marcusviar.com/php-console-log 5 5 Description: Log PHP variables and arrays to the web console in your browser via JavaScript's console.log(). No browser extensions required. 6 Version: 1.0. 06 Version: 1.0.1 7 7 Contributors: marcusviar 8 8 Author: Marcus Viar … … 40 40 define( 'PHP_CONSOLE_LOG_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) ); 41 41 define( 'PHP_CONSOLE_LOG_PLUGIN_PAGE_LINK_FILTER', "plugin_action_links_" . PHP_CONSOLE_LOG_PLUGIN_BASENAME ); 42 define( 'PHP_CONSOLE_LOG_VERSION', '1.0. 0' );42 define( 'PHP_CONSOLE_LOG_VERSION', '1.0.1' ); 43 43 44 44 /** -
php-console-log/trunk/readme.txt
r2121006 r2240327 4 4 Tags: console log, debug, browser, development, php, web console, console, log, debugging, errors, dev, javascript 5 5 Requires at least: 4.4 6 Tested up to: 5. 27 Stable tag: 1.0. 06 Tested up to: 5.3.2 7 Stable tag: 1.0.1 8 8 Requires PHP: 5.6.20 9 9 License: GPLv2 or later … … 146 146 = 1.0.0 = 147 147 Initial release. 148 149 = 1.0.1 = 150 * Removed (unneeded) assets folder 151 * Bumped WP compatibility to 5.3.2
Note: See TracChangeset
for help on using the changeset viewer.