Changeset 3441302
- Timestamp:
- 01/16/2026 11:07:25 PM (8 weeks ago)
- Location:
- wp-commerce7/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
commerce7-for-wordpress.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-commerce7/trunk/README.txt
r3441297 r3441302 72 72 73 73 == Changelog == 74 75 = 1.6.2 - January 16, 2026 = 76 * Fix: Custom form alignment on mobile 74 77 75 78 = 1.6.1 - January 16, 2026 = … … 244 247 == Upgrade Notice == 245 248 246 = 1.6. 1=249 = 1.6.2 = 247 250 Large plugin update, create a backup before proceeding, and test all widgets on all pages afterwards. 248 251 -
wp-commerce7/trunk/commerce7-for-wordpress.php
r3441297 r3441302 12 12 * Plugin Name: Commerce7 for WordPress 13 13 * Description: Integrate Commerce7 functionality into your WordPress site easily 14 * Version: 1.6. 114 * Version: 1.6.2 15 15 * Author: URSA6 & 5forests 16 16 * Author URI: https://5forests.com … … 18 18 * Requires at least: 6.0 19 19 * Tested up to: 6.9 20 * Stable tag: 1.6. 120 * Stable tag: 1.6.2 21 21 * Requires PHP: 7.4 22 22 * License: GPL3 … … 28 28 * Author: Michael Bourne 29 29 * ----- 30 * Last Modified: Wednesday, January 7th 2026, 3:14:12pm30 * Last Modified: Friday, January 16th 2026, 4:06:45 pm 31 31 * Modified By: Michael Bourne 32 32 * ----- … … 48 48 defined( 'C7WP_ROOT' ) || define( 'C7WP_ROOT', __DIR__ ); 49 49 defined( 'C7WP_URI' ) || define( 'C7WP_URI', plugin_dir_url( __FILE__ ) ); 50 defined( 'C7WP_VERSION' ) || define( 'C7WP_VERSION', '1.6. 1' );50 defined( 'C7WP_VERSION' ) || define( 'C7WP_VERSION', '1.6.2' ); 51 51 if ( ! defined( 'C7WP_NOTICES_URL' ) || C7WP_NOTICES_URL !== 'https://c7wp.com/notices.json' ) { 52 52 define( 'C7WP_NOTICES_URL', 'https://c7wp.com/notices.json' );
Note: See TracChangeset
for help on using the changeset viewer.