Changeset 2845464
- Timestamp:
- 01/09/2023 11:35:58 AM (3 years ago)
- Location:
- greek-multi-tool
- Files:
-
- 60 added
- 2 edited
-
tags/2.1.4 (added)
-
tags/2.1.4/LICENSE.txt (added)
-
tags/2.1.4/README.txt (added)
-
tags/2.1.4/admin (added)
-
tags/2.1.4/admin/class-grmlt-plugin-admin.php (added)
-
tags/2.1.4/admin/css (added)
-
tags/2.1.4/admin/css/bootstrap.min.css (added)
-
tags/2.1.4/admin/css/bootstrap.min.css.map (added)
-
tags/2.1.4/admin/css/grmlt-plugin-admin.css (added)
-
tags/2.1.4/admin/css/settings-page-body.css (added)
-
tags/2.1.4/admin/css/settings-page-switches.css (added)
-
tags/2.1.4/admin/functions (added)
-
tags/2.1.4/admin/functions/function.js (added)
-
tags/2.1.4/admin/functions/greek-multi-tool-redirect.php (added)
-
tags/2.1.4/admin/functions/oldtranslator.php (added)
-
tags/2.1.4/admin/functions/translator-diphthongs.php (added)
-
tags/2.1.4/admin/functions/translator.php (added)
-
tags/2.1.4/admin/images (added)
-
tags/2.1.4/admin/images/grmlt-wave.png (added)
-
tags/2.1.4/admin/images/grmlt-welcome.png (added)
-
tags/2.1.4/admin/images/icon-128x128.png (added)
-
tags/2.1.4/admin/images/icon-256x256.png (added)
-
tags/2.1.4/admin/index.php (added)
-
tags/2.1.4/admin/js (added)
-
tags/2.1.4/admin/js/bootstrap.min.js (added)
-
tags/2.1.4/admin/js/bootstrap.min.js.map (added)
-
tags/2.1.4/admin/js/grmlt-plugin-admin.js (added)
-
tags/2.1.4/admin/js/popper.min.js (added)
-
tags/2.1.4/admin/js/popper.min.js.map (added)
-
tags/2.1.4/admin/partials (added)
-
tags/2.1.4/admin/partials/grmlt-plugin-admin-display-loader.php (added)
-
tags/2.1.4/admin/partials/settings-page (added)
-
tags/2.1.4/admin/partials/settings-page/301-redirect.php (added)
-
tags/2.1.4/admin/partials/settings-page/convert-old-permalinks.php (added)
-
tags/2.1.4/admin/partials/settings-page/grmlt-plugin-admin-main-settings-page.php (added)
-
tags/2.1.4/admin/partials/settings-page/permalinks-settings.php (added)
-
tags/2.1.4/admin/partials/settings-page/uppercase-accent-remover-settings.php (added)
-
tags/2.1.4/grmlt-plugin.php (added)
-
tags/2.1.4/includes (added)
-
tags/2.1.4/includes/class-grmlt-plugin-activator.php (added)
-
tags/2.1.4/includes/class-grmlt-plugin-deactivator.php (added)
-
tags/2.1.4/includes/class-grmlt-plugin-i18n.php (added)
-
tags/2.1.4/includes/class-grmlt-plugin-loader.php (added)
-
tags/2.1.4/includes/class-grmlt-plugin.php (added)
-
tags/2.1.4/includes/index.php (added)
-
tags/2.1.4/index.php (added)
-
tags/2.1.4/languages (added)
-
tags/2.1.4/languages/grmlt-plugin.mo (added)
-
tags/2.1.4/languages/grmlt-plugin.po (added)
-
tags/2.1.4/languages/grmlt-plugin.pot (added)
-
tags/2.1.4/public (added)
-
tags/2.1.4/public/class-grmlt-plugin-public.php (added)
-
tags/2.1.4/public/css (added)
-
tags/2.1.4/public/css/grmlt-plugin-public.css (added)
-
tags/2.1.4/public/index.php (added)
-
tags/2.1.4/public/js (added)
-
tags/2.1.4/public/js/grmlt-plugin-public.js (added)
-
tags/2.1.4/public/partials (added)
-
tags/2.1.4/public/partials/grmlt-plugin-public-display.php (added)
-
tags/2.1.4/uninstall.php (added)
-
trunk/grmlt-plugin.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
greek-multi-tool/trunk/grmlt-plugin.php
r2845163 r2845464 2 2 /** 3 3 * @link https://bigdrop.gr 4 * @since 2.1. 34 * @since 2.1.4 5 5 * @package Grmlt_Plugin 6 6 * … … 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.1. 311 * Version: 2.1.4 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.1 15 * Tested up to: 6.1.1 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.1. 3' );30 define( 'GRMLT_PLUGIN_VERSION', '2.1.4' ); 31 31 32 32 /** -
greek-multi-tool/trunk/readme.txt
r2845162 r2845464 3 3 Tags: greek, greeklish, permalinks, accent remover, multi tool 4 4 Requires at least: 5.4 5 Stable tag: 2.1. 36 Tested up to: 6.1. 05 Stable tag: 2.1.4 6 Tested up to: 6.1.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 188 188 * Fixed bug where on plugin first time activation the global translator was deactivated. 189 189 190 = 2.1.4 = 191 192 * Fix compatibility with WP 6.1.1 193 190 194 == Upgrade Notice == 191 195 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.