Changeset 2559129
- Timestamp:
- 07/06/2021 07:34:35 AM (4 years ago)
- Location:
- multiple-external-product-urls-for-woocommerce/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
multiple-external-product-urls-for-woocommerce/trunk/README.txt
r2558872 r2559129 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.7.2 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 License: GPLv2 or late 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
multiple-external-product-urls-for-woocommerce/trunk/mepu-woo.php
r2558872 r2559129 8 8 * Plugin Name: Multiple external product URLs for WooCommerce 9 9 * Description: Plugins gives you ability to add multiple external product URLs on WooCommerce product edit page. 10 * Version: 1.3. 010 * Version: 1.3.1 11 11 * Author: Paweł Ćmachowski 12 12 * Author URI: https://cmachowski.com … … 24 24 * Plugin CONST values 25 25 */ 26 define('MEPU_WOO_VERSION', '1.3. 0');26 define('MEPU_WOO_VERSION', '1.3.1'); 27 27 define('MEPU_WOO_SLUG', 'mepu-woo'); 28 28 define('MEPU_WOO_DIR_NAME', 'multiple-external-product-urls-for-woocommerce');
Note: See TracChangeset
for help on using the changeset viewer.