Changeset 2654527
- Timestamp:
- 01/08/2022 11:47:13 AM (4 years ago)
- Location:
- woo-title-limit/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
woo-title-limit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-title-limit/trunk/readme.txt
r2654525 r2654527 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.8.3 7 Stable tag: 2.0. 27 Stable tag: 2.0.3 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.3 = 48 49 * fix version 46 50 47 51 = 2.0.2 = -
woo-title-limit/trunk/woo-title-limit.php
r2654525 r2654527 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. 119 * Version: 2.0.3 20 20 * Author: Dima W. 21 21 * Author URI: https://www.dimitri-wolf.de … … 35 35 } 36 36 37 define( 'WOO_TITLE_LIMIT_VERSION', '2.0. 2' );37 define( 'WOO_TITLE_LIMIT_VERSION', '2.0.3' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.