Changeset 3293379
- Timestamp:
- 05/14/2025 02:58:38 PM (11 months ago)
- Location:
- footer-mega-grid-columns
- Files:
-
- 17 added
- 2 edited
-
tags/1.4.3 (added)
-
tags/1.4.3/assets (added)
-
tags/1.4.3/assets/css (added)
-
tags/1.4.3/assets/css/fmgc-admin.css (added)
-
tags/1.4.3/assets/css/fmgc-css.css (added)
-
tags/1.4.3/footer-mega-grid-columns.php (added)
-
tags/1.4.3/includes (added)
-
tags/1.4.3/includes/admin (added)
-
tags/1.4.3/includes/admin/class-fmgc-admin.php (added)
-
tags/1.4.3/includes/admin/fmgc-how-it-work.php (added)
-
tags/1.4.3/includes/admin/settings (added)
-
tags/1.4.3/includes/admin/settings/premium.php (added)
-
tags/1.4.3/includes/class-fgmc-scripts.php (added)
-
tags/1.4.3/includes/fmgc-functions.php (added)
-
tags/1.4.3/languages (added)
-
tags/1.4.3/languages/footer-mega-grid-columns.pot (added)
-
tags/1.4.3/readme.txt (added)
-
trunk/footer-mega-grid-columns.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
footer-mega-grid-columns/trunk/footer-mega-grid-columns.php
r3140271 r3293379 6 6 * Description: Footer Mega Grid Columns - For Legacy / Classic / Old Widget Screen: Register a widget area for your theme and allow you to add and display widgets in grid view with multiple columns. 7 7 * Domain Path: /languages/ 8 * Version: 1.4. 29 * Author: WP OnlineSupport,Essential Plugin8 * Version: 1.4.3 9 * Author: Essential Plugin 10 10 * Author URI: https://www.essentialplugin.com/wordpress-plugin/footer-mega-grid-columns/ 11 * Contributors: WP OnlineSupport11 * Contributors: Essential Plugin 12 12 */ 13 13 … … 17 17 18 18 if( ! defined( 'FMGC_VERSION' ) ) { 19 define( 'FMGC_VERSION', '1.4. 2' ); // Version of plugin19 define( 'FMGC_VERSION', '1.4.3' ); // Version of plugin 20 20 } 21 21 -
footer-mega-grid-columns/trunk/readme.txt
r3140271 r3293379 1 1 === Footer Mega Grid Columns - For Legacy / Classic / Old Widget Screen === 2 2 Tags: footer widgets, footer widgets in grid, website footer, simple footer editor, mega footer 3 Contributors: wponlinesupport, anoopranawat, pratik-jain, piyushpatel123, patelketan3 Contributors: essentialplugin 4 4 Requires at least: 4.0 5 Tested up to: 6. 6.16 Stable tag: 1.4. 25 Tested up to: 6.8.1 6 Stable tag: 1.4.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Footer Mega Grid Columns - Register a footer widget area for your theme and allow you to add and display footer widgets in grid view with multiple columns10 Footer Mega Grid Columns register a footer widget area for theme and allow you to add and display footer widgets in grid view with multiple columns. 11 11 12 12 == Description == … … 97 97 == Changelog == 98 98 99 = 1.4.2 (23 Aug 2024) 99 = 1.4.3 (14, May 2025) 100 * [*] Check compatibility with WordPress version 6.8.1 101 102 = 1.4.2 (23, Aug 2024) 100 103 * [*] Check compatibility with WordPress version 6.6.1 101 104
Note: See TracChangeset
for help on using the changeset viewer.