Plugin Directory

Changeset 2845464


Ignore:
Timestamp:
01/09/2023 11:35:58 AM (3 years ago)
Author:
bigdropgr
Message:

Update to version 2.1.4
Check compatibility with WP 6.1.1

Location:
greek-multi-tool
Files:
60 added
2 edited

Legend:

Unmodified
Added
Removed
  • greek-multi-tool/trunk/grmlt-plugin.php

    r2845163 r2845464  
    22/**
    33 * @link              https://bigdrop.gr
    4  * @since             2.1.3
     4 * @since             2.1.4
    55 * @package           Grmlt_Plugin
    66 *
     
    99 * Plugin URI:        https://bigdrop.gr/greek-multi-tool
    1010 * Description:       This plugin provides a handful of tools and key functionalities to simplify and fix the greek language used in your webpage. For example it change the greek character urls to latin, remove the uppercase accents.
    11  * Version:           2.1.3
     11 * Version:           2.1.4
    1212 * Author:            BigDrop.gr
    1313 * Author URI:        https://bigdrop.gr
    1414 * Tags: greek, permalinks, accent remover, accent remover, multi tool
    15  * Tested up to:      6.1
     15 * Tested up to:      6.1.1
    1616 * License:           GPL-2.0+
    1717 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     
    2828 * Currently plugin version.
    2929 */
    30 define( 'GRMLT_PLUGIN_VERSION', '2.1.3' );
     30define( 'GRMLT_PLUGIN_VERSION', '2.1.4' );
    3131
    3232/**
  • greek-multi-tool/trunk/readme.txt

    r2845162 r2845464  
    33Tags: greek, greeklish, permalinks, accent remover, multi tool
    44Requires at least: 5.4
    5 Stable tag: 2.1.3
    6 Tested up to: 6.1.0
     5Stable tag: 2.1.4
     6Tested up to: 6.1.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    188188* Fixed bug where on plugin first time activation the global translator was deactivated.
    189189
     190= 2.1.4 =
     191
     192* Fix compatibility with WP 6.1.1
     193
    190194== Upgrade Notice ==
    191195Make sure to keep this plugin up to date, to avoid any issue with the translation functionalities.
Note: See TracChangeset for help on using the changeset viewer.