Skip to content

Commit 80a8170

Browse files
Andrei EugenAndrei Eugen
authored andcommitted
1.0.3
1 parent da85a9d commit 80a8170

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: pixelgrade, jumparound
33
Tags: restaurant, bar, business hours, currently open, date, hours, opening hours, osteria, overview, shortcode, status, table, time, widget
44
Requires at least: 4.6.1
55
Tested up to: 4.7.2
6-
Stable tag: 1.0.2
6+
Stable tag: 1.0.3
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -23,6 +23,10 @@ Made with love by Pixelgrade!
2323

2424
== Changelog ==
2525

26+
= 1.0.3 =
27+
* Added fix for inconsistent current status
28+
* Changed labels for the Current Status Widget to match the correct replacement tags
29+
2630
= 1.0.2 =
2731
* hotfix for setting closed days
2832

open-hours.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22

33
/**
44
* @package Open Hours
5-
* @version 1.0.2
5+
* @version 1.0.3
66
*/
77

88
/*
99
Plugin Name: Open Hours
1010
Plugin URI: https://pixelgrade.com
1111
Description: An easy to use opening hours WordPress plugin manager for any kind of venue.
1212
Author: pixelgrade
13-
Version: 1.0.2
13+
Version: 1.0.3
1414
Author URI: https://pixelgrade.com
1515
*/
1616

1717
defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
1818

1919
function OpenPlugin() {
2020
require_once( plugin_dir_path( __FILE__ ) . '/includes/class-open.php' );
21-
$instance = new OpenPlugin( __FILE__, '1.0.2' );
21+
$instance = new OpenPlugin( __FILE__, '1.0.3' );
2222

2323
return $instance;
2424
}

0 commit comments

Comments
 (0)