Changeset 3034510
- Timestamp:
- 02/12/2024 11:21:43 AM (2 years ago)
- Location:
- greek-multi-tool
- Files:
-
- 62 added
- 4 edited
-
tags/2.3.1 (added)
-
tags/2.3.1/LICENSE.txt (added)
-
tags/2.3.1/README.txt (added)
-
tags/2.3.1/admin (added)
-
tags/2.3.1/admin/class-grmlt-plugin-admin.php (added)
-
tags/2.3.1/admin/css (added)
-
tags/2.3.1/admin/css/bootstrap.min.css (added)
-
tags/2.3.1/admin/css/bootstrap.min.css.map (added)
-
tags/2.3.1/admin/css/grmlt-plugin-admin.css (added)
-
tags/2.3.1/admin/css/settings-page-body.css (added)
-
tags/2.3.1/admin/css/settings-page-switches.css (added)
-
tags/2.3.1/admin/functions (added)
-
tags/2.3.1/admin/functions/function.js (added)
-
tags/2.3.1/admin/functions/greek-multi-tool-redirect.php (added)
-
tags/2.3.1/admin/functions/menu-creation.php (added)
-
tags/2.3.1/admin/functions/oldtranslator.php (added)
-
tags/2.3.1/admin/functions/translator-diphthongs.php (added)
-
tags/2.3.1/admin/functions/translator.php (added)
-
tags/2.3.1/admin/images (added)
-
tags/2.3.1/admin/images/grmlt-wave.png (added)
-
tags/2.3.1/admin/images/grmlt-welcome.png (added)
-
tags/2.3.1/admin/images/icon-128x128.png (added)
-
tags/2.3.1/admin/images/icon-256x256.png (added)
-
tags/2.3.1/admin/index.php (added)
-
tags/2.3.1/admin/js (added)
-
tags/2.3.1/admin/js/bootstrap.min.js (added)
-
tags/2.3.1/admin/js/bootstrap.min.js.map (added)
-
tags/2.3.1/admin/js/grmlt-plugin-admin.js (added)
-
tags/2.3.1/admin/js/popper.min.js (added)
-
tags/2.3.1/admin/js/popper.min.js.map (added)
-
tags/2.3.1/admin/partials (added)
-
tags/2.3.1/admin/partials/grmlt-plugin-admin-display-loader.php (added)
-
tags/2.3.1/admin/partials/settings-page (added)
-
tags/2.3.1/admin/partials/settings-page/301-redirect.php (added)
-
tags/2.3.1/admin/partials/settings-page/convert-old-permalinks.php (added)
-
tags/2.3.1/admin/partials/settings-page/grmlt-plugin-admin-main-settings-page.php (added)
-
tags/2.3.1/admin/partials/settings-page/menu-builder.php (added)
-
tags/2.3.1/admin/partials/settings-page/permalinks-settings.php (added)
-
tags/2.3.1/admin/partials/settings-page/uppercase-accent-remover-settings.php (added)
-
tags/2.3.1/grmlt-plugin.php (added)
-
tags/2.3.1/includes (added)
-
tags/2.3.1/includes/class-grmlt-plugin-activator.php (added)
-
tags/2.3.1/includes/class-grmlt-plugin-deactivator.php (added)
-
tags/2.3.1/includes/class-grmlt-plugin-i18n.php (added)
-
tags/2.3.1/includes/class-grmlt-plugin-loader.php (added)
-
tags/2.3.1/includes/class-grmlt-plugin.php (added)
-
tags/2.3.1/includes/index.php (added)
-
tags/2.3.1/index.php (added)
-
tags/2.3.1/languages (added)
-
tags/2.3.1/languages/greek-multi-tool-el.mo (added)
-
tags/2.3.1/languages/greek-multi-tool-el.po (added)
-
tags/2.3.1/languages/greek-multi-tool.pot (added)
-
tags/2.3.1/public (added)
-
tags/2.3.1/public/class-grmlt-plugin-public.php (added)
-
tags/2.3.1/public/css (added)
-
tags/2.3.1/public/css/grmlt-plugin-public.css (added)
-
tags/2.3.1/public/index.php (added)
-
tags/2.3.1/public/js (added)
-
tags/2.3.1/public/js/grmlt-plugin-public.js (added)
-
tags/2.3.1/public/partials (added)
-
tags/2.3.1/public/partials/grmlt-plugin-public-display.php (added)
-
tags/2.3.1/uninstall.php (added)
-
trunk/admin/functions/greek-multi-tool-redirect.php (modified) (1 diff)
-
trunk/grmlt-plugin.php (modified) (2 diffs)
-
trunk/includes/class-grmlt-plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
greek-multi-tool/trunk/admin/functions/greek-multi-tool-redirect.php
r2972131 r3034510 15 15 $old_permalink = $permalinks->old_permalink; 16 16 $new_permalink = $permalinks->new_permalink; 17 if ( $old_permalink == urldecode($url)){17 if ( $old_permalink == $url ){ 18 18 header ('HTTP/1.1 301 Moved Permanently'); 19 19 header ("Location: $new_permalink"); -
greek-multi-tool/trunk/grmlt-plugin.php
r2972131 r3034510 9 9 * Plugin URI: https://bigdrop.gr/greek-multi-tool 10 10 * 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. 011 * Version: 2.3.1 12 12 * Author: BigDrop.gr 13 13 * Author URI: https://bigdrop.gr 14 14 * Tags: greek, permalinks, accent remover, accent remover, multi tool 15 * Tested up to: 6. 3.115 * Tested up to: 6.4.3 16 16 * License: GPL-2.0+ 17 17 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 28 28 * Currently plugin version. 29 29 */ 30 define( 'GRMLT_PLUGIN_VERSION', '2.3. 0' );30 define( 'GRMLT_PLUGIN_VERSION', '2.3.1' ); 31 31 32 32 /** -
greek-multi-tool/trunk/includes/class-grmlt-plugin.php
r2812381 r3034510 163 163 164 164 // 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' ); 166 166 167 167 // Plugin Function Triggers ( For Uppercase Accent Remover ) -
greek-multi-tool/trunk/readme.txt
r2975116 r3034510 2 2 Contributors: bigdropgr, aivazidis, perikliskakarakidis, thebasementagency 3 3 Tags: greek, greeklish, permalinks, accent remover, multi tool 4 Requires at least: 5.45 Stable tag: 2.3. 06 Tested up to: 6. 3.14 Requires at least: 6.2 5 Stable tag: 2.3.1 6 Tested up to: 6.4.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 224 224 * Fixed PHP Warning: Undefined array key "HTTP_HOST" in... 225 225 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 226 231 == Upgrade Notice == 227 232 Make 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.