Changeset 2987857
- Timestamp:
- 11/02/2023 07:20:05 AM (2 years ago)
- Location:
- tp-show-product-images-on-checkout-page-for-woocommerce
- Files:
-
- 21 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/LICENSE.txt (added)
-
tags/1.0.1/README.txt (added)
-
tags/1.0.1/admin (added)
-
tags/1.0.1/admin/css (added)
-
tags/1.0.1/admin/css/tp-show-product-images-on-checkout-page-admin.css (added)
-
tags/1.0.1/admin/images (added)
-
tags/1.0.1/admin/images/jquery.minicolors.png (added)
-
tags/1.0.1/admin/images/tp.png (added)
-
tags/1.0.1/admin/js (added)
-
tags/1.0.1/admin/js/tp-show-product-images-on-checkout-page-admin.js (added)
-
tags/1.0.1/admin/tp-show-product-images-on-checkout-page-admin.php (added)
-
tags/1.0.1/index.php (added)
-
tags/1.0.1/public (added)
-
tags/1.0.1/public/css (added)
-
tags/1.0.1/public/css/tp-show-product-images-on-checkout-page-public.css (added)
-
tags/1.0.1/public/js (added)
-
tags/1.0.1/public/js/tp-show-product-images-on-checkout-page-public.js (added)
-
tags/1.0.1/public/tp-show-product-images-on-checkout-page-public.php (added)
-
tags/1.0.1/tp-show-product-images-on-checkout-page.php (added)
-
tags/1.0.1/wpml-config.xml (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/tp-show-product-images-on-checkout-page.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tp-show-product-images-on-checkout-page-for-woocommerce/trunk/README.txt
r2608219 r2987857 4 4 Tags: product image, image, woocommerce product image, woocommerce checkout, checkout, woocommerce 5 5 Requires at least: 4.5 6 Tested up to: 5.87 Stable tag: 1.0. 06 Tested up to: 6.3.2 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 96 96 == Changelog == 97 97 98 = 1.0.1 - Update = 99 * Update - WordPress 6.3.2 compatibility 100 * Update - WooCommerce 8.2.1 compatibility 101 98 102 = 1.0.0 - Released on 01 October 2021 = 99 100 103 * Initial release 101 104 -
tp-show-product-images-on-checkout-page-for-woocommerce/trunk/tp-show-product-images-on-checkout-page.php
r2607639 r2987857 17 17 * Plugin URI: www.tplugins.com 18 18 * Description: Display Product Images on Checkout Page. 19 * Version: 1.0. 019 * Version: 1.0.1 20 20 * Author: TP Plugins 21 21 * Author URI: www.tplugins.com/shop … … 25 25 * Domain Path: /languages 26 26 * WC requires at least: 4.6 27 * WC tested up to: 5.7.127 * WC tested up to: 8.2.1 28 28 */ 29 29 … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define('TPSPICP_VERSION', '1.0. 0');40 define('TPSPICP_VERSION', '1.0.1'); 41 41 define('TPSPICP_PLUGIN_NAME', 'TP Show Product Images on Checkout Page for WooCommerce'); 42 42 define('TPSPICP_PLUGIN_MENU_NAME', 'TP Show Product Images on Checkout');
Note: See TracChangeset
for help on using the changeset viewer.