Changeset 2185678
- Timestamp:
- 11/04/2019 04:28:47 PM (6 years ago)
- Location:
- woocommerce-accommodation-bookings/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
woocommerce-accommodation-bookings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-accommodation-bookings/trunk/changelog.txt
r2179088 r2185678 1 1 *** Changelog *** 2 3 = 1.1.11 - 2019-11-04 = 4 * Tweak - WC tested up to 3.8. 2 5 3 6 = 1.1.10 - 2019-10-24 = -
woocommerce-accommodation-bookings/trunk/readme.txt
r2179088 r2185678 4 4 Requires at least: 4.1 5 5 Tested up to: 5.0 6 Stable tag: 1.1.1 06 Stable tag: 1.1.11 7 7 License: GNU General Public License v3.0 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 37 37 == Changelog == 38 38 39 = 1.1.11 - 2019-11-04 = 40 * Tweak - WC tested up to 3.8. 41 39 42 = 1.1.10 - 2019-10-24 = 40 43 * Fix - Integration with WooCommerce Product Add-ons. -
woocommerce-accommodation-bookings/trunk/woocommerce-accommodation-bookings.php
r2179088 r2185678 4 4 * Plugin URI: https://woocommerce.com/products/woocommerce-accommodation-bookings/ 5 5 * Description: An accommodations add-on for the WooCommerce Bookings extension. 6 * Version: 1.1.1 06 * Version: 1.1.11 7 7 * Author: WooCommerce 8 8 * Author URI: https://woocommerce.com 9 9 * Text Domain: woocommerce-accommodation-bookings 10 10 * Domain Path: /languages 11 * WC tested up to: 3. 711 * WC tested up to: 3.8 12 12 * WC requires at least: 2.6 13 13 * … … 22 22 23 23 require_once( 'includes/class-wc-accommodation-bookings-plugin.php' ); 24 $plugin = new WC_Accommodation_Bookings_Plugin( __FILE__, '1.1.1 0' );24 $plugin = new WC_Accommodation_Bookings_Plugin( __FILE__, '1.1.11' ); 25 25 $plugin->run();
Note: See TracChangeset
for help on using the changeset viewer.