Plugin Directory

Changeset 2406251


Ignore:
Timestamp:
10/25/2020 02:25:30 PM (5 years ago)
Author:
DimaW
Message:

tested up to wp 5.5.1 and wc 4.6.1

Location:
woo-title-limit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-title-limit/trunk/readme.txt

    r2237047 r2406251  
    44Tags: woocommerce, product title, title, length, limit, shop
    55Requires at least: 3.0.1
    6 Tested up to: 5.3.2
    7 Stable tag: 2.0.0
     6Tested up to: 5.5.1
     7Stable tag: 2.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4444
    4545== 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
    4652= 2.0.0 =
    4753* 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  
    1717 * Plugin URI:        https://www.dimitri-wolf.de
    1818 * Description:       Allows you to set product title lengths for WooCommerce products.
    19  * Version:           2.0.0
     19 * Version:           2.0.1
    2020 * Author: Dima W.
    2121 * Author URI:        https://www.dimitri-wolf.de
     
    2727 *
    2828 * WC requires at least: 3.0
    29  * WC tested up to: 3.9.1
     29 * WC tested up to: 4.6.1
    3030 */
    3131
     
    3535}
    3636
    37 define( 'WOO_TITLE_LIMIT_VERSION', '2.0.0' );
     37define( 'WOO_TITLE_LIMIT_VERSION', '2.0.1' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.