Plugin Directory

Changeset 3212566


Ignore:
Timestamp:
12/24/2024 11:15:58 AM (14 months ago)
Author:
planetstudio
Message:

Publish new version

Location:
easy-translate/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easy-translate/trunk/easy-translate.php

    r2913018 r3212566  
    44 * Plugin URI:
    55 * Description: This plugin allows you translate page content, sliders, forms, galleries, page builders widgets...
    6  * Version: 1.1.9
     6 * Version: 1.2.0
    77 * Author: Planet Studio team
    88 * Author URI: https://planetstudio.am
     
    1212/*
    1313ini_set('display_errors', 1);
    14 ini_set('display_startup_errors', 1);
     14ini_set('display_startup_errors', 1);`
    1515error_reporting(E_ALL);
    1616*/
     
    1919define('ET_INT_DIR', WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__)));
    2020define('ET_PREFIX', 'et');
    21 define('ET_VERSION', '1.1.9');
     21define('ET_VERSION', '1.2.0');
    2222
    2323add_filter( 'wpcSimpleTranslate', function( $str ){
  • easy-translate/trunk/readme.txt

    r3149863 r3212566  
    55Requires PHP: 5.4
    66Tested up to: 6.6.2
    7 Stable tag: 1.1.9
     7Stable tag: 1.2.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4646
    4747== Changelog ==
     48
     49= 1.2.0 =
     50*Fixed css
    4851
    4952= 1.1.9 =
  • easy-translate/trunk/style/admin.css

    r2913011 r3212566  
    4242#wpcSimpleTranslate .et-demo-php { font-family: Consolas,"courier new"; font-size: 16px; font-weight: normal; color: #000; border: 1px solid gray; padding: 10px; border-radius: 4px}
    4343
    44 
    4544/* deactivation popup
    4645*/
     
    5352    height: 100%;
    5453    background: rgba(0,0,0,0.7);
     54    z-index: 9999;
    5555}
    5656
Note: See TracChangeset for help on using the changeset viewer.