File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments