Plugin Directory

Changeset 3034510


Ignore:
Timestamp:
02/12/2024 11:21:43 AM (2 years ago)
Author:
bigdropgr
Message:

Minor Bug Fixes
Update to version 2.3.1

Location:
greek-multi-tool
Files:
62 added
4 edited

Legend:

Unmodified
Added
Removed
  • greek-multi-tool/trunk/admin/functions/greek-multi-tool-redirect.php

    r2972131 r3034510  
    1515        $old_permalink = $permalinks->old_permalink;
    1616        $new_permalink = $permalinks->new_permalink;
    17         if ( $old_permalink == urldecode($url) ){
     17        if ( $old_permalink == $url ){
    1818            header ('HTTP/1.1 301 Moved Permanently');
    1919            header ("Location: $new_permalink");
  • greek-multi-tool/trunk/grmlt-plugin.php

    r2972131 r3034510  
    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.3.0
     11 * Version:           2.3.1
    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.3.1
     15 * Tested up to:      6.4.3
    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.3.0' );
     30define( 'GRMLT_PLUGIN_VERSION', '2.3.1' );
    3131
    3232/**
  • greek-multi-tool/trunk/includes/class-grmlt-plugin.php

    r2812381 r3034510  
    163163
    164164        // Plugin Function Triggers
    165         $this->loader->add_action( 'admin_init', $plugin_admin, 'register_grmlt_option_triggers' );
     165        $this->loader->add_action( 'init', $plugin_admin, 'register_grmlt_option_triggers' );
    166166       
    167167        // Plugin Function Triggers ( For Uppercase Accent Remover )
  • greek-multi-tool/trunk/readme.txt

    r2975116 r3034510  
    22Contributors: bigdropgr, aivazidis, perikliskakarakidis, thebasementagency
    33Tags: greek, greeklish, permalinks, accent remover, multi tool
    4 Requires at least: 5.4
    5 Stable tag: 2.3.0
    6 Tested up to: 6.3.1
     4Requires at least: 6.2
     5Stable tag: 2.3.1
     6Tested up to: 6.4.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    224224* Fixed PHP Warning: Undefined array key "HTTP_HOST" in...
    225225
     226= 2.3.1 =
     227* Fixed bug where on New Posts/Pages it wouldn't Translate the Slugs for Gutenberg/Elementor page editors
     228* Fixed bug of 404 error page for old translated posts/pages when permalink was filled with html entities
     229* Minor security update for direct database access requests
     230
    226231== Upgrade Notice ==
    227232Make 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.