Plugin Directory

Changeset 2983266


Ignore:
Timestamp:
10/24/2023 09:25:29 PM (2 years ago)
Author:
ianmjones
Message:

Deploy version 1.2.1

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

Legend:

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

    r2809135 r2983266  
    33Tags: options, metadata, search, edit, sort, filter, view, settings, commentmeta, wp_commentmeta, wp_options, postmeta, wp_postmeta, termmeta, wp_termmeta, sitemeta, wp_sitemeta, usermeta, wp_usermeta
    44Requires at least: 5.5
    5 Tested up to: 6.1
     5Tested up to: 6.4
    66Requires PHP: 5.6
    77Stable tag: trunk
     
    6969== Changelog ==
    7070
     71= 1.2.1 =
     72* Updated for WordPress 6.4.
     73
    7174= 1.2.0 =
    7275* Added previously premium only feature: Add, edit and delete records.
  • wp-table-pixie/trunk/includes/class-table-pixie.php

    r2601982 r2983266  
    3737    public function __construct() {
    3838        $this->plugin_id      = 'wp-table-pixie';
    39         $this->plugin_version = '1.2.0';
     39        $this->plugin_version = '1.2.1';
    4040
    4141        $this->load_dependencies();
  • wp-table-pixie/trunk/wp-table-pixie.php

    r2601982 r2983266  
    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.2.0
     8 * Version:           1.2.1
    99 * Author:            Ian M. Jones
    1010 * Author URI:        https://ianmjones.com/
Note: See TracChangeset for help on using the changeset viewer.