Skip to content

Commit

Permalink
Version bump for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-shultz committed Jun 4, 2019
1 parent d83f893 commit b24290c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** Changelog ***

= 1.1.7 - 2019-xx-xx =
= 1.1.7 - 2019-06-03 =
* Fix - Mismatch function declaration causing PHP warnings.

= 1.1.6 - 2019-04-17 =
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
Stable tag: 1.1.7
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -36,6 +36,9 @@ If the prices shown on the product do not match the prices defined in the dashbo

== Changelog ==

= 1.1.7 - 2019-06-03 =
* Fix - Mismatch function declaration causing PHP warnings.

= 1.1.6 - 2019-04-17 =
* Remove - partially booked days styling.
* Tweak - WC tested up to 3.6
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-accommodation-bookings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
* Version: 1.1.7
* Author: WooCommerce
* Author URI: https://woocommerce.com
* Text Domain: woocommerce-accommodation-bookings
Expand All @@ -21,5 +21,5 @@
}

require_once( 'includes/class-wc-accommodation-bookings-plugin.php' );
$plugin = new WC_Accommodation_Bookings_Plugin( __FILE__, '1.1.6' );
$plugin = new WC_Accommodation_Bookings_Plugin( __FILE__, '1.1.7' );
$plugin->run();

0 comments on commit b24290c

Please sign in to comment.