close

Plugin Directory

Changeset 3399252


Ignore:
Timestamp:
11/19/2025 07:39:03 PM (5 months ago)
Author:
OllieJones
Message:

Update to version 1.5.6 from GitHub

Location:
index-wp-mysql-for-speed
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • index-wp-mysql-for-speed/tags/1.5.6/afp/utility/readme_parser/library/AdminPageFramework_Parsedown.php

    r2660091 r3399252  
    66    Copyright (c) 2013-2021, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
    77class Imfs_AdminPageFramework_Parsedown {
    8     const version = '1.6.0';
     8    const version = '1.5.6';
    99    function text($text) {
    1010        $this->DefinitionData = array();
  • index-wp-mysql-for-speed/tags/1.5.6/code/assets/mu/index-wp-mysql-for-speed-update-filter.php

    r3399185 r3399252  
    22/** Plugin Name: Index WP MySQL For Speed Upgrade Filter for mu-plugins.
    33 *  Description: Prevents version upgrades from changing database table keys. Installed during activation, removed during deactivation.
    4  *  Version: 1.5.5
     4 *  Version: 1.5.6
    55 *  License: GPL v2 or later
    66 */
  • index-wp-mysql-for-speed/tags/1.5.6/composer.json

    r3399185 r3399252  
    11{
    22  "name": "olliejones/index-wp-mysql-for-speed",
    3   "version": "1.5.5",
     3  "version": "1.5.6",
    44  "description": "Speed up your WordPress site by adding high-performance keys (database indexes) to your MySQL database tables.",
    55  "type": "wordpress-plugin",
  • index-wp-mysql-for-speed/tags/1.5.6/index-wp-mysql-for-speed.php

    r3399185 r3399252  
    1212 * Plugin URI:  https://plumislandmedia.org/index-wp-mysql-for-speed/
    1313 * Description: Speed up your WordPress site by adding high-performance keys (database indexes) to your MySQL database tables.
    14  * Version:           1.5.5
     14 * Version:           1.5.6
    1515 * Requires at least: 4.2
    1616 * Tested up to:      6.9
     
    2929
    3030/** current version number  */
    31 define( 'index_wp_mysql_for_speed_VERSION_NUM', '1.5.5' );
     31define( 'index_wp_mysql_for_speed_VERSION_NUM', '1.5.6' );
    3232define( 'index_mysql_for_speed_major_version', 1.5 );
    3333define( 'index_mysql_for_speed_inception_major_version', 1.3 );
  • index-wp-mysql-for-speed/tags/1.5.6/languages/index-wp-mysql-for-speed.pot

    r3399185 r3399252  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Index WP MySQL For Speed 1.5.5\n"
     5"Project-Id-Version: Index WP MySQL For Speed 1.5.6\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/index-wp-mysql-for-speed\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-11-19T12:34:22-05:00\n"
     12"POT-Creation-Date: 2025-11-19T14:34:41-05:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
  • index-wp-mysql-for-speed/tags/1.5.6/readme.txt

    r3399185 r3399252  
    55Tested up to: 6.9
    66Requires PHP: 5.6
    7 Stable tag: 1.6.0
     7Stable tag: 1.5.6
    88Network: true
    99License: GPL v2 or later
     
    132132If you configure your WordPress installation using composer, you may install this plugin into your WordPress top level configuration with the command
    133133
    134 `composer require "wpackagist-plugin/index-wp-mysql-for-speed":"^1.5.5"`
     134`composer require "wpackagist-plugin/index-wp-mysql-for-speed":"^>=1.5.6"`
    135135
    136136During composer installation the plugin can automatically copy the necessary source file (see the previous section) into the must-use plugins directory. If you want that to happen, you should include these scripts in your top-level `composer.json` file.
     
    248248== Changelog ==
    249249
    250 = 1.5.5 =
    251 (No changes to keys).
    252 
    253 Correct composer compatibility issue.
    254 
    255 Upgrade to the latest Datatables.net code.
    256 
    257 Suppress reversions to keys when the WooCommerce installer runs.
     250= 1.5.6 =
     251* (No changes to keys).
     252* Correct composer compatibility issue.
     253* Upgrade to the latest Datatables.net code.
     254* Suppress reversions to keys when the WooCommerce installer runs.
    258255
    259256= 1.5.4 =
  • index-wp-mysql-for-speed/trunk/afp/utility/readme_parser/library/AdminPageFramework_Parsedown.php

    r2660091 r3399252  
    66    Copyright (c) 2013-2021, Michael Uno; Licensed under MIT <http://opensource.org/licenses/MIT> */
    77class Imfs_AdminPageFramework_Parsedown {
    8     const version = '1.6.0';
     8    const version = '1.5.6';
    99    function text($text) {
    1010        $this->DefinitionData = array();
  • index-wp-mysql-for-speed/trunk/code/assets/mu/index-wp-mysql-for-speed-update-filter.php

    r3399185 r3399252  
    22/** Plugin Name: Index WP MySQL For Speed Upgrade Filter for mu-plugins.
    33 *  Description: Prevents version upgrades from changing database table keys. Installed during activation, removed during deactivation.
    4  *  Version: 1.5.5
     4 *  Version: 1.5.6
    55 *  License: GPL v2 or later
    66 */
  • index-wp-mysql-for-speed/trunk/composer.json

    r3399185 r3399252  
    11{
    22  "name": "olliejones/index-wp-mysql-for-speed",
    3   "version": "1.5.5",
     3  "version": "1.5.6",
    44  "description": "Speed up your WordPress site by adding high-performance keys (database indexes) to your MySQL database tables.",
    55  "type": "wordpress-plugin",
  • index-wp-mysql-for-speed/trunk/index-wp-mysql-for-speed.php

    r3399185 r3399252  
    1212 * Plugin URI:  https://plumislandmedia.org/index-wp-mysql-for-speed/
    1313 * Description: Speed up your WordPress site by adding high-performance keys (database indexes) to your MySQL database tables.
    14  * Version:           1.5.5
     14 * Version:           1.5.6
    1515 * Requires at least: 4.2
    1616 * Tested up to:      6.9
     
    2929
    3030/** current version number  */
    31 define( 'index_wp_mysql_for_speed_VERSION_NUM', '1.5.5' );
     31define( 'index_wp_mysql_for_speed_VERSION_NUM', '1.5.6' );
    3232define( 'index_mysql_for_speed_major_version', 1.5 );
    3333define( 'index_mysql_for_speed_inception_major_version', 1.3 );
  • index-wp-mysql-for-speed/trunk/languages/index-wp-mysql-for-speed.pot

    r3399185 r3399252  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Index WP MySQL For Speed 1.5.5\n"
     5"Project-Id-Version: Index WP MySQL For Speed 1.5.6\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/index-wp-mysql-for-speed\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-11-19T12:34:22-05:00\n"
     12"POT-Creation-Date: 2025-11-19T14:34:41-05:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
  • index-wp-mysql-for-speed/trunk/readme.txt

    r3399185 r3399252  
    55Tested up to: 6.9
    66Requires PHP: 5.6
    7 Stable tag: 1.6.0
     7Stable tag: 1.5.6
    88Network: true
    99License: GPL v2 or later
     
    132132If you configure your WordPress installation using composer, you may install this plugin into your WordPress top level configuration with the command
    133133
    134 `composer require "wpackagist-plugin/index-wp-mysql-for-speed":"^1.5.5"`
     134`composer require "wpackagist-plugin/index-wp-mysql-for-speed":"^>=1.5.6"`
    135135
    136136During composer installation the plugin can automatically copy the necessary source file (see the previous section) into the must-use plugins directory. If you want that to happen, you should include these scripts in your top-level `composer.json` file.
     
    248248== Changelog ==
    249249
    250 = 1.5.5 =
    251 (No changes to keys).
    252 
    253 Correct composer compatibility issue.
    254 
    255 Upgrade to the latest Datatables.net code.
    256 
    257 Suppress reversions to keys when the WooCommerce installer runs.
     250= 1.5.6 =
     251* (No changes to keys).
     252* Correct composer compatibility issue.
     253* Upgrade to the latest Datatables.net code.
     254* Suppress reversions to keys when the WooCommerce installer runs.
    258255
    259256= 1.5.4 =
Note: See TracChangeset for help on using the changeset viewer.