Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Eugen authored and Andrei Eugen committed Mar 30, 2017
1 parent da85a9d commit 80a8170
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: pixelgrade, jumparound
Tags: restaurant, bar, business hours, currently open, date, hours, opening hours, osteria, overview, shortcode, status, table, time, widget
Requires at least: 4.6.1
Tested up to: 4.7.2
Stable tag: 1.0.2
Stable tag: 1.0.3
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.3 =
* Added fix for inconsistent current status
* Changed labels for the Current Status Widget to match the correct replacement tags

= 1.0.2 =
* hotfix for setting closed days

Expand Down
6 changes: 3 additions & 3 deletions open-hours.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

/**
* @package Open Hours
* @version 1.0.2
* @version 1.0.3
*/

/*
Plugin Name: Open Hours
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.2
Version: 1.0.3
Author URI: https://pixelgrade.com
*/

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

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

return $instance;
}
Expand Down

0 comments on commit 80a8170

Please sign in to comment.