Skip to content

Commit 7c3d96a

Browse files
author
Mike Hemberger
committed
Fixed: Undefined variable
when using additional hours in each day.
1 parent 70e9900 commit 7c3d96a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changes
22

3+
## 1.4.3 (3/5/20)
4+
* Fixed: Undefined variable when using additional hours in each day.
5+
36
## 1.4.2 (2/20/20)
47
* Changed: Filter prefix is now consistent with other filters. `userlocations_location_posts_query_args`.
58

user-locations.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* License: GPL-2.0+
1717
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1818
*
19-
* Version: 1.4.2
19+
* Version: 1.4.3
2020
*
2121
* GitHub Plugin URI: https://github.com/bizbudding/user-locations
2222
* GitHub Branch: master
@@ -175,7 +175,7 @@ private function setup_constants() {
175175

176176
// Plugin version.
177177
if ( ! defined( 'USER_LOCATIONS_VERSION' ) ) {
178-
define( 'USER_LOCATIONS_VERSION', '1.4.2' );
178+
define( 'USER_LOCATIONS_VERSION', '1.4.3' );
179179
}
180180

181181
// Plugin Folder Path.

0 commit comments

Comments
 (0)