Plugin Directory

Changeset 2845162


Ignore:
Timestamp:
01/08/2023 06:29:26 PM (3 years ago)
Author:
bigdropgr
Message:

Update to version 2.1.3
Auto enable the Convert permalinks

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

Legend:

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

    r2816808 r2845162  
    22/**
    33 * @link              https://bigdrop.gr
    4  * @since             2.1.2
     4 * @since             2.1.3
    55 * @package           Grmlt_Plugin
    66 *
     
    2727/**
    2828 * Currently plugin version.
    29  * Start at version 2.1.1
    3029 */
    31 define( 'GRMLT_PLUGIN_VERSION', '2.1.2' );
     30define( 'GRMLT_PLUGIN_VERSION', '2.1.3' );
    3231
    3332/**
     
    8584    return $links;
    8685}
     86
     87if ( get_option('ftime_stup') == 'used' ){
     88    update_option('grmlt_text', 'on');
     89} update_option('ftime_stup', 'depred');
  • greek-multi-tool/trunk/includes/class-grmlt-plugin-activator.php

    r2812381 r2845162  
    3535        flush_rewrite_rules();
    3636   
     37        add_option( 'ftime_stup', 'used');
     38
    3739    }
    3840
  • greek-multi-tool/trunk/readme.txt

    r2816808 r2845162  
    33Tags: greek, greeklish, permalinks, accent remover, multi tool
    44Requires at least: 5.4
    5 Stable tag: 2.1.2
     5Stable tag: 2.1.3
    66Tested up to: 6.1.0
    77Requires PHP: 7.4
     
    184184* If you are facing any error 404 with mass converted old URLs, please visit the Admin > Greek Multi Tool > Convert Old Permalinks and hit the Convert Button.
    185185
     186= 2.1.3 =
     187
     188* Fixed bug where on plugin first time activation the global translator was deactivated.
     189
    186190== Upgrade Notice ==
    187191Make 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.