Plugin Directory

Changeset 3223660


Ignore:
Timestamp:
01/16/2025 03:11:07 PM (15 months ago)
Author:
ianmjones
Message:

Deploy version 1.3.1

Location:
wp-table-pixie
Files:
40 added
4 edited

Legend:

Unmodified
Added
Removed
  • wp-table-pixie/trunk/README.txt

    r3219068 r3223660  
    55Tested up to: 6.7
    66Requires PHP: 7.0
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.3.1 =
     72* Update in-built help.
     73
    7174= 1.3.0 =
    7275* Viewing slashed serialized values is now supported.
  • wp-table-pixie/trunk/admin/class-table-pixie-admin.php

    r2601982 r3223660  
    180180                            When the type is blank the Value is general text or numeric data.<br>
    181181                            <strong>"S"</strong> is for Serialized data.<br>
     182                            <strong>"\\"</strong> is for Slashed Serialized data.<br>
    182183                            <strong>"J"</strong> is for JSON data.<br>
    183184                            <strong>"O"</strong> is for Object.<br>
  • wp-table-pixie/trunk/includes/class-table-pixie.php

    r3219068 r3223660  
    3737    public function __construct() {
    3838        $this->plugin_id      = 'wp-table-pixie';
    39         $this->plugin_version = '1.3.0';
     39        $this->plugin_version = '1.3.1';
    4040
    4141        $this->load_dependencies();
  • wp-table-pixie/trunk/wp-table-pixie.php

    r3219068 r3223660  
    66 * Plugin URI:        https://wordpress.org/plugins/wp-table-pixie/
    77 * Description:       Search, sort, view and edit your settings and metadata, even serialized and base64 encoded values.
    8  * Version:           1.3.0
     8 * Version:           1.3.1
    99 * Author:            Ian M. Jones
    1010 * Author URI:        https://ianmjones.com/
Note: See TracChangeset for help on using the changeset viewer.