Changeset 3410979
- Timestamp:
- 12/04/2025 01:20:54 PM (4 months ago)
- Location:
- untappd-ratings-for-woocommerce/tags
- Files:
-
- 1 edited
- 2 copied
-
1.0.8/untappd-ratings-for-woocommerce.php (modified) (2 diffs)
-
1.0.9 (copied) (copied from untappd-ratings-for-woocommerce/trunk)
-
1.0.9/readme.txt (copied) (copied from untappd-ratings-for-woocommerce/trunk/readme.txt)
Legend:
- Unmodified
- Added
- Removed
-
untappd-ratings-for-woocommerce/tags/1.0.8/untappd-ratings-for-woocommerce.php
r3410008 r3410979 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. 914 * Version: 1.0.8 15 15 * Requires at least: 6.0 16 16 * Tested up to: 6.9 … … 34 34 define( 'URWC_PLUGIN_DIR', dirname( URWC_PLUGIN_FILE ) . DIRECTORY_SEPARATOR ); 35 35 define( 'URWC_NAME', 'Untappd Ratings for WooCommerce' ); 36 define( 'URWC_VERSION', '1.0. 9' );36 define( 'URWC_VERSION', '1.0.8' ); 37 37 38 38 require_once URWC_PLUGIN_DIR . 'includes' . DIRECTORY_SEPARATOR . 'class-urwc-ratings.php';
Note: See TracChangeset
for help on using the changeset viewer.