Changeset 3424389
- Timestamp:
- 12/20/2025 10:33:09 PM (3 months ago)
- Location:
- petmatchpro/trunk
- Files:
-
- 6 edited
-
CHANGE-LOG.docx (modified) (previous)
-
CHANGE-LOG.pdf (modified) (previous)
-
CHANGE-LOG.txt (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
includes/af/class-pet-match-pro-af-api.php (modified) (3 diffs)
-
pet-match-pro.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
petmatchpro/trunk/CHANGE-LOG.txt
r3424261 r3424389 1 Version 6.3.7 - December 20, 2025 2 + /includes/af/class-pet-match-pro-af-api.php 3 * Correct bug with the processing of additional queries to reach max count for search queries. 4 1 5 Version 6.3.6 - December 19, 2025 2 6 + /includes/af/class-pet-match-pro-af-api.php -
petmatchpro/trunk/README.txt
r3424261 r3424389 6 6 Requires at least: 6.0 7 7 Tested up to: 6.9 8 Stable tag: 6.3. 68 Stable tag: 6.3.7 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
petmatchpro/trunk/includes/af/class-pet-match-pro-af-api.php
r3424261 r3424389 429 429 } 430 430 //echo 'Query Next Page is ' . $queryNextPage . ' with Page Number ' . $pageNum . '.<br>'; 431 $jsonArray = [];431 //$jsonArray = []; 432 432 while ($pageNum <= $maxPages) { 433 433 //echo 'Processing Page Number ' . $pageNum . '.<br>'; … … 462 462 $fetchCount = 0; 463 463 } 464 //echo ' Fetch Count is ' . $fetchCount . '.<br>';464 //echo 'Pre-Sort Fetch Count is ' . $fetchCount . '.<br>'; 465 465 466 466 //echo '<pre>PRE SORT DATA<br>'; print_r($jsonArray); echo '</pre>'; … … 479 479 //echo '<pre>SORTED DATA BY FIELD ' . $sortField . ' ' . $sortOrder . '<br>'; print_r($sortedData); echo '</pre>'; 480 480 481 //echo ' Fetch Count = ' . $fetchCount . '<br>';481 //echo 'Post Sort Fetch Count = ' . $fetchCount . '<br>'; 482 482 //echo 'Method is ' . $method . '.<br>'; 483 483 if ($method == constant('SETTING_METHOD_TYPE_ADOPT') . ucfirst(constant('SETTING_METHOD_TYPE_SEARCH'))) { -
petmatchpro/trunk/pet-match-pro.php
r3424261 r3424389 14 14 * Plugin URI: https://petmatchpro.com/plans 15 15 * Description: Integrates animal search and details from your PetPoint/Petango, AnimalsFirst or RescueGroups account into your animal shelter or rescue website with simple shortcodes. 16 * Version: 6.3. 616 * Version: 6.3.7 17 17 * Requires at least: 6.0 18 18 * Requires PHP: 8.0 … … 32 32 * Current plugin version. 33 33 */ 34 define('PET_MATCH_PRO_VERSION', '6.3. 6');34 define('PET_MATCH_PRO_VERSION', '6.3.7'); 35 35 36 36 /* Define Global Variables */
Note: See TracChangeset
for help on using the changeset viewer.