Changeset 3056746
- Timestamp:
- 03/22/2024 11:32:18 AM (2 years ago)
- Location:
- untappd-ratings-for-woocommerce/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
untappd-ratings-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
untappd-ratings-for-woocommerce/trunk/readme.txt
r3055231 r3056746 5 5 Tested up to: 6.4 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 WC requires at least: 6 9 9 WC tested up to: 8 -
untappd-ratings-for-woocommerce/trunk/untappd-ratings-for-woocommerce.php
r3055231 r3056746 12 12 * Plugin URI: https://github.com/chillcode/untappd-ratings-for-woocommerce 13 13 * Description: Connect your WooCommerce Store with Untappd 14 * Version: 1.0. 514 * Version: 1.0.6 15 15 * Requires at least: 6.0 16 16 * Requires PHP: 7.4 … … 33 33 define( 'URWC_PLUGIN_DIR', dirname( URWC_PLUGIN_FILE ) . DIRECTORY_SEPARATOR ); 34 34 define( 'URWC_NAME', 'Untappd Ratings for WooCommerce' ); 35 define( 'URWC_VERSION', '1.0. 5' );35 define( 'URWC_VERSION', '1.0.6' ); 36 36 37 37 require_once URWC_PLUGIN_DIR . 'includes' . DIRECTORY_SEPARATOR . 'class-urwc-ratings.php';
Note: See TracChangeset
for help on using the changeset viewer.