Plugin Directory

Changeset 3441302


Ignore:
Timestamp:
01/16/2026 11:07:25 PM (8 weeks ago)
Author:
michaelbourne
Message:

Version 1.6.2

Location:
wp-commerce7/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-commerce7/trunk/README.txt

    r3441297 r3441302  
    7272
    7373== Changelog ==
     74
     75= 1.6.2 - January 16, 2026 =
     76* Fix: Custom form alignment on mobile
    7477
    7578= 1.6.1 - January 16, 2026 =
     
    244247== Upgrade Notice ==
    245248
    246 = 1.6.1 =
     249= 1.6.2 =
    247250Large plugin update, create a backup before proceeding, and test all widgets on all pages afterwards.
    248251
  • wp-commerce7/trunk/commerce7-for-wordpress.php

    r3441297 r3441302  
    1212 * Plugin Name: Commerce7 for WordPress
    1313 * Description: Integrate Commerce7 functionality into your WordPress site easily
    14  * Version: 1.6.1
     14 * Version: 1.6.2
    1515 * Author: URSA6 & 5forests
    1616 * Author URI: https://5forests.com
     
    1818 * Requires at least: 6.0
    1919 * Tested up to: 6.9
    20  * Stable tag: 1.6.1
     20 * Stable tag: 1.6.2
    2121 * Requires PHP: 7.4
    2222 * License: GPL3
     
    2828 * Author: Michael Bourne
    2929 * -----
    30  * Last Modified: Wednesday, January 7th 2026, 3:14:12 pm
     30 * Last Modified: Friday, January 16th 2026, 4:06:45 pm
    3131 * Modified By: Michael Bourne
    3232 * -----
     
    4848defined( 'C7WP_ROOT' ) || define( 'C7WP_ROOT', __DIR__ );
    4949defined( 'C7WP_URI' ) || define( 'C7WP_URI', plugin_dir_url( __FILE__ ) );
    50 defined( 'C7WP_VERSION' ) || define( 'C7WP_VERSION', '1.6.1' );
     50defined( 'C7WP_VERSION' ) || define( 'C7WP_VERSION', '1.6.2' );
    5151if ( ! defined( 'C7WP_NOTICES_URL' ) || C7WP_NOTICES_URL !== 'https://c7wp.com/notices.json' ) {
    5252    define( 'C7WP_NOTICES_URL', 'https://c7wp.com/notices.json' );
Note: See TracChangeset for help on using the changeset viewer.