Plugin Directory

Changeset 3410169


Ignore:
Timestamp:
12/03/2025 09:52:55 PM (3 months ago)
Author:
patternsinthecloud
Message:

version 2.10.5.2

Location:
autoship-cloud/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • autoship-cloud/trunk/autoship.php

    r3387868 r3410169  
    88 * Plugin URI: https://autoship.cloud
    99 * Description: Autoship Cloud for WooCommerce
    10  * Version: 2.10.5.1
     10 * Version: 2.10.5.2
    1111 * Author: Patterns In the Cloud LLC
    1212 * Author URI: https://qpilot.cloud
     
    1414 * Domain Path: /languages
    1515 * WC requires at least: 3.4.1
    16  * WC tested up to: 10.0.4
    17  */
    18 
    19 define( 'Autoship_Version', '2.10.5.1' ); // phpcs:ignore Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase
     16 * WC tested up to: 10.3.5
     17 */
     18
     19define( 'Autoship_Version', '2.10.5.2' ); // phpcs:ignore Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase
    2020
    2121if ( ! defined( 'Autoship_Plugin_Dir' ) ) {
  • autoship-cloud/trunk/readme.txt

    r3387868 r3410169  
    66Tags: woocommerce subscriptions, subscribe and save, repeat delivery, subscription box, subscriptions
    77Requires at least: 4.6
    8 Tested up to: 6.8.2
     8Tested up to: 6.9
    99WC requires at least: 3.4.1
    10 WC tested up to: 10.0.4
     10WC tested up to: 10.3.5
    1111Requires PHP: 7.4
    12 Stable tag: 2.10.5.1
     12Stable tag: 2.10.5.2
    1313License: GPLv2 or later
    1414License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    291291
    292292== Changelog ==
     293
     294= 2.10.5.2 - 2025-12-03 =
     295
     296  - Fixed: Resolved a critical error when the v2 Subscriber Portal was enabled on WordPress 6.9.0.
    293297
    294298= 2.10.5.1 - 2025-10-31 =
  • autoship-cloud/trunk/src/scripts.php

    r3352156 r3410169  
    5959
    6060    if ( 'v2_portal' === autoship_get_scheduled_orders_display_version() ) {
    61         wp_enqueue_script_module( 'autoship-v2-portal-main-script', trailingslashit( autoship_get_v2_portal_scripts_url() ) . 'main.js', array(), Autoship_Version, false );
     61        wp_enqueue_script_module( 'autoship-v2-portal-main-script', trailingslashit( autoship_get_v2_portal_scripts_url() ) . 'main.js', array(), Autoship_Version, array() );
    6262        wp_enqueue_script( 'autoship-v2-portal-polyfills-script', trailingslashit( autoship_get_v2_portal_scripts_url() ) . 'polyfills.js', array(), Autoship_Version, false );
    6363        wp_enqueue_style( 'autoship-v2-portal-style', trailingslashit( autoship_get_v2_portal_scripts_url() ) . 'styles.css', array(), Autoship_Version );
Note: See TracChangeset for help on using the changeset viewer.