Skip to content

Commit e2b7239

Browse files
Merge pull request #18 from pixelgrade/dev
Dev
2 parents b119385 + b80d2c3 commit e2b7239

File tree

4 files changed

+1528
-1525
lines changed

4 files changed

+1528
-1525
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

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gulp.task('styles', function () {
2525
*/
2626
gulp.task( 'zip', ['build'], function() {
2727
return gulp.src( './' )
28-
.pipe( exec( 'cd ./../; rm -rf Open-Hours-1-0-0.zip; cd ./build/; zip -r -X ./../Open-Hours-1-0-0.zip ./open-hours; cd ./../; rm -rf build' ) );
28+
.pipe( exec( 'cd ./../; rm -rf Open-Hours-1-0-0.zip; cd ./build/; zip -r -X ./../Open-Hours.zip ./open-hours; cd ./../; rm -rf build' ) );
2929

3030
} );
3131

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)