Changeset 3463779
- Timestamp:
- 02/17/2026 07:26:32 PM (5 weeks ago)
- Location:
- petmatchpro/trunk
- Files:
-
- 5 edited
-
CHANGE-LOG.docx (modified) (previous)
-
CHANGE-LOG.pdf (modified) (previous)
-
CHANGE-LOG.txt (modified) (1 diff)
-
admin/css/pet-match-pro-admin.css (modified) (1 diff)
-
pet-match-pro.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
petmatchpro/trunk/CHANGE-LOG.txt
r3454885 r3463779 1 Version 6.4.5 - February 15, 2026 2 + /admin/css/pet-match-pro-admin.css 3 * Remove CSS for .active, .accordion:hover 4 1 5 Version 6.4.4 - February 5, 2026 2 6 + /admin/class-pet-match-pro-admin-settings.php -
petmatchpro/trunk/admin/css/pet-match-pro-admin.css
r3267127 r3463779 13 13 } 14 14 15 /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */15 /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) - Removed 2026-02-17 16 16 .active, .accordion:hover { 17 17 background-color: #ccc; 18 18 } 19 */ 19 20 20 21 /* Style the accordion panel. Note: hidden by default */ -
petmatchpro/trunk/pet-match-pro.php
r3454885 r3463779 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.4. 416 * Version: 6.4.5 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.4. 4');34 define('PET_MATCH_PRO_VERSION', '6.4.5'); 35 35 36 36 /* Define Global Variables */
Note: See TracChangeset
for help on using the changeset viewer.