Plugin Directory

Changeset 2986045


Ignore:
Timestamp:
10/30/2023 11:11:25 AM (2 years ago)
Author:
tplugins
Message:

New version 1.0.5

Location:
tp-product-description-in-loop-for-woocommerce
Files:
43 added
2 edited

Legend:

Unmodified
Added
Removed
  • tp-product-description-in-loop-for-woocommerce/trunk/README.txt

    r2893398 r2986045  
    55Requires at least: 4.5
    66Tested up to: 6.2
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    109109== Changelog ==
    110110
     111= 1.0.5 - Update =
     112* Update - WordPress 6.3.2 compatibility
     113* Update - WooCommerce 8.2.1 compatibility
     114
    111115= 1.0.4 - Update =
    112116* Update - WordPress 6.2 compatibility
  • tp-product-description-in-loop-for-woocommerce/trunk/tp-product-description-in-loop-for-woocommerce.php

    r2893398 r2986045  
    1717 * Plugin URI:        http://tplugins.com/
    1818 * Description:       Add product description to your Shop / Category / Archives pages.
    19  * Version:           1.0.4
     19 * Version:           1.0.5
    2020 * Author:            TP Plugins
    2121 * Author URI:        http://tplugins.com/shop
     
    2525 * Domain Path:       /languages
    2626 * WC requires at least: 3.5
    27  * WC tested up to: 7.5.1
     27 * WC tested up to: 8.2.1
    2828 */
    2929
     
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define( 'TP_PRODUCT_DESCRIPTION_IN_LOOP_FOR_WOOCOMMERCE_VERSION', '1.0.4' );
     40define( 'TP_PRODUCT_DESCRIPTION_IN_LOOP_FOR_WOOCOMMERCE_VERSION', '1.0.5' );
    4141define('TPPDIL_PLUGIN_NAME', 'TP Product Description in Loop for Woocommerce');
    4242define('TPPDIL_PLUGIN_MENU_NAME', 'TP Product Description in Loop');
Note: See TracChangeset for help on using the changeset viewer.