Plugin Directory

Changeset 2654527


Ignore:
Timestamp:
01/08/2022 11:47:13 AM (4 years ago)
Author:
DimaW
Message:

fix version

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

Legend:

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

    r2654525 r2654527  
    55Requires at least: 3.0.1
    66Tested up to: 5.8.3
    7 Stable tag: 2.0.2
     7Stable tag: 2.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4444
    4545== Changelog ==
     46
     47= 2.0.3 =
     48
     49* fix version
    4650
    4751= 2.0.2 =
  • woo-title-limit/trunk/woo-title-limit.php

    r2654525 r2654527  
    1717 * Plugin URI:        https://www.dimitri-wolf.de
    1818 * Description:       Allows you to set product title lengths for WooCommerce products.
    19  * Version:           2.0.1
     19 * Version:           2.0.3
    2020 * Author: Dima W.
    2121 * Author URI:        https://www.dimitri-wolf.de
     
    3535}
    3636
    37 define( 'WOO_TITLE_LIMIT_VERSION', '2.0.2' );
     37define( 'WOO_TITLE_LIMIT_VERSION', '2.0.3' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.