Changeset 3312673
- Timestamp:
- 06/16/2025 05:00:29 PM (9 months ago)
- Location:
- autoship-cloud/trunk
- Files:
-
- 2 edited
-
autoship.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
autoship-cloud/trunk/autoship.php
r3312662 r3312673 8 8 * Plugin URI: https://autoship.cloud 9 9 * Description: Autoship Cloud for WooCommerce 10 * Version: 2.8.10 10 * Version: 2.8.10.1 11 11 * Author: Patterns In the Cloud LLC 12 12 * Author URI: https://qpilot.cloud … … 17 17 */ 18 18 19 define( 'Autoship_Version', '2.8.10 ' ); // phpcs:ignore Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase19 define( 'Autoship_Version', '2.8.10.1' ); // phpcs:ignore Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase 20 20 21 21 if ( ! defined( 'Autoship_Plugin_Dir' ) ) { -
autoship-cloud/trunk/readme.txt
r3312660 r3312673 10 10 WC tested up to: 9.8.5 11 11 Requires PHP: 7.4 12 Stable tag: 2.8.10 12 Stable tag: 2.8.10.1 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.8.10.1 - 2025-06-16 = 295 296 - Fixed: Fixed versioning issue with the plugin. 293 297 294 298 = 2.8.10 - 2025-06-12 =
Note: See TracChangeset
for help on using the changeset viewer.