Plugin Directory

Changeset 2604699


Ignore:
Timestamp:
09/25/2021 04:00:07 AM (4 years ago)
Author:
kitpack
Message:

version 1.9.2

Location:
kitpack-for-persian-elementor
Files:
181 added
5 edited

Legend:

Unmodified
Added
Removed
  • kitpack-for-persian-elementor/trunk/includes/KPE_Options.class.php

    r2508414 r2604699  
    3535      'menu_capability'         => 'manage_options',
    3636      'menu_icon'               => 'data:image/svg+xml;base64,' . base64_encode('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.44 511.44"><title>KP</title><g id="Layer_2" data-name="Layer 2"><g id="transparent-KP"><path id="KP" d="M255.72,0C114.49,0,0,114.49,0,255.72S114.49,511.44,255.72,511.44,511.44,397,511.44,255.72,397,0,255.72,0ZM154,366.44H88v-222h66Zm58.27,0-57.57-99h67.6l56.71,99Zm9.16-122H154.68q28.35-49.5,56.71-99H279ZM431.23,286Q406.5,311,372.65,311c-3.69,0-9.12-.39-16.28-1.14V242.82q7.49,6,15,6a21.76,21.76,0,0,0,16.2-7,23.09,23.09,0,0,0,6.75-16.6,21.9,21.9,0,0,0-7-16.36,23.28,23.28,0,0,0-16.76-6.75q-23.43,0-23.44,32.38V367.65H286.23V232.25q0-37.27,19.53-60.71a79.9,79.9,0,0,1,28.56-21.48,84.31,84.31,0,0,1,35.56-8q36.28,0,61.19,24.41T456,226.39Q456,260.89,431.23,286Z" style="fill:#fff"/></g></g></svg>'),
    37       'menu_position'           => null,
     37      'menu_position'           => '58',
    3838      'menu_hidden'             => false,
    3939      'menu_parent'             => '',
  • kitpack-for-persian-elementor/trunk/includes/lib/elementor-translate.php

    r2508414 r2604699  
    3636    }
    3737endif;
     38//if ($options['elementskit-lite-translate-farsi']):
     39    if (get_locale() == 'fa_IR' ) {
     40        $text_domain = 'dynamic-content-for-elementor';
     41        $kpe_elementor_lang = KPE_PATH . "/languages/$text_domain/$text_domain-fa_IR.mo";
     42        $wordpress_lang = "wp-content/languages/plugins/$text_domain-fa_IR.mo";
     43        unload_textdomain($text_domain);
     44        load_textdomain($text_domain, $kpe_elementor_lang );
     45    }
     46//endif;
  • kitpack-for-persian-elementor/trunk/kitpack-for-persian-elementor.php

    r2509586 r2604699  
    66 * Author:       کیت پک
    77 * Author URI:
    8  * Version:1.9.2
     8 * Version:1.9.3
    99 * Text Domain:  KPE
    1010 * Domain Path:  /languages
    1111 * Tested up to: 5.7
    12  * Elementor tested up to: 3.1.4
    13  * Elementor Pro tested up to: 3.2.1
     12 * Elementor tested up to: 3.4.4
     13 * Elementor Pro tested up to: 3.4.1
    1414 * Tags:         فونت فارسی, فونت المنتور, افزودنی المنتور, صفحه ساز, ایران, rtl, farsi, parsian, iran, fa_IR
    1515 */
     
    2424 */
    2525function kpe_init() {
    26     define( 'KPE_VERSION', '1.9.2' );
     26    define( 'KPE_VERSION', '1.9.3' );
    2727    define( 'KPE_URL', plugins_url( '/', __FILE__ ) );
    2828    define( 'KPE_PATH', plugin_dir_path( __FILE__ ) );
     
    136136        $options = get_option( 'kpe' );
    137137        if ($options['anjoman-font']):
    138                 wp_enqueue_style( 'anjoman-font-elementor', 'https://rawcdn.githack.com/ali110309/cdn-font/363ebcf6763fd4d51efe2db7c21d27608922f9c3/anjoman-font.css' );
     138                wp_enqueue_style( 'anjoman-font-elementor', 'https://c751370.parspack.net/c751370/elementor-plus/anjoman-font.css' );
    139139        endif;
    140140        if ($options['vazir-font']):
    141                 wp_enqueue_style( 'vazir-font-elementor', 'https://rawcdn.githack.com/ali110309/cdn-font/ceefd5719b7b5fd806394dec88dd14c2a8fa703b/vazir-font.css' );
     141                wp_enqueue_style( 'vazir-font-elementor', 'https://c751370.parspack.net/c751370/elementor-plus/vazir-font.css' );
    142142        endif;
    143143        if ($options['samim-font']):
    144                 wp_enqueue_style( 'samim-font-elementor', 'https://rawcdn.githack.com/ali110309/cdn-font/56509564a5270b67a6068435a4e8fe14bfcffca5/samim-font.css' );
     144                wp_enqueue_style( 'samim-font-elementor', 'https://c751370.parspack.net/c751370/elementor-plus/samim-font.css' );
    145145        endif;
    146146        if ($options['shabnam-font']):
    147                 wp_enqueue_style( 'shabnam-font-elementor', 'https://rawcdn.githack.com/ali110309/cdn-font/d6cf88a1a77604a7cf7fe1b1243e5c9bb74d9db9/shabnam.css' );
     147                wp_enqueue_style( 'shabnam-font-elementor', 'https://c751370.parspack.net/c751370/elementor-plus/shabnam-font.css' );
    148148        endif;
    149149        if ($options['mikhak-font']):
    150                 wp_enqueue_style( 'mikhak-font-elementor', 'https://rawcdn.githack.com/ali110309/cdn-font/ee1dfa745e99a3c1cb36b9ed73b52da28866e07c/mikhak.css' );
     150                wp_enqueue_style( 'mikhak-font-elementor', 'https://c751370.parspack.net/c751370/elementor-plus/mikhak-font.css' );
    151151        endif;
    152152        if ($options['kara-font']):
    153                 wp_enqueue_style( 'kara-font-elementor', 'https://rawcdn.githack.com/ali110309/cdn-font/94ed218555a4d89967fba0c6cda2243d248b43be/kara-font.css' );
     153                wp_enqueue_style( 'kara-font-elementor', 'https://c751370.parspack.net/c751370/elementor-plus/kara-font.css' );
    154154        endif;
    155155    }
  • kitpack-for-persian-elementor/trunk/readme.txt

    r2509586 r2604699  
    5858== Changelog ==
    5959
     60=1.9.3=
     61بهبود: بهبود ترجمه المنتور
     62بهبود: سازرگاری با آخرین نسخه المنتور و المنتور پرو
     63بهبود: تغییر سرور فونت به سرور اختصاصی
     64
    6065=1.9.2=
    6166رفع باگ گزارش شده
Note: See TracChangeset for help on using the changeset viewer.