Make WordPress Themes

Changeset 295864 for pet-store


Ignore:
Timestamp:
11/03/2025 07:21:43 AM (3 weeks ago)
Author:
themedropbox
Message:

New version of Pet Store - 6.6

Location:
pet-store/6.6
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • pet-store/6.6/functions.php

    r294979 r295864  
    33 * Define Theme Version
    44 */
    5 define( 'PET_STORE_THEME_VERSION', '6.5' );
     5define( 'PET_STORE_THEME_VERSION', '6.6' );
    66
    77function pet_store_css() {
  • pet-store/6.6/readme.txt

    r294979 r295864  
    55Tested up to: 6.8.1
    66Requires PHP: 5.6
    7 Stable tag: 6.5
    8 Version: 6.5
     7Stable tag: 6.6
     8Version: 6.6
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    121121== Changelog ==
    122122
     123@version 6.6
     124* Navigation Style Fixed
     125
    123126@version 6.5
    124127* Block Elements Style Fixed
  • pet-store/6.6/style.css

    r294979 r295864  
    66Description: Pet Store is a beautifully designed WordPress theme perfect for pet stores, cat lovers, and pet supply businesses. With a modern, user-friendly layout, it offers seamless WooCommerce integration for easy online shopping. Fully responsive and SEO-optimized, PetBazaar ensures a smooth shopping experience across all devices. Packed with customization options, it’s the ideal choice for selling pet food, accessories, and grooming products effortlessly. View Pet Store Demo https://preview.sellerthemes.com/pro/petstore/
    77Template: pet-bazaar
    8 Version: 6.5
     8Version: 6.6
    99Tested up to: 6.8
    1010Requires PHP: 5.6
     
    268268    color: inherit;
    269269}
     270.wp-block-navigation .wp-block-navigation-item__content:hover,
     271.wp-block-navigation .wp-block-navigation-item__content:focus {
     272    text-decoration: none;
     273}
Note: See TracChangeset for help on using the changeset viewer.