Changeset 2365148
- Timestamp:
- 08/19/2020 05:38:44 PM (6 years ago)
- Location:
- woocommerce-accommodation-bookings/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
languages/woocommerce-accommodation-bookings.pot (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
r2337392 r2365148 1 1 *** Changelog *** 2 3 = 1.1.19 - 2020-08-19 = 4 * Tweak - WordPress 5.5 compatibility. 2 5 3 6 = 1.1.18 - 2020-07-08 = -
woocommerce-accommodation-bookings/trunk/languages/woocommerce-accommodation-bookings.pot
r2337392 r2365148 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce Accommodation Bookings 1.1.1 8\n"5 "Project-Id-Version: WooCommerce Accommodation Bookings 1.1.19\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-accommodation-bookings\n" 8 "POT-Creation-Date: 2020-0 7-08 12:56:23+00:00\n"8 "POT-Creation-Date: 2020-08-19 17:37:40+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" -
woocommerce-accommodation-bookings/trunk/readme.txt
r2337392 r2365148 3 3 Tags: woocommerce, bookings, accommodations 4 4 Requires at least: 4.1 5 Tested up to: 5. 46 Stable tag: 1.1.1 85 Tested up to: 5.5 6 Stable tag: 1.1.19 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.19 - 2020-08-19 = 40 * Tweak - WordPress 5.5 compatibility. 41 39 42 = 1.1.18 - 2020-07-08 = 40 43 * Fix - Existing booking checkout date showed as fully booked and not selectable. -
woocommerce-accommodation-bookings/trunk/woocommerce-accommodation-bookings.php
r2337392 r2365148 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 86 * Version: 1.1.19 7 7 * Author: WooCommerce 8 8 * Author URI: https://woocommerce.com … … 21 21 } 22 22 23 define( 'WC_ACCOMMODATION_BOOKINGS_VERSION', '1.1.1 8' ); // WRCS: DEFINED_VERSION.23 define( 'WC_ACCOMMODATION_BOOKINGS_VERSION', '1.1.19' ); // WRCS: DEFINED_VERSION. 24 24 25 25 require_once( 'includes/class-wc-accommodation-bookings-plugin.php' );
Note: See TracChangeset
for help on using the changeset viewer.