Plugin Directory

Changeset 2884899


Ignore:
Timestamp:
03/22/2023 11:51:47 AM (3 years ago)
Author:
ham3da
Message:

Plugin optimization

Location:
moein-dictionary-free
Files:
112 added
5 edited

Legend:

Unmodified
Added
Removed
  • moein-dictionary-free/trunk/inc/templates/description.php

    r2835283 r2884899  
    22    <div class="col-12 mdic-description">
    33        <div class="row">
    4             <div class="col-sm-11">
     4            <div class="col-sm-12">
    55                <h1 class="text-justify"><?php echo esc_html($word_item->Word) ?></h1>
    6             </div>
    7             <div class="col-sm-1 m-t-2 pull-left">
    8                 <a class="btn print-btn btn-lg bg-purple mdict-print no-print" title="<?php _e('Print', 'mdict') ?>"></a>       
    96            </div>
    107        </div>
     
    1310            <?php
    1411            $des = $word_item->Description;
    15             echo wp_kses( wpautop($des), 'post');
     12            echo wp_kses(wpautop($des), 'post');
    1613            ?>
     14        </div>
     15
     16        <div class="m-t-2 text-left">
     17            <a class="btn print-btn btn-lg bg-purple mdict-print no-print" title="<?php _e('Print', 'mdict') ?>"></a>       
    1718        </div>
    1819
  • moein-dictionary-free/trunk/lang/mdict-fa_IR.po

    r2845183 r2884899  
    22msgstr ""
    33"Project-Id-Version: Moein Dictionary\n"
    4 "POT-Creation-Date: 2023-01-08 23:00+0330\n"
    5 "PO-Revision-Date: 2023-01-08 23:01+0330\n"
     4"POT-Creation-Date: 2023-03-22 15:00+0330\n"
     5"PO-Revision-Date: 2023-03-22 15:00+0330\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    315315msgstr "فرهنگ معین"
    316316
    317 #: inc/templates/description.php:8
     317#: inc/templates/description.php:17
    318318msgid "Print"
    319319msgstr "چاپ"
  • moein-dictionary-free/trunk/moein-dictionary-free.php

    r2845183 r2884899  
    33  Plugin Name: Moein Dictionary(free)
    44  Description: Moein Persian dictionary(free version)
    5   Version: 1.5.0
     5  Version: 1.5.1
    66  Author: ham3da
    77  Plugin URI: https://wordpress.org/plugins/moein-dictionary-free
     
    1818}
    1919
    20 define('MDC_PLUGIN_VERSION', '1.5.0');
     20define('MDC_PLUGIN_VERSION', '1.5.1');
    2121define('MDC_PLUGIN_FILE', __FILE__);
    2222define('MDC_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • moein-dictionary-free/trunk/readme.txt

    r2845192 r2884899  
    44Requires at least: 5.0
    55Tested up to: 6.1.1
    6 Stable tag: 1.5.0
     6Stable tag: 1.5.1
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    35353. Use the `[mdict_search]` shortcode to display the dictionary search engine on your desired page or template.
    3636
     37== Pro version ==
     38The free version has 19,827 words. But the Pro version has more than 36,000 words. [Go to Pro version](https://www.zhaket.com/web/moien-farhang-plugin)
     39
    3740== Changelog ==
    3841= 1.5.0 =
Note: See TracChangeset for help on using the changeset viewer.