Make WordPress Themes

Changeset 299737


Ignore:
Timestamp:
11/22/2025 09:08:32 AM (45 hours ago)
Author:
themedropbox
Message:

New version of Mega Mart - 2.2

Location:
mega-mart/2.2
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mega-mart/2.2/functions.php

    r298805 r299737  
    66 * Define Theme Version
    77 */
    8 define( 'MEGA_MART_THEME_VERSION', '2.1' );
     8define( 'MEGA_MART_THEME_VERSION', '2.2' );
    99
    1010// Root path/URI.
  • mega-mart/2.2/readme.txt

    r298805 r299737  
    55Tested up to: 6.8.3
    66Requires PHP: 5.6
    7 Stable tag: 2.1
    8 Version: 2.1
     7Stable tag: 2.2
     8Version: 2.2
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    172172== Changelog ==
    173173
     174@version 2.2
     175* Style Fixed
     176
    174177@version 2.1
    175178* Form Style Issue Fixed
  • mega-mart/2.2/style.css

    r298805 r299737  
    55Author URI: https://sellerthemes.com/
    66Description: Mega Mart is a fully responsive grocery eCommerce WordPress theme with complete WooCommerce support. Designed to look like a modern mobile app, it delivers a seamless shopping experience on all devices. With RTL readiness and smooth navigation, it’s perfect for online grocery stores, supermarkets, and organic shops. View Mega Mart Demo https://preview.sellerthemes.com/pro/megamart/
    7 Version: 2.1
     7Version: 2.2
    88Tested up to: 6.8
    99Requires PHP: 5.6
     
    7777    box-shadow: 0 0 5px rgba(255, 33, 79, 1);
    7878}
     79
     80.wp-calendar-nav .wp-calendar-nav-prev > a:hover,
     81.wp-calendar-nav .wp-calendar-nav-next > a:hover,
     82.wp-calendar-nav .wp-calendar-nav-prev > a:focus,
     83.wp-calendar-nav .wp-calendar-nav-next > a:focus {
     84    text-decoration: none;
     85}
Note: See TracChangeset for help on using the changeset viewer.