Plugin Directory

Changeset 3293379


Ignore:
Timestamp:
05/14/2025 02:58:38 PM (11 months ago)
Author:
wponlinesupport
Message:
  • Check compatibility to WordPress version 6.8.1
Location:
footer-mega-grid-columns
Files:
17 added
2 edited

Legend:

Unmodified
Added
Removed
  • footer-mega-grid-columns/trunk/footer-mega-grid-columns.php

    r3140271 r3293379  
    66 * 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.
    77 * Domain Path: /languages/
    8  * Version: 1.4.2
    9  * Author: WP OnlineSupport, Essential Plugin
     8 * Version: 1.4.3
     9 * Author: Essential Plugin
    1010 * Author URI: https://www.essentialplugin.com/wordpress-plugin/footer-mega-grid-columns/
    11  * Contributors: WP OnlineSupport
     11 * Contributors: Essential Plugin
    1212*/
    1313
     
    1717
    1818if( ! defined( 'FMGC_VERSION' ) ) {
    19     define( 'FMGC_VERSION', '1.4.2' ); // Version of plugin
     19    define( 'FMGC_VERSION', '1.4.3' ); // Version of plugin
    2020}
    2121
  • footer-mega-grid-columns/trunk/readme.txt

    r3140271 r3293379  
    11=== Footer Mega Grid Columns - For Legacy / Classic / Old Widget Screen ===
    22Tags: footer widgets, footer widgets in grid, website footer, simple footer editor, mega footer
    3 Contributors: wponlinesupport, anoopranawat, pratik-jain, piyushpatel123, patelketan
     3Contributors: essentialplugin
    44Requires at least: 4.0
    5 Tested up to: 6.6.1
    6 Stable tag: 1.4.2
     5Tested up to: 6.8.1
     6Stable tag: 1.4.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    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 columns
     10Footer 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.
    1111
    1212== Description ==
     
    9797== Changelog ==
    9898
    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)
    100103* [*] Check compatibility with WordPress version 6.6.1
    101104
Note: See TracChangeset for help on using the changeset viewer.