Plugin Directory

Changeset 1403160


Ignore:
Timestamp:
04/24/2016 05:16:10 AM (10 years ago)
Author:
Askupa Software
Message:

Releasing PHP Settings v1.0.4

Location:
php-settings
Files:
22 added
1 edited

Legend:

Unmodified
Added
Removed
  • php-settings/trunk/readme.txt

    r1399885 r1403160  
    44Requires at least: 3.0
    55Tested up to: 4.5.0
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1818The plugin also features a table containing a list of all the core PHP settings and their active values.
    1919Settings that are successfully overridden become highlighted in the table.
    20 Additionally, you can click on any one of the settings in the table to automatically copy it to the editor.
     20Additionally, you can click on any one of the settings in the table and copy it to the editor.
    2121This makes it extremely easy to add or remove directives in a local `.ini` file.
     22Finally, a search box is built into the settings table to allow you to search for PHP directives to easily see their current value or copy them to the editor.
    2223
    2324**Features**
     
    2526* Code editor with syntax highlighting
    2627* A table showing all PHP core settings and their values
     28* A Search box to search for PHP directives
    2729* Settings that are locally overridden become highlighted in the table
    28 * Click on any setting field in the table to automatically copy it to the editor
     30* Click on any setting field in the table to copy it to the editor
    2931* Save the settings to local `.ini` files asynchronously (no page reload)
    3032* Delete local `.ini` files created by the plugin
     
    7072== Changelog ==
    7173
     74= 1.0.4 =
     75* (NEW) Added checkboxes to allow bulk copy of directives to editor
     76* (NEW) Added a search box to search for PHP directives (based on the great list.js script)
     77* (IMPROVE) Improved security in AJAX calls
     78
    7279= 1.0.3 =
    7380* (NEW) Added a link to the PHP settings page in the plugins page
Note: See TracChangeset for help on using the changeset viewer.