Skip to content

Commit bb90b03

Browse files
committed
Version bump to v1.0.9
1 parent 3486534 commit bb90b03

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

README.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: pixelgrade, jumparound, vlad.olaru
33
Tags: restaurant, bar, business hours, currently open, date, hours, opening hours, osteria, overview, shortcode, status, table, time, widget
44
Requires at least: 4.9.0
5-
Tested up to: 5.2.0
6-
Stable tag: 1.0.8
5+
Tested up to: 6.0
6+
Stable tag: 1.0.9
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.9 =
27+
* Better handling of broken schedules
28+
* Ensure compatibility with the latest WordPress version (6.0)
29+
2630
= 1.0.8 =
2731
* We did several compatibility checks with the latest WordPress releases, so everything will be working smoothly
2832

@@ -51,4 +55,4 @@ Made with love by Pixelgrade!
5155
* removed 'use short day name' option from the current status widget
5256

5357
= 1.0.0 =
54-
* Plugin init
58+
* Plugin init

js/HoursParser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright 2014 Foursquare Labs Inc. All Rights Reserved.
2+
// https://github.com/foursquare/hoursparser.js
23

34
var fourSq = fourSq || {};
45
fourSq.util = fourSq.util || {}

open-hours.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: https://pixelgrade.com
55
Description: An easy to use opening hours WordPress plugin manager for any kind of venue.
66
Author: pixelgrade
7-
Version: 1.0.7
7+
Version: 1.0.9
88
Author URI: https://pixelgrade.com
99
Text Domain: open-hours
1010
*/
@@ -13,7 +13,7 @@
1313

1414
function OpenPlugin() {
1515
require_once( plugin_dir_path( __FILE__ ) . 'includes/class-open.php' );
16-
$instance = OpenPlugin::instance( __FILE__, '1.0.8' );
16+
$instance = OpenPlugin::instance( __FILE__, '1.0.9' );
1717

1818
return $instance;
1919
}

0 commit comments

Comments
 (0)