Plugin Directory

Changeset 3012789


Ignore:
Timestamp:
12/21/2023 07:49:01 AM (2 years ago)
Author:
tplugins
Message:

New version 1.0.7

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

    r2990637 r3012789  
    44Tags: product description ,woocommerce product description,description,product description for woocommerce
    55Requires at least: 4.5
    6 Tested up to: 6.2
    7 Stable tag: 1.0.6
     6Tested up to: 6.4.2
     7Stable tag: 1.0.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868== 👍 You May Also Like ==
    6969
     70-  🆕 [TP Advanced Search for WooCommerce PRO](https://www.tplugins.com/product/tp-advanced-search-for-woocommerce-pro/)
     71
    7072-  ✅ [TP Woocommerce Product Gallery](https://wordpress.org/plugins/tp-woocommerce-product-gallery/)
    7173
     
    7375
    7476-  ✅ [TP Product Quick View for Woocommerce](https://wordpress.org/plugins/tp-product-quick-view-for-woocommerce/)
    75 
    76 -  ✅ [TP Products Compare for Woocommerce](https://wordpress.org/plugins/tp-products-compare-for-woocommerce/)
    7777
    7878-  ✅ [TP Product Tooltip for WooCommerce](https://wordpress.org/plugins/tp-product-tooltip/)
     
    109109== Changelog ==
    110110
     111= 1.0.7 - Update =
     112* Update - WordPress 6.4.2 compatibility
     113* Update - WooCommerce 8.4.0 compatibility
     114
    111115= 1.0.6 - Update =
    112116* Compatible with HPOS (High-Performance Order Storage)
  • tp-product-description-in-loop-for-woocommerce/trunk/tp-product-description-in-loop-for-woocommerce.php

    r2990588 r3012789  
    1717 * Plugin URI:        http://tplugins.com/
    1818 * Description:       Add product description to your Shop / Category / Archives pages.
    19  * Version:           1.0.6
     19 * Version:           1.0.7
    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: 8.2.1
     27 * WC tested up to: 8.4.0
    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.6' );
     40define( 'TP_PRODUCT_DESCRIPTION_IN_LOOP_FOR_WOOCOMMERCE_VERSION', '1.0.7' );
    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.