Changeset 3410169
- Timestamp:
- 12/03/2025 09:52:55 PM (3 months ago)
- Location:
- autoship-cloud/trunk
- Files:
-
- 3 edited
-
autoship.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
src/scripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
autoship-cloud/trunk/autoship.php
r3387868 r3410169 8 8 * Plugin URI: https://autoship.cloud 9 9 * Description: Autoship Cloud for WooCommerce 10 * Version: 2.10.5. 110 * Version: 2.10.5.2 11 11 * Author: Patterns In the Cloud LLC 12 12 * Author URI: https://qpilot.cloud … … 14 14 * Domain Path: /languages 15 15 * WC requires at least: 3.4.1 16 * WC tested up to: 10. 0.417 */ 18 19 define( 'Autoship_Version', '2.10.5. 1' ); // phpcs:ignore Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase16 * WC tested up to: 10.3.5 17 */ 18 19 define( 'Autoship_Version', '2.10.5.2' ); // phpcs:ignore Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase 20 20 21 21 if ( ! defined( 'Autoship_Plugin_Dir' ) ) { -
autoship-cloud/trunk/readme.txt
r3387868 r3410169 6 6 Tags: woocommerce subscriptions, subscribe and save, repeat delivery, subscription box, subscriptions 7 7 Requires at least: 4.6 8 Tested up to: 6. 8.28 Tested up to: 6.9 9 9 WC requires at least: 3.4.1 10 WC tested up to: 10. 0.410 WC tested up to: 10.3.5 11 11 Requires PHP: 7.4 12 Stable tag: 2.10.5. 112 Stable tag: 2.10.5.2 13 13 License: GPLv2 or later 14 14 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 291 291 292 292 == 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. 293 297 294 298 = 2.10.5.1 - 2025-10-31 = -
autoship-cloud/trunk/src/scripts.php
r3352156 r3410169 59 59 60 60 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() ); 62 62 wp_enqueue_script( 'autoship-v2-portal-polyfills-script', trailingslashit( autoship_get_v2_portal_scripts_url() ) . 'polyfills.js', array(), Autoship_Version, false ); 63 63 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.