Plugin Directory

Changeset 3424389


Ignore:
Timestamp:
12/20/2025 10:33:09 PM (3 months ago)
Author:
petmatchpro
Message:

v6.3.7 - Correct bug with processing of multiple searched for AnimalsFirst.

Location:
petmatchpro/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • petmatchpro/trunk/CHANGE-LOG.txt

    r3424261 r3424389  
     1Version 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
    15Version 6.3.6 - December 19, 2025
    26+ /includes/af/class-pet-match-pro-af-api.php
  • petmatchpro/trunk/README.txt

    r3424261 r3424389  
    66Requires at least: 6.0
    77Tested up to: 6.9
    8 Stable tag: 6.3.6
     8Stable tag: 6.3.7
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • petmatchpro/trunk/includes/af/class-pet-match-pro-af-api.php

    r3424261 r3424389  
    429429            }
    430430            //echo 'Query Next Page is ' . $queryNextPage . ' with Page Number ' . $pageNum . '.<br>';
    431             $jsonArray = [];
     431            //$jsonArray = [];
    432432            while ($pageNum <= $maxPages) {
    433433                //echo 'Processing Page Number ' . $pageNum . '.<br>';
     
    462462            $fetchCount = 0;
    463463        }
    464         //echo 'Fetch Count is ' . $fetchCount . '.<br>';
     464        //echo 'Pre-Sort Fetch Count is ' . $fetchCount . '.<br>';
    465465       
    466466        //echo '<pre>PRE SORT DATA<br>'; print_r($jsonArray); echo '</pre>';
     
    479479        //echo '<pre>SORTED DATA BY FIELD ' . $sortField . ' ' . $sortOrder . '<br>'; print_r($sortedData); echo '</pre>';
    480480               
    481         //echo 'Fetch Count = ' . $fetchCount . '<br>';
     481        //echo 'Post Sort Fetch Count = ' . $fetchCount . '<br>';
    482482        //echo 'Method is ' . $method . '.<br>';
    483483        if ($method == constant('SETTING_METHOD_TYPE_ADOPT') . ucfirst(constant('SETTING_METHOD_TYPE_SEARCH'))) {
  • petmatchpro/trunk/pet-match-pro.php

    r3424261 r3424389  
    1414 * Plugin URI:          https://petmatchpro.com/plans
    1515 * 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.6
     16 * Version:             6.3.7
    1717 * Requires at least:   6.0
    1818 * Requires PHP:        8.0
     
    3232 * Current plugin version.
    3333 */
    34 define('PET_MATCH_PRO_VERSION', '6.3.6');
     34define('PET_MATCH_PRO_VERSION', '6.3.7');
    3535
    3636/* Define Global Variables */
Note: See TracChangeset for help on using the changeset viewer.