Plugin Directory

Changeset 2240327


Ignore:
Timestamp:
02/07/2020 08:45:05 AM (6 years ago)
Author:
marcusviar
Message:

Removed (unneeded) assets folder
Bumped WP compatibility to 5.3.2

Location:
php-console-log/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • php-console-log/trunk/php-console-log.php

    r2121006 r2240327  
    44Plugin URI: https://marcusviar.com/php-console-log
    55Description: 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.0
     6Version: 1.0.1
    77Contributors: marcusviar
    88Author: Marcus Viar
     
    4040define( 'PHP_CONSOLE_LOG_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) );
    4141define( 'PHP_CONSOLE_LOG_PLUGIN_PAGE_LINK_FILTER', "plugin_action_links_" . PHP_CONSOLE_LOG_PLUGIN_BASENAME );
    42 define( 'PHP_CONSOLE_LOG_VERSION', '1.0.0' );
     42define( 'PHP_CONSOLE_LOG_VERSION', '1.0.1' );
    4343
    4444/**
  • php-console-log/trunk/readme.txt

    r2121006 r2240327  
    44Tags: console log, debug, browser, development, php, web console, console, log, debugging, errors, dev, javascript
    55Requires at least: 4.4
    6 Tested up to: 5.2
    7 Stable tag: 1.0.0
     6Tested up to: 5.3.2
     7Stable tag: 1.0.1
    88Requires PHP: 5.6.20
    99License: GPLv2 or later
     
    146146= 1.0.0 =
    147147Initial 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.