Changeset 932947
- Timestamp:
- 06/16/2014 10:24:24 AM (12 years ago)
- Location:
- woocommerce-compare-list/trunk
- Files:
-
- 1 added
- 2 edited
-
includes/widget.php (added)
-
index.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-compare-list/trunk/index.php
r932945 r932947 4 4 Plugin URI: http://wordpress.org/plugins/woocommerce-compare-list/ 5 5 Description: The plugin adds ability to compare some products of your WooCommerce driven shop. 6 Version: 1.1 6 Version: 1.1.0 7 7 Author: Madpixels 8 8 Author URI: http://madpixels.net … … 46 46 * Launches plugin if WooCommerce is active. 47 47 * 48 * @since 1.1 48 * @since 1.1.0 49 49 * @action plugins_loaded 50 50 * … … 56 56 } 57 57 58 define( 'WCCM_VERISON', '1.1 ' );58 define( 'WCCM_VERISON', '1.1.0' ); 59 59 60 60 load_plugin_textdomain( 'wccm', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' ); -
woocommerce-compare-list/trunk/readme.txt
r932945 r932947 5 5 Requires at least: 3.6 6 6 Tested up to: 3.9.1 7 Stable tag: 1. 0.07 Stable tag: 1.1.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.opensource.org/licenses/gpl-license.php
Note: See TracChangeset
for help on using the changeset viewer.