Plugin Directory

Changeset 3365379


Ignore:
Timestamp:
09/21/2025 06:02:34 PM (2 months ago)
Author:
pixer
Message:

v7.4.8

Location:
wp-administration-style/trunk
Files:
2 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • wp-administration-style/trunk/includes/core.php

    r3365374 r3365379  
    5757
    5858        public function farsi_font_face() {
    59             $vazirmatn_font_url = WP_ADMINISTRATION_STYLE['URL'] . 'static/fonts/Vazirmatn/Vazirmatn[wght].woff2?v' . WP_ADMINISTRATION_STYLE['VERSION'];
    60             $vazirmatn_nl_font_url = WP_ADMINISTRATION_STYLE['URL'] . 'static/fonts/Vazirmatn/Vazirmatn-NL[wght].woff2?v' . WP_ADMINISTRATION_STYLE['VERSION'];
     59            $vazirmatn_font_url = WP_ADMINISTRATION_STYLE['URL'] . 'static/fonts/Vazirmatn/Vazirmatn.woff2?v' . WP_ADMINISTRATION_STYLE['VERSION'];
     60            $vazirmatn_nl_font_url = WP_ADMINISTRATION_STYLE['URL'] . 'static/fonts/Vazirmatn/Vazirmatn-NL.woff2?v' . WP_ADMINISTRATION_STYLE['VERSION'];
    6161
    6262            echo sprintf(
  • wp-administration-style/trunk/readme.txt

    r3365374 r3365379  
    11=== استایل مدیریت وردپرس ===
    2 Stable tag:                 7.4.7
    3 Version:                    7.4.7
     2Stable tag:                 7.4.8
     3Version:                    7.4.8
    44Tested up to:               6.7
    55Requires at least:          5.0
     
    3737ایشالا اگه وردپرس ظاهرکاربری جدید رو منتشر کنه٬ رو اون کار میکنیم.
    3838
    39 = 7.4.7 =
     39= 7.4.8 =
    4040- حل مشکل لود نشدن فونت نسخه NL وزیرمتن.
    4141
  • wp-administration-style/trunk/wp-administration-style.php

    r3365374 r3365379  
    77 * Plugin Name:                       استایل مدیریت وردپرس
    88 * Description:                       رابط کاربری و تجربه کاربری داشبورد مدیریت وردپرس را بهبود می‌بخشد.
    9  * Version:                           7.4.7
     9 * Version:                           7.4.8
    1010 * Tested up to:                      6.8
    1111 * Requires at least:                 5.0
     
    2020
    2121define('WP_ADMINISTRATION_STYLE', [
    22     'VERSION' => '7.4.7',
     22    'VERSION' => '7.4.8',
    2323    'PATH' => plugin_dir_path(__FILE__),
    2424    'URL' => plugin_dir_url(__FILE__),
Note: See TracChangeset for help on using the changeset viewer.