Changeset 2497145
- Timestamp:
- 03/16/2021 03:26:58 PM (5 years ago)
- Location:
- sportspress
- Files:
-
- 6 edited
- 32 copied
-
tags/2.7.7 (copied) (copied from sportspress/trunk)
-
tags/2.7.7/assets/css/leaflet.css (copied) (copied from sportspress/trunk/assets/css/leaflet.css)
-
tags/2.7.7/assets/css/sportspress-rtl.css (copied) (copied from sportspress/trunk/assets/css/sportspress-rtl.css)
-
tags/2.7.7/assets/js/Control.Geocoder.min.js (copied) (copied from sportspress/trunk/assets/js/Control.Geocoder.min.js)
-
tags/2.7.7/assets/js/Control.Geocoder.min.js.map (copied) (copied from sportspress/trunk/assets/js/Control.Geocoder.min.js.map)
-
tags/2.7.7/assets/js/admin/editor.js (copied) (copied from sportspress/trunk/assets/js/admin/editor.js)
-
tags/2.7.7/assets/js/admin/sportspress-admin.js (copied) (copied from sportspress/trunk/assets/js/admin/sportspress-admin.js)
-
tags/2.7.7/assets/js/leaflet.js (copied) (copied from sportspress/trunk/assets/js/leaflet.js)
-
tags/2.7.7/assets/js/leaflet.js.map (copied) (copied from sportspress/trunk/assets/js/leaflet.js.map)
-
tags/2.7.7/changelog.txt (copied) (copied from sportspress/trunk/changelog.txt) (1 diff)
-
tags/2.7.7/feeds/ical.php (copied) (copied from sportspress/trunk/feeds/ical.php)
-
tags/2.7.7/includes/admin/post-types/class-sp-admin-cpt-event.php (copied) (copied from sportspress/trunk/includes/admin/post-types/class-sp-admin-cpt-event.php) (2 diffs)
-
tags/2.7.7/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php (copied) (copied from sportspress/trunk/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php)
-
tags/2.7.7/includes/admin/settings/class-sp-settings-events.php (copied) (copied from sportspress/trunk/includes/admin/settings/class-sp-settings-events.php)
-
tags/2.7.7/includes/api/class-sp-rest-api.php (copied) (copied from sportspress/trunk/includes/api/class-sp-rest-api.php)
-
tags/2.7.7/includes/api/class-sp-rest-posts-controller.php (copied) (copied from sportspress/trunk/includes/api/class-sp-rest-posts-controller.php)
-
tags/2.7.7/includes/class-sp-countries.php (copied) (copied from sportspress/trunk/includes/class-sp-countries.php)
-
tags/2.7.7/includes/class-sp-player-list.php (copied) (copied from sportspress/trunk/includes/class-sp-player-list.php)
-
tags/2.7.7/includes/class-sp-player.php (copied) (copied from sportspress/trunk/includes/class-sp-player.php)
-
tags/2.7.7/includes/sp-core-functions.php (copied) (copied from sportspress/trunk/includes/sp-core-functions.php)
-
tags/2.7.7/includes/sp-formatting-functions.php (copied) (copied from sportspress/trunk/includes/sp-formatting-functions.php)
-
tags/2.7.7/includes/widgets/class-sp-widget-birthdays.php (copied) (copied from sportspress/trunk/includes/widgets/class-sp-widget-birthdays.php)
-
tags/2.7.7/includes/widgets/class-sp-widget-countdown.php (copied) (copied from sportspress/trunk/includes/widgets/class-sp-widget-countdown.php)
-
tags/2.7.7/license.txt (modified) (1 diff)
-
tags/2.7.7/modules/sportspress-bulk-actions.php (copied) (copied from sportspress/trunk/modules/sportspress-bulk-actions.php)
-
tags/2.7.7/modules/sportspress-openstreetmap.php (copied) (copied from sportspress/trunk/modules/sportspress-openstreetmap.php)
-
tags/2.7.7/modules/sportspress-player-assignments.php (copied) (copied from sportspress/trunk/modules/sportspress-player-assignments.php)
-
tags/2.7.7/readme.txt (copied) (copied from sportspress/trunk/readme.txt) (2 diffs)
-
tags/2.7.7/sportspress.php (copied) (copied from sportspress/trunk/sportspress.php) (3 diffs)
-
tags/2.7.7/templates/birthdays.php (copied) (copied from sportspress/trunk/templates/birthdays.php)
-
tags/2.7.7/templates/countdown.php (copied) (copied from sportspress/trunk/templates/countdown.php)
-
tags/2.7.7/templates/event-blocks.php (copied) (copied from sportspress/trunk/templates/event-blocks.php)
-
tags/2.7.7/templates/event-list.php (copied) (copied from sportspress/trunk/templates/event-list.php)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/includes/admin/post-types/class-sp-admin-cpt-event.php (modified) (2 diffs)
-
trunk/license.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sportspress.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sportspress/tags/2.7.7/changelog.txt
r2446324 r2497145 1 1 == SportsPress Changelog == 2 3 = 2.7.7 = 4 * Fix - Events not appearing due to filter malfunction. 2 5 3 6 = 2.7.6 = -
sportspress/tags/2.7.7/includes/admin/post-types/class-sp-admin-cpt-event.php
r2446324 r2497145 6 6 * @category Admin 7 7 * @package SportsPress/Admin/Post_Types 8 * @version 2.7. 68 * @version 2.7.7 9 9 */ 10 10 … … 306 306 global $typenow, $wp_query; 307 307 308 if ( $typenow == 'sp_event' ) { 309 $query->query_vars['meta_query']['relation'] = 'AND'; 308 if ( $typenow == 'sp_event' ) { 309 //Avoid overriding relation operator if already set 310 if ( !isset( $query->query_vars['meta_query']['relation'] ) ) 311 $query->query_vars['meta_query']['relation'] = 'AND'; 310 312 311 313 if ( ! empty( $_GET['team'] ) ) { -
sportspress/tags/2.7.7/license.txt
r2266710 r2497145 1 1 SportsPress 2 2 3 Copyright 202 0by the contributors3 Copyright 2021 by the contributors 4 4 5 5 This program is free software; you can redistribute it and/or modify -
sportspress/tags/2.7.7/readme.txt
r2446324 r2497145 4 4 Donate link: http://tboy.co/donate 5 5 Requires at least: 3.8 6 Tested up to: 5. 67 Stable tag: 2.7. 66 Tested up to: 5.7 7 Stable tag: 2.7.7 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 240 240 241 241 == Changelog == 242 243 = 2.7.7 = 244 * Fix - Events not appearing due to filter malfunction. 242 245 243 246 = 2.7.6 = -
sportspress/tags/2.7.7/sportspress.php
r2446324 r2497145 4 4 * Plugin URI: http://themeboy.com/sportspress/ 5 5 * Description: Manage your club and its players, staff, events, league tables, and player lists. 6 * Version: 2.7. 66 * Version: 2.7.7 7 7 * Author: ThemeBoy 8 8 * Author URI: http://themeboy.com 9 9 * Requires at least: 3.8 10 * Tested up to: 5. 610 * Tested up to: 5.7 11 11 * 12 12 * Text Domain: sportspress … … 27 27 * 28 28 * @class SportsPress 29 * @version 2.7. 629 * @version 2.7.7 30 30 */ 31 31 final class SportsPress { … … 34 34 * @var string 35 35 */ 36 public $version = '2.7. 6';36 public $version = '2.7.7'; 37 37 38 38 /** -
sportspress/trunk/changelog.txt
r2446324 r2497145 1 1 == SportsPress Changelog == 2 3 = 2.7.7 = 4 * Fix - Events not appearing due to filter malfunction. 2 5 3 6 = 2.7.6 = -
sportspress/trunk/includes/admin/post-types/class-sp-admin-cpt-event.php
r2446324 r2497145 6 6 * @category Admin 7 7 * @package SportsPress/Admin/Post_Types 8 * @version 2.7. 68 * @version 2.7.7 9 9 */ 10 10 … … 306 306 global $typenow, $wp_query; 307 307 308 if ( $typenow == 'sp_event' ) { 309 $query->query_vars['meta_query']['relation'] = 'AND'; 308 if ( $typenow == 'sp_event' ) { 309 //Avoid overriding relation operator if already set 310 if ( !isset( $query->query_vars['meta_query']['relation'] ) ) 311 $query->query_vars['meta_query']['relation'] = 'AND'; 310 312 311 313 if ( ! empty( $_GET['team'] ) ) { -
sportspress/trunk/license.txt
r2266710 r2497145 1 1 SportsPress 2 2 3 Copyright 202 0by the contributors3 Copyright 2021 by the contributors 4 4 5 5 This program is free software; you can redistribute it and/or modify -
sportspress/trunk/readme.txt
r2446324 r2497145 4 4 Donate link: http://tboy.co/donate 5 5 Requires at least: 3.8 6 Tested up to: 5. 67 Stable tag: 2.7. 66 Tested up to: 5.7 7 Stable tag: 2.7.7 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 240 240 241 241 == Changelog == 242 243 = 2.7.7 = 244 * Fix - Events not appearing due to filter malfunction. 242 245 243 246 = 2.7.6 = -
sportspress/trunk/sportspress.php
r2446324 r2497145 4 4 * Plugin URI: http://themeboy.com/sportspress/ 5 5 * Description: Manage your club and its players, staff, events, league tables, and player lists. 6 * Version: 2.7. 66 * Version: 2.7.7 7 7 * Author: ThemeBoy 8 8 * Author URI: http://themeboy.com 9 9 * Requires at least: 3.8 10 * Tested up to: 5. 610 * Tested up to: 5.7 11 11 * 12 12 * Text Domain: sportspress … … 27 27 * 28 28 * @class SportsPress 29 * @version 2.7. 629 * @version 2.7.7 30 30 */ 31 31 final class SportsPress { … … 34 34 * @var string 35 35 */ 36 public $version = '2.7. 6';36 public $version = '2.7.7'; 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.