Skip to content

Commit

Permalink
Updating version references for 1.1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-shultz committed Aug 2, 2018
1 parent c68c350 commit 4a80b14
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion languages/woocommerce-accommodation-bookings.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Accommodation Bookings 1.1.2\n"
"Project-Id-Version: WooCommerce Accommodation Bookings 1.1.3\n"
"Report-Msgid-Bugs-To: https://support.woothemes.com/hc/\n"
"POT-Creation-Date: 2017-12-15 21:21:12+00:00\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce-accommodation-bookings",
"title": "WooCommerce Accommodation Bookings",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://woocommerce.com/products/woocommerce-accommodation-bookings/",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions 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: 4.9
Stable tag: 1.1.2
Stable tag: 1.1.3
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.1.3 <not released> =
= 1.1.3 =
* Fix - Fatal error when disabling WooCommerce.
* Fix - Undefined index notice.
* Fix - Check for product before using it in order info.
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.2
* Version: 1.1.3
* 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.2' );
$plugin = new WC_Accommodation_Bookings_Plugin( __FILE__, '1.1.3' );
$plugin->run();

0 comments on commit 4a80b14

Please sign in to comment.