Skip to content

Commit 5c8e593

Browse files
committed
bumped version
1 parent b119385 commit 5c8e593

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Open Hours - Easy Opening Hours ===
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
4-
Requires at least: 4.7.0
5-
Tested up to: 4.9.1
6-
Stable tag: 1.0.7
4+
Requires at least: 4.9.0
5+
Tested up to: 5.2.0
6+
Stable tag: 1.0.8
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

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

2424
== Changelog ==
2525

26+
= 1.0.8 =
27+
* We did several compatibility checks with the latest WordPress releases, so everything will be working smoothly
28+
2629
= 1.0.7 =
2730
* Fixed a couple of styling issues in the Customizer
2831
* Restricted scripts and styles loading only where needed

open-hours.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7' );
16+
$instance = OpenPlugin::instance( __FILE__, '1.0.8' );
1717

1818
return $instance;
1919
}

0 commit comments

Comments
 (0)