File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ ## 1.4.2 (2/20/20)
4+ * Changed: Filter prefix is now consistent with other filters. ` userlocations_location_posts_query_args ` .
5+
36## 1.4.1 (2/20/20)
47* Added: ` ul_location_posts_query_args ` filter to change the location blog query.
58
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ function ul_do_location_posts() {
185185 ),
186186 ),
187187 );
188- $ args = apply_filters ( 'ul_location_posts_query_args ' , $ args , $ location_id );
188+ $ args = apply_filters ( 'userlocations_location_posts_query_args ' , $ args , $ location_id );
189189 genesis_custom_loop ( wp_parse_args ( $ args ) );
190190 wp_reset_postdata ();
191191 echo '</div> ' ;
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.1
19+ * Version: 1.4.2
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.1 ' );
178+ define ( 'USER_LOCATIONS_VERSION ' , '1.4.2 ' );
179179 }
180180
181181 // Plugin Folder Path.
You can’t perform that action at this time.
0 commit comments