From 80a8170a1ab938d618dc44a9781ef038a3db1825 Mon Sep 17 00:00:00 2001 From: Andrei Eugen Date: Thu, 30 Mar 2017 11:53:54 +0300 Subject: [PATCH] 1.0.3 --- README.txt | 6 +++++- open-hours.php | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 31f51c0..14b8906 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: pixelgrade, jumparound Tags: restaurant, bar, business hours, currently open, date, hours, opening hours, osteria, overview, shortcode, status, table, time, widget Requires at least: 4.6.1 Tested up to: 4.7.2 -Stable tag: 1.0.2 +Stable tag: 1.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -23,6 +23,10 @@ Made with love by Pixelgrade! == Changelog == += 1.0.3 = +* Added fix for inconsistent current status +* Changed labels for the Current Status Widget to match the correct replacement tags + = 1.0.2 = * hotfix for setting closed days diff --git a/open-hours.php b/open-hours.php index e960e68..d907794 100644 --- a/open-hours.php +++ b/open-hours.php @@ -2,7 +2,7 @@ /** * @package Open Hours - * @version 1.0.2 + * @version 1.0.3 */ /* @@ -10,7 +10,7 @@ Plugin URI: https://pixelgrade.com Description: An easy to use opening hours WordPress plugin manager for any kind of venue. Author: pixelgrade -Version: 1.0.2 +Version: 1.0.3 Author URI: https://pixelgrade.com */ @@ -18,7 +18,7 @@ function OpenPlugin() { require_once( plugin_dir_path( __FILE__ ) . '/includes/class-open.php' ); - $instance = new OpenPlugin( __FILE__, '1.0.2' ); + $instance = new OpenPlugin( __FILE__, '1.0.3' ); return $instance; }