From af87a188111b63a3334eb21aaf50dfef1536ec04 Mon Sep 17 00:00:00 2001 From: c-shultz Date: Fri, 9 Aug 2019 09:17:10 -0700 Subject: [PATCH] Version bump for release. --- changelog.txt | 2 +- readme.txt | 4 ++-- woocommerce-accommodation-bookings.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 29c5b806..922c87e8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** Changelog *** -= 1.1.9 - 2019-xx-xx = += 1.1.9 - 2019-08-09 = * Tweak - Update deprecated calls to WC_Bookings_Controller::get_all_existing_bookings since Bookings 1.15.0. * Tweak - WC tested up to 3.7. diff --git a/readme.txt b/readme.txt index c70ded03..84a378d5 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: woothemes, jshreve, akeda, bor0, jessepearson, laurendavissmith00 Tags: woocommerce, bookings, accommodations Requires at least: 4.1 Tested up to: 5.0 -Stable tag: 1.1.8 +Stable tag: 1.1.9 License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -36,7 +36,7 @@ If the prices shown on the product do not match the prices defined in the dashbo == Changelog == -= 1.1.9 - 2019-xx-xx = += 1.1.9 - 2019-08-09 = * Tweak - Update deprecated calls to WC_Bookings_Controller::get_all_existing_bookings since Bookings 1.15.0. * Tweak - WC tested up to 3.7. diff --git a/woocommerce-accommodation-bookings.php b/woocommerce-accommodation-bookings.php index 1bc6bbc1..c871cafc 100644 --- a/woocommerce-accommodation-bookings.php +++ b/woocommerce-accommodation-bookings.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce Accommodation Bookings * Plugin URI: https://woocommerce.com/products/woocommerce-accommodation-bookings/ * Description: An accommodations add-on for the WooCommerce Bookings extension. - * Version: 1.1.8 + * Version: 1.1.9 * Author: WooCommerce * Author URI: https://woocommerce.com * Text Domain: woocommerce-accommodation-bookings @@ -21,5 +21,5 @@ } require_once( 'includes/class-wc-accommodation-bookings-plugin.php' ); -$plugin = new WC_Accommodation_Bookings_Plugin( __FILE__, '1.1.8' ); +$plugin = new WC_Accommodation_Bookings_Plugin( __FILE__, '1.1.9' ); $plugin->run();