Plugin Directory

Changeset 3417278


Ignore:
Timestamp:
12/11/2025 10:53:44 AM (2 months ago)
Author:
quadlayers
Message:

Update to version 3.5.4 from GitHub

Location:
autocomplete-woocommerce-orders
Files:
22 edited
1 copied

Legend:

Unmodified
Added
Removed
  • autocomplete-woocommerce-orders/tags/3.5.4/autocomplete-woocommerce-orders.php

    r3409477 r3417278  
    55 * Plugin URI:              https://wordpress.org/plugins/autocomplete-woocommerce-orders/
    66 * Description:             Autocomplete your WooCommerce orders with ease. This plugins works with most major payment providers including PayPal, SagePay and Stripe.
    7  * Version:                 3.5.3
     7 * Version:                 3.5.4
    88 * Text Domain:             autocomplete-woocommerce-orders
    99 * Author:                  QuadLayers
     
    1515 * Requires PHP:            5.6
    1616 * WC requires at least:    4.0
    17  * WC tested up to:         10.3
     17 * WC tested up to:         10.4
    1818 */
    1919
     
    2626 */
    2727define( 'ACO_PLUGIN_NAME', 'Autocomplete WooCommerce Orders' );
    28 define( 'ACO_PLUGIN_VERSION', '3.5.3' );
     28define( 'ACO_PLUGIN_VERSION', '3.5.4' );
    2929define( 'ACO_PLUGIN_FILE', __FILE__ );
    3030define( 'ACO_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
  • autocomplete-woocommerce-orders/tags/3.5.4/build/frontend/js/index.asset.php

    r2911732 r3417278  
    1 <?php return array('dependencies' => array(), 'version' => '31d6cfe0d16ae931b73c');
     1<?php return array('dependencies' => array(), 'version' => '417bf4cff1e2486c334c');
  • autocomplete-woocommerce-orders/tags/3.5.4/build/frontend/js/index.js

    r2911732 r3417278  
     1/******/ (() => { // webpackBootstrap
     2
     3/******/ })()
     4;
  • autocomplete-woocommerce-orders/tags/3.5.4/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md

    r3409477 r3417278  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7
     8## [4.3.15] - 2025-12-08
     9### Fixed
     10- Ensure proper flags are used with `json_encode()`. [#46092]
    711
    812## [4.3.14] - 2025-12-01
     
    745749- Statically access asset tools
    746750
     751[4.3.15]: https://github.com/Automattic/jetpack-assets/compare/v4.3.14...v4.3.15
    747752[4.3.14]: https://github.com/Automattic/jetpack-assets/compare/v4.3.13...v4.3.14
    748753[4.3.13]: https://github.com/Automattic/jetpack-assets/compare/v4.3.12...v4.3.13
  • autocomplete-woocommerce-orders/tags/3.5.4/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php

    r3197549 r3417278  
    531531            $data['domainMap']   = (object) $data['domainMap']; // Ensure it becomes a json object.
    532532            $data['domainPaths'] = (object) $data['domainPaths']; // Ensure it becomes a json object.
    533             $wp_scripts->add_inline_script( $handle, 'wp.jpI18nLoader.state = ' . wp_json_encode( $data, JSON_UNESCAPED_SLASHES ) . ';' );
     533            $wp_scripts->add_inline_script( $handle, 'wp.jpI18nLoader.state = ' . wp_json_encode( $data, JSON_UNESCAPED_SLASHES | JSON_HEX_TAG | JSON_HEX_AMP ) . ';' );
    534534        }
    535535
  • autocomplete-woocommerce-orders/tags/3.5.4/jetpack_vendor/i18n-map.php

    r3409477 r3417278  
    77    'jetpack-assets' => array(
    88      'path' => 'jetpack_vendor/automattic/jetpack-assets',
    9       'ver' => '4.3.14',
     9      'ver' => '4.3.15',
    1010    ),
    1111    'wp-dashboard-widget-news' => array(
  • autocomplete-woocommerce-orders/tags/3.5.4/languages/autocomplete-woocommerce-orders.pot

    r3409477 r3417278  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Autocomplete WooCommerce Orders 3.5.3\n"
     5"Project-Id-Version: Autocomplete WooCommerce Orders 3.5.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/autocomplete-woocommerce-orders\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-12-03T12:28:12+00:00\n"
     12"POT-Creation-Date: 2025-12-11T10:53:21+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • autocomplete-woocommerce-orders/tags/3.5.4/readme.txt

    r3409477 r3417278  
    66Requires PHP: 5.6
    77Tested up to: 6.9
    8 Stable tag: 3.5.3
     8Stable tag: 3.5.4
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1111WC requires at least: 4.0
    12 WC tested up to: 10.3
     12WC tested up to: 10.4
    1313
    1414Enhance your WooCommerce store with Autocomplete Orders. Automatically complete orders after payment, perfect for virtual goods and subscriptions.
     
    6565== Changelog ==
    6666
     67= 3.5.4 =
     68* WooCommerce compatibility
     69
    6770= 3.5.3 =
    6871* WordPress compatibility
  • autocomplete-woocommerce-orders/tags/3.5.4/vendor/composer/autoload_static.php

    r3367292 r3417278  
    1212
    1313    public static $prefixLengthsPsr4 = array (
    14         'Q' => 
     14        'Q' =>
    1515        array (
    1616            'QuadLayers\\WP_Plugin_Table_Links\\' => 33,
     
    2525
    2626    public static $prefixDirsPsr4 = array (
    27         'QuadLayers\\WP_Plugin_Table_Links\\' => 
     27        'QuadLayers\\WP_Plugin_Table_Links\\' =>
    2828        array (
    2929            0 => __DIR__ . '/../..' . '/jetpack_vendor/quadlayers/wp-plugin-table-links/src',
    3030        ),
    31         'QuadLayers\\WP_Plugin_Suggestions\\' => 
     31        'QuadLayers\\WP_Plugin_Suggestions\\' =>
    3232        array (
    3333            0 => __DIR__ . '/../..' . '/jetpack_vendor/quadlayers/wp-plugin-suggestions/src',
    3434        ),
    35         'QuadLayers\\WP_Plugin_Install_Tab\\' => 
     35        'QuadLayers\\WP_Plugin_Install_Tab\\' =>
    3636        array (
    3737            0 => __DIR__ . '/../..' . '/jetpack_vendor/quadlayers/wp-plugin-install-tab/src',
    3838        ),
    39         'QuadLayers\\WP_Notice_Plugin_Required\\' => 
     39        'QuadLayers\\WP_Notice_Plugin_Required\\' =>
    4040        array (
    4141            0 => __DIR__ . '/../..' . '/jetpack_vendor/quadlayers/wp-notice-plugin-required/src',
    4242        ),
    43         'QuadLayers\\WP_Notice_Plugin_Promote\\' => 
     43        'QuadLayers\\WP_Notice_Plugin_Promote\\' =>
    4444        array (
    4545            0 => __DIR__ . '/../..' . '/jetpack_vendor/quadlayers/wp-notice-plugin-promote/src',
    4646        ),
    47         'QuadLayers\\WP_Dashboard_Widget_News\\' => 
     47        'QuadLayers\\WP_Dashboard_Widget_News\\' =>
    4848        array (
    4949            0 => __DIR__ . '/../..' . '/jetpack_vendor/quadlayers/wp-dashboard-widget-news/src',
    5050        ),
    51         'QuadLayers\\PluginFeedback\\' => 
     51        'QuadLayers\\PluginFeedback\\' =>
    5252        array (
    5353            0 => __DIR__ . '/..' . '/franmastromarino/wp-plugin-feedback/src',
  • autocomplete-woocommerce-orders/tags/3.5.4/vendor/composer/installed.json

    r3409477 r3417278  
    33        {
    44            "name": "automattic/jetpack-assets",
    5             "version": "v4.3.14",
    6             "version_normalized": "4.3.14.0",
     5            "version": "v4.3.15",
     6            "version_normalized": "4.3.15.0",
    77            "source": {
    88                "type": "git",
    99                "url": "https://github.com/Automattic/jetpack-assets.git",
    10                 "reference": "9402905e3dc72216309df8c08c67bb855f50058d"
    11             },
    12             "dist": {
    13                 "type": "zip",
    14                 "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/9402905e3dc72216309df8c08c67bb855f50058d",
    15                 "reference": "9402905e3dc72216309df8c08c67bb855f50058d",
     10                "reference": "0df8b3b3103819543681d24f1f622912d3bae8cd"
     11            },
     12            "dist": {
     13                "type": "zip",
     14                "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/0df8b3b3103819543681d24f1f622912d3bae8cd",
     15                "reference": "0df8b3b3103819543681d24f1f622912d3bae8cd",
    1616                "shasum": ""
    1717            },
     
    2222            },
    2323            "require-dev": {
    24                 "automattic/jetpack-changelogger": "^6.0.10",
     24                "automattic/jetpack-changelogger": "^6.0.11",
    2525                "automattic/phpunit-select-config": "^1.0.3",
    2626                "brain/monkey": "^2.6.2",
     
    3131                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
    3232            },
    33             "time": "2025-12-01T22:34:35+00:00",
     33            "time": "2025-12-08T13:55:22+00:00",
    3434            "type": "jetpack-library",
    3535            "extra": {
     
    5959            "description": "Asset management utilities for Jetpack ecosystem packages",
    6060            "support": {
    61                 "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.14"
     61                "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.15"
    6262            },
    6363            "install-path": "../../jetpack_vendor/automattic/jetpack-assets"
  • autocomplete-woocommerce-orders/tags/3.5.4/vendor/composer/installed.php

    r3409477 r3417278  
    22    'root' => array(
    33        'name' => 'quadlayers/autocomplete-woocommerce-orders',
    4         'pretty_version' => 'v3.5.3',
    5         'version' => '3.5.3.0',
    6         'reference' => '3a57ebad68ec4cfc8edd95c64c9ca89d0cd5fd85',
     4        'pretty_version' => 'v3.5.4',
     5        'version' => '3.5.4.0',
     6        'reference' => 'eb77b5722f03104e8044163ab6f5c710ef927876',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'automattic/jetpack-assets' => array(
    14             'pretty_version' => 'v4.3.14',
    15             'version' => '4.3.14.0',
    16             'reference' => '9402905e3dc72216309df8c08c67bb855f50058d',
     14            'pretty_version' => 'v4.3.15',
     15            'version' => '4.3.15.0',
     16            'reference' => '0df8b3b3103819543681d24f1f622912d3bae8cd',
    1717            'type' => 'jetpack-library',
    1818            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
     
    5757        ),
    5858        'quadlayers/autocomplete-woocommerce-orders' => array(
    59             'pretty_version' => 'v3.5.3',
    60             'version' => '3.5.3.0',
    61             'reference' => '3a57ebad68ec4cfc8edd95c64c9ca89d0cd5fd85',
     59            'pretty_version' => 'v3.5.4',
     60            'version' => '3.5.4.0',
     61            'reference' => 'eb77b5722f03104e8044163ab6f5c710ef927876',
    6262            'type' => 'project',
    6363            'install_path' => __DIR__ . '/../../',
  • autocomplete-woocommerce-orders/trunk/autocomplete-woocommerce-orders.php

    r3409477 r3417278  
    55 * Plugin URI:              https://wordpress.org/plugins/autocomplete-woocommerce-orders/
    66 * Description:             Autocomplete your WooCommerce orders with ease. This plugins works with most major payment providers including PayPal, SagePay and Stripe.
    7  * Version:                 3.5.3
     7 * Version:                 3.5.4
    88 * Text Domain:             autocomplete-woocommerce-orders
    99 * Author:                  QuadLayers
     
    1515 * Requires PHP:            5.6
    1616 * WC requires at least:    4.0
    17  * WC tested up to:         10.3
     17 * WC tested up to:         10.4
    1818 */
    1919
     
    2626 */
    2727define( 'ACO_PLUGIN_NAME', 'Autocomplete WooCommerce Orders' );
    28 define( 'ACO_PLUGIN_VERSION', '3.5.3' );
     28define( 'ACO_PLUGIN_VERSION', '3.5.4' );
    2929define( 'ACO_PLUGIN_FILE', __FILE__ );
    3030define( 'ACO_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
  • autocomplete-woocommerce-orders/trunk/build/frontend/js/index.asset.php

    r2911732 r3417278  
    1 <?php return array('dependencies' => array(), 'version' => '31d6cfe0d16ae931b73c');
     1<?php return array('dependencies' => array(), 'version' => '417bf4cff1e2486c334c');
  • autocomplete-woocommerce-orders/trunk/build/frontend/js/index.js

    r2911732 r3417278  
     1/******/ (() => { // webpackBootstrap
     2
     3/******/ })()
     4;
  • autocomplete-woocommerce-orders/trunk/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md

    r3409477 r3417278  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7
     8## [4.3.15] - 2025-12-08
     9### Fixed
     10- Ensure proper flags are used with `json_encode()`. [#46092]
    711
    812## [4.3.14] - 2025-12-01
     
    745749- Statically access asset tools
    746750
     751[4.3.15]: https://github.com/Automattic/jetpack-assets/compare/v4.3.14...v4.3.15
    747752[4.3.14]: https://github.com/Automattic/jetpack-assets/compare/v4.3.13...v4.3.14
    748753[4.3.13]: https://github.com/Automattic/jetpack-assets/compare/v4.3.12...v4.3.13
  • autocomplete-woocommerce-orders/trunk/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php

    r3197549 r3417278  
    531531            $data['domainMap']   = (object) $data['domainMap']; // Ensure it becomes a json object.
    532532            $data['domainPaths'] = (object) $data['domainPaths']; // Ensure it becomes a json object.
    533             $wp_scripts->add_inline_script( $handle, 'wp.jpI18nLoader.state = ' . wp_json_encode( $data, JSON_UNESCAPED_SLASHES ) . ';' );
     533            $wp_scripts->add_inline_script( $handle, 'wp.jpI18nLoader.state = ' . wp_json_encode( $data, JSON_UNESCAPED_SLASHES | JSON_HEX_TAG | JSON_HEX_AMP ) . ';' );
    534534        }
    535535
  • autocomplete-woocommerce-orders/trunk/jetpack_vendor/i18n-map.php

    r3409477 r3417278  
    77    'jetpack-assets' => array(
    88      'path' => 'jetpack_vendor/automattic/jetpack-assets',
    9       'ver' => '4.3.14',
     9      'ver' => '4.3.15',
    1010    ),
    1111    'wp-dashboard-widget-news' => array(
  • autocomplete-woocommerce-orders/trunk/languages/autocomplete-woocommerce-orders.pot

    r3409477 r3417278  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Autocomplete WooCommerce Orders 3.5.3\n"
     5"Project-Id-Version: Autocomplete WooCommerce Orders 3.5.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/autocomplete-woocommerce-orders\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-12-03T12:28:12+00:00\n"
     12"POT-Creation-Date: 2025-12-11T10:53:21+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • autocomplete-woocommerce-orders/trunk/readme.txt

    r3409477 r3417278  
    66Requires PHP: 5.6
    77Tested up to: 6.9
    8 Stable tag: 3.5.3
     8Stable tag: 3.5.4
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1111WC requires at least: 4.0
    12 WC tested up to: 10.3
     12WC tested up to: 10.4
    1313
    1414Enhance your WooCommerce store with Autocomplete Orders. Automatically complete orders after payment, perfect for virtual goods and subscriptions.
     
    6565== Changelog ==
    6666
     67= 3.5.4 =
     68* WooCommerce compatibility
     69
    6770= 3.5.3 =
    6871* WordPress compatibility
  • autocomplete-woocommerce-orders/trunk/vendor/composer/autoload_static.php

    r3367292 r3417278  
    1212
    1313    public static $prefixLengthsPsr4 = array (
    14         'Q' => 
     14        'Q' =>
    1515        array (
    1616            'QuadLayers\\WP_Plugin_Table_Links\\' => 33,
     
    2525
    2626    public static $prefixDirsPsr4 = array (
    27         'QuadLayers\\WP_Plugin_Table_Links\\' => 
     27        'QuadLayers\\WP_Plugin_Table_Links\\' =>
    2828        array (
    2929            0 => __DIR__ . '/../..' . '/jetpack_vendor/quadlayers/wp-plugin-table-links/src',
    3030        ),
    31         'QuadLayers\\WP_Plugin_Suggestions\\' => 
     31        'QuadLayers\\WP_Plugin_Suggestions\\' =>
    3232        array (
    3333            0 => __DIR__ . '/../..' . '/jetpack_vendor/quadlayers/wp-plugin-suggestions/src',
    3434        ),
    35         'QuadLayers\\WP_Plugin_Install_Tab\\' => 
     35        'QuadLayers\\WP_Plugin_Install_Tab\\' =>
    3636        array (
    3737            0 => __DIR__ . '/../..' . '/jetpack_vendor/quadlayers/wp-plugin-install-tab/src',
    3838        ),
    39         'QuadLayers\\WP_Notice_Plugin_Required\\' => 
     39        'QuadLayers\\WP_Notice_Plugin_Required\\' =>
    4040        array (
    4141            0 => __DIR__ . '/../..' . '/jetpack_vendor/quadlayers/wp-notice-plugin-required/src',
    4242        ),
    43         'QuadLayers\\WP_Notice_Plugin_Promote\\' => 
     43        'QuadLayers\\WP_Notice_Plugin_Promote\\' =>
    4444        array (
    4545            0 => __DIR__ . '/../..' . '/jetpack_vendor/quadlayers/wp-notice-plugin-promote/src',
    4646        ),
    47         'QuadLayers\\WP_Dashboard_Widget_News\\' => 
     47        'QuadLayers\\WP_Dashboard_Widget_News\\' =>
    4848        array (
    4949            0 => __DIR__ . '/../..' . '/jetpack_vendor/quadlayers/wp-dashboard-widget-news/src',
    5050        ),
    51         'QuadLayers\\PluginFeedback\\' => 
     51        'QuadLayers\\PluginFeedback\\' =>
    5252        array (
    5353            0 => __DIR__ . '/..' . '/franmastromarino/wp-plugin-feedback/src',
  • autocomplete-woocommerce-orders/trunk/vendor/composer/installed.json

    r3409477 r3417278  
    33        {
    44            "name": "automattic/jetpack-assets",
    5             "version": "v4.3.14",
    6             "version_normalized": "4.3.14.0",
     5            "version": "v4.3.15",
     6            "version_normalized": "4.3.15.0",
    77            "source": {
    88                "type": "git",
    99                "url": "https://github.com/Automattic/jetpack-assets.git",
    10                 "reference": "9402905e3dc72216309df8c08c67bb855f50058d"
    11             },
    12             "dist": {
    13                 "type": "zip",
    14                 "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/9402905e3dc72216309df8c08c67bb855f50058d",
    15                 "reference": "9402905e3dc72216309df8c08c67bb855f50058d",
     10                "reference": "0df8b3b3103819543681d24f1f622912d3bae8cd"
     11            },
     12            "dist": {
     13                "type": "zip",
     14                "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/0df8b3b3103819543681d24f1f622912d3bae8cd",
     15                "reference": "0df8b3b3103819543681d24f1f622912d3bae8cd",
    1616                "shasum": ""
    1717            },
     
    2222            },
    2323            "require-dev": {
    24                 "automattic/jetpack-changelogger": "^6.0.10",
     24                "automattic/jetpack-changelogger": "^6.0.11",
    2525                "automattic/phpunit-select-config": "^1.0.3",
    2626                "brain/monkey": "^2.6.2",
     
    3131                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
    3232            },
    33             "time": "2025-12-01T22:34:35+00:00",
     33            "time": "2025-12-08T13:55:22+00:00",
    3434            "type": "jetpack-library",
    3535            "extra": {
     
    5959            "description": "Asset management utilities for Jetpack ecosystem packages",
    6060            "support": {
    61                 "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.14"
     61                "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.15"
    6262            },
    6363            "install-path": "../../jetpack_vendor/automattic/jetpack-assets"
  • autocomplete-woocommerce-orders/trunk/vendor/composer/installed.php

    r3409477 r3417278  
    22    'root' => array(
    33        'name' => 'quadlayers/autocomplete-woocommerce-orders',
    4         'pretty_version' => 'v3.5.3',
    5         'version' => '3.5.3.0',
    6         'reference' => '3a57ebad68ec4cfc8edd95c64c9ca89d0cd5fd85',
     4        'pretty_version' => 'v3.5.4',
     5        'version' => '3.5.4.0',
     6        'reference' => 'eb77b5722f03104e8044163ab6f5c710ef927876',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'automattic/jetpack-assets' => array(
    14             'pretty_version' => 'v4.3.14',
    15             'version' => '4.3.14.0',
    16             'reference' => '9402905e3dc72216309df8c08c67bb855f50058d',
     14            'pretty_version' => 'v4.3.15',
     15            'version' => '4.3.15.0',
     16            'reference' => '0df8b3b3103819543681d24f1f622912d3bae8cd',
    1717            'type' => 'jetpack-library',
    1818            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
     
    5757        ),
    5858        'quadlayers/autocomplete-woocommerce-orders' => array(
    59             'pretty_version' => 'v3.5.3',
    60             'version' => '3.5.3.0',
    61             'reference' => '3a57ebad68ec4cfc8edd95c64c9ca89d0cd5fd85',
     59            'pretty_version' => 'v3.5.4',
     60            'version' => '3.5.4.0',
     61            'reference' => 'eb77b5722f03104e8044163ab6f5c710ef927876',
    6262            'type' => 'project',
    6363            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.