Changeset 3093845
- Timestamp:
- 05/28/2024 11:34:48 AM (22 months ago)
- Location:
- setary
- Files:
-
- 4 edited
- 1 copied
-
tags/1.11.7 (copied) (copied from setary/trunk)
-
tags/1.11.7/README.md (modified) (2 diffs)
-
tags/1.11.7/setary.php (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/setary.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
setary/tags/1.11.7/README.md
r3093838 r3093845 5 5 Tested up to: 6.5.3 6 6 Requires PHP: 7.1 7 Stable tag: 1.11. 57 Stable tag: 1.11.7 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT … … 91 91 == Changelog == 92 92 93 = v1.11. 6(2024-05-28) =93 = v1.11.7 (2024-05-28) = 94 94 * [update] Tested up to WordPress & WooCommerce versions 95 95 -
setary/tags/1.11.7/setary.php
r3093838 r3093845 11 11 * Author URI: https://setary.com/ 12 12 * 13 * Version: 1.11. 613 * Version: 1.11.7 14 14 * WC requires at least: 6.0.0 15 15 * WC tested up to: 8.9.1 … … 23 23 define( 'SETARY_PATH', \plugin_dir_path( __FILE__ ) ); 24 24 define( 'SETARY_URL', \plugins_url( '/', __FILE__ ) ); 25 define( 'SETARY_VERSION', '1.11. 6' );25 define( 'SETARY_VERSION', '1.11.7' ); 26 26 define( 'SETARY_SITE_URL', 'https://setary.com/' ); 27 27 define( 'SETARY_APP_URL', 'https://setary.com/app/' ); -
setary/trunk/README.md
r3093838 r3093845 5 5 Tested up to: 6.5.3 6 6 Requires PHP: 7.1 7 Stable tag: 1.11. 57 Stable tag: 1.11.7 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT … … 91 91 == Changelog == 92 92 93 = v1.11. 6(2024-05-28) =93 = v1.11.7 (2024-05-28) = 94 94 * [update] Tested up to WordPress & WooCommerce versions 95 95 -
setary/trunk/setary.php
r3093838 r3093845 11 11 * Author URI: https://setary.com/ 12 12 * 13 * Version: 1.11. 613 * Version: 1.11.7 14 14 * WC requires at least: 6.0.0 15 15 * WC tested up to: 8.9.1 … … 23 23 define( 'SETARY_PATH', \plugin_dir_path( __FILE__ ) ); 24 24 define( 'SETARY_URL', \plugins_url( '/', __FILE__ ) ); 25 define( 'SETARY_VERSION', '1.11. 6' );25 define( 'SETARY_VERSION', '1.11.7' ); 26 26 define( 'SETARY_SITE_URL', 'https://setary.com/' ); 27 27 define( 'SETARY_APP_URL', 'https://setary.com/app/' );
Note: See TracChangeset
for help on using the changeset viewer.