Changeset 3007692
- Timestamp:
- 12/09/2023 08:53:41 PM (2 years ago)
- Location:
- linked-variation-for-woocommerce/trunk
- Files:
-
- 2 edited
-
linked-variation-for-woocommerce.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linked-variation-for-woocommerce/trunk/linked-variation-for-woocommerce.php
r2537320 r3007692 1 1 <?php 2 3 2 /** 4 *5 * @link https://devsace.com/6 * @package WooLinkedVariation7 *8 * @wordpress-plugin9 3 * Plugin Name: Linked Variation for WooCommerce 10 4 * Plugin URI: https://demos.devsace.com/plugins/linked-variation-for-woocommerce/ 11 5 * Description: This is a helper plugin of WooCommerce built to link separate products together by attributes. 12 * Version: 1.0. 46 * Version: 1.0.5 13 7 * Author: DevsAce 14 8 * Author URI: https://devsace.com/ … … 17 11 * Text Domain: linked-variation-for-woocommerce 18 12 * Domain Path: /languages 19 *20 * WC requires at least: 3.821 * WC tested up to: 5.3.022 13 */ 23 14 … … 37 28 38 29 // Declering Constant 39 define('LVFW_VERSION', '1.0. 4'); // Currently plugin version.30 define('LVFW_VERSION', '1.0.5'); // Currently plugin version. 40 31 define('LVFW_API_URL', 'https://api.devsace.com/linked-variation-for-woocommerce'); // Currently plugin version. 41 32 define('LVFW_FILE', __FILE__); -
linked-variation-for-woocommerce/trunk/readme.txt
r2537384 r3007692 3 3 Donate link: https://demos.devsace.com/plugins/linked-variation-for-woocommerce/contact/?source=donate-link 4 4 Tags: variation, woocommerce, products, devsace, e-commerce, shop, woocommerce variation, linked variation, woocommerce attributes 5 Requires at least: 4.56 Tested up to: 5.7.27 Requires PHP: 5.2.178 Stable tag: 1.0. 45 Requires at least: 6.2 6 Tested up to: 6.4 7 Requires PHP: 7.2 8 Stable tag: 1.0.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 16 16 17 17 If you wish to take a look at this plugin how it works then [see demo](https://demos.devsace.com/plugins/linked-variation-for-woocommerce/product/iphone-12-black-64gb). 18 19 Inspired by [Linked Variations by Iconic](https://iconicwp.com/products/woocommerce-linked-variations/?ref=razon)20 18 21 19 = Core Features = … … 45 43 46 44 No, It's completely free! 47 However, we can recommend [Linked Variations Premium by Iconic](https://iconicwp.com/products/woocommerce-linked-variations/?ref=razon).48 45 49 46 == Changelog == 47 48 = 1.0.5 = 49 - Compatibility update 50 50 51 51 = 1.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.