Changeset 2406251
- Timestamp:
- 10/25/2020 02:25:30 PM (5 years ago)
- Location:
- woo-title-limit/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
woo-title-limit.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-title-limit/trunk/readme.txt
r2237047 r2406251 4 4 Tags: woocommerce, product title, title, length, limit, shop 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 3.27 Stable tag: 2.0. 06 Tested up to: 5.5.1 7 Stable tag: 2.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 45 45 == Changelog == 46 47 = 2.0.1 = 48 49 * tested up to version WordPress 5.5.1 50 * tested up to WooCommerce 4.6.1 51 46 52 = 2.0.0 = 47 53 * The whole plugin was refactored. The entire structure is now easy to maintain. In this way, new functions can be integrated more easily and errors corrected more quickly. -
woo-title-limit/trunk/woo-title-limit.php
r2237047 r2406251 17 17 * Plugin URI: https://www.dimitri-wolf.de 18 18 * Description: Allows you to set product title lengths for WooCommerce products. 19 * Version: 2.0. 019 * Version: 2.0.1 20 20 * Author: Dima W. 21 21 * Author URI: https://www.dimitri-wolf.de … … 27 27 * 28 28 * WC requires at least: 3.0 29 * WC tested up to: 3.9.129 * WC tested up to: 4.6.1 30 30 */ 31 31 … … 35 35 } 36 36 37 define( 'WOO_TITLE_LIMIT_VERSION', '2.0. 0' );37 define( 'WOO_TITLE_LIMIT_VERSION', '2.0.1' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.