Plugin Directory

Changeset 2987857


Ignore:
Timestamp:
11/02/2023 07:20:05 AM (2 years ago)
Author:
tplugins
Message:

new version 1.0.1

Location:
tp-show-product-images-on-checkout-page-for-woocommerce
Files:
21 added
2 edited

Legend:

Unmodified
Added
Removed
  • tp-show-product-images-on-checkout-page-for-woocommerce/trunk/README.txt

    r2608219 r2987857  
    44Tags: product image, image, woocommerce product image, woocommerce checkout, checkout, woocommerce
    55Requires at least: 4.5
    6 Tested up to: 5.8
    7 Stable tag: 1.0.0
     6Tested up to: 6.3.2
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9696== Changelog ==
    9797
     98= 1.0.1 - Update =
     99* Update - WordPress 6.3.2 compatibility
     100* Update - WooCommerce 8.2.1 compatibility
     101
    98102= 1.0.0 - Released on 01 October 2021 =
    99 
    100103* Initial release
    101104
  • tp-show-product-images-on-checkout-page-for-woocommerce/trunk/tp-show-product-images-on-checkout-page.php

    r2607639 r2987857  
    1717 * Plugin URI:        www.tplugins.com
    1818 * Description:       Display Product Images on Checkout Page.
    19  * Version:           1.0.0
     19 * Version:           1.0.1
    2020 * Author:            TP Plugins
    2121 * Author URI:        www.tplugins.com/shop
     
    2525 * Domain Path:       /languages
    2626 * WC requires at least: 4.6
    27  * WC tested up to: 5.7.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('TPSPICP_VERSION', '1.0.0');
     40define('TPSPICP_VERSION', '1.0.1');
    4141define('TPSPICP_PLUGIN_NAME', 'TP Show Product Images on Checkout Page for WooCommerce');
    4242define('TPSPICP_PLUGIN_MENU_NAME', 'TP Show Product Images on Checkout');
Note: See TracChangeset for help on using the changeset viewer.