Plugin Directory

Changeset 3463779


Ignore:
Timestamp:
02/17/2026 07:26:32 PM (5 weeks ago)
Author:
petmatchpro
Message:

v6.4.5 - Admin CSS update.

Location:
petmatchpro/trunk
Files:
5 edited

Legend:

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

    r3454885 r3463779  
     1Version 6.4.5 - February 15, 2026
     2+ /admin/css/pet-match-pro-admin.css
     3    * Remove CSS for .active, .accordion:hover
     4
    15Version 6.4.4 - February 5, 2026
    26+ /admin/class-pet-match-pro-admin-settings.php
  • petmatchpro/trunk/admin/css/pet-match-pro-admin.css

    r3267127 r3463779  
    1313}
    1414
    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
    1616.active, .accordion:hover {
    1717  background-color: #ccc;
    1818}
     19*/
    1920
    2021/* Style the accordion panel. Note: hidden by default */
  • petmatchpro/trunk/pet-match-pro.php

    r3454885 r3463779  
    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.4.4
     16 * Version:             6.4.5
    1717 * Requires at least:   6.0
    1818 * Requires PHP:        8.0
     
    3232 * Current plugin version.
    3333 */
    34 define('PET_MATCH_PRO_VERSION', '6.4.4');
     34define('PET_MATCH_PRO_VERSION', '6.4.5');
    3535
    3636/* Define Global Variables */
Note: See TracChangeset for help on using the changeset viewer.