Changeset 299737
- Timestamp:
- 11/22/2025 09:08:32 AM (45 hours ago)
- Location:
- mega-mart/2.2
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from mega-mart/2.1)
-
functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mega-mart/2.2/functions.php
r298805 r299737 6 6 * Define Theme Version 7 7 */ 8 define( 'MEGA_MART_THEME_VERSION', '2. 1' );8 define( 'MEGA_MART_THEME_VERSION', '2.2' ); 9 9 10 10 // Root path/URI. -
mega-mart/2.2/readme.txt
r298805 r299737 5 5 Tested up to: 6.8.3 6 6 Requires PHP: 5.6 7 Stable tag: 2. 18 Version: 2. 17 Stable tag: 2.2 8 Version: 2.2 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 172 172 == Changelog == 173 173 174 @version 2.2 175 * Style Fixed 176 174 177 @version 2.1 175 178 * Form Style Issue Fixed -
mega-mart/2.2/style.css
r298805 r299737 5 5 Author URI: https://sellerthemes.com/ 6 6 Description: 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. 17 Version: 2.2 8 8 Tested up to: 6.8 9 9 Requires PHP: 5.6 … … 77 77 box-shadow: 0 0 5px rgba(255, 33, 79, 1); 78 78 } 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.