Skip to content

Commit

Permalink
Version bump to v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vladolaru committed Aug 15, 2022
1 parent 3486534 commit bb90b03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
10 changes: 7 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: pixelgrade, jumparound, vlad.olaru
Tags: restaurant, bar, business hours, currently open, date, hours, opening hours, osteria, overview, shortcode, status, table, time, widget
Requires at least: 4.9.0
Tested up to: 5.2.0
Stable tag: 1.0.8
Tested up to: 6.0
Stable tag: 1.0.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.0.9 =
* Better handling of broken schedules
* Ensure compatibility with the latest WordPress version (6.0)

= 1.0.8 =
* We did several compatibility checks with the latest WordPress releases, so everything will be working smoothly

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

= 1.0.0 =
* Plugin init
* Plugin init
1 change: 1 addition & 0 deletions js/HoursParser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2014 Foursquare Labs Inc. All Rights Reserved.
// https://github.com/foursquare/hoursparser.js

var fourSq = fourSq || {};
fourSq.util = fourSq.util || {}
Expand Down
4 changes: 2 additions & 2 deletions open-hours.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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.7
Version: 1.0.9
Author URI: https://pixelgrade.com
Text Domain: open-hours
*/
Expand All @@ -13,7 +13,7 @@

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

return $instance;
}
Expand Down

0 comments on commit bb90b03

Please sign in to comment.