Plugin Directory

Changeset 2780020


Ignore:
Timestamp:
09/05/2022 09:22:32 AM (4 years ago)
Author:
masterhomepage
Message:

version 1.0.1 added with hot fix

Location:
automatic-translation
Files:
454 added
3 edited

Legend:

Unmodified
Added
Removed
  • automatic-translation/trunk/readme.txt

    r2760104 r2780020  
    66Tested up to: 6.0
    77Requires PHP: 7.0
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8383== Changelog ==
    8484
     85= 1.0.1 =
     86* Bugfix : Fixed an issue
     87
    8588= 1.0.0 =
    8689* Add : Initial multilingual Automatic translation plugin release
     
    9497* Add your domain and select the original and translated languages
    9598* Copy the API Key generated and instantly make your website multilingual
     99
     100== Screenshots ==
     101
     102
     103
    96104
    97105
  • automatic-translation/trunk/translator.php

    r2760104 r2780020  
    44 * Plugin URI: https://automatic-translation.online/
    55 * Description: Automatic translation plugin used to translate frontend website content with Deepl machine translator.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Text Domain: automatic-translation.online
    88 * Author: masterhomepage
  • automatic-translation/trunk/vendor/translator/script-php/src/CurlMulti.php

    r2760104 r2780020  
    102102     */
    103103    public function prepareRequest($instance) {
     104        if (isset($_GET['linguise_action']) && ($_GET['linguise_action'] == 'clear-cache')) {
     105            return false;
     106        }
     107   
    104108        if (!$instance->shouldBeExecuted()) {
    105109            return false;
Note: See TracChangeset for help on using the changeset viewer.