Plugin Directory

Changeset 2038103


Ignore:
Timestamp:
02/24/2019 10:24:52 AM (7 years ago)
Author:
bestony
Message:

publish 1.0.1

Location:
automatic-translate-slug/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • automatic-translate-slug/trunk/automatic-translate-slug.php

    r2038085 r2038103  
    44 * Plugin URI:  https://wpstore.app/archives/automatic-translate-slug/
    55 * Description: Make Your Post Slug Into English
    6  * Version:     1.0.0
     6 * Version:     1.0.1
    77 * Author:      Bestony
    88 * Author URI:  https://wpstore.app/
  • automatic-translate-slug/trunk/options.php

    r2038085 r2038103  
    5555  <select name='ats_settings[ats_select_service]'>
    5656    <option value='youdaofanyi' <?php selected($options['ats_select_service'], 1);?>><?php echo __('FanYi.YouDao.com', 'automatic-translate-slug'); ?></option>
    57     <option value='youdaoai' <?php selected($options['ats_select_service'], 2);?>><?php echo __('AI.YouDao.com', 'automatic-translate-slug'); ?></option>
     57    <option value='youdaoai' <?php selected($options['ats_select_service'], 2);?> disabled><?php echo __('AI.YouDao.com', 'automatic-translate-slug'); ?></option>
     58    <option value='sougoufanyi' <?php selected($options['ats_select_service'], 2);?> disabled><?php echo __('Deepi.sogou.com', 'automatic-translate-slug'); ?></option>
     59    <option value='googletranslate' <?php selected($options['ats_select_service'], 2);?> disabled><?php echo __('Google Translate', 'automatic-translate-slug'); ?></option>
     60    <option value='baidutranslate' <?php selected($options['ats_select_service'], 2);?> disabled><?php echo __('Google Baidu Translate', 'automatic-translate-slug'); ?></option>
     61
    5862  </select>
    5963
  • automatic-translate-slug/trunk/readme.txt

    r2038085 r2038103  
    44Donate link: https://wpstore.app/donate/
    55Requires at least: 4.7
    6 Tested up to: 5.2
     6Tested up to: 5.1
    77Requires PHP: 7.0
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPL3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2323
    2424== Frequently Asked Questions ==
    25 === Where Can I get Key ===
     25= Where Can I get Key =
    2626For YouDao Fanyi : You can get Key from http://fanyi.youdao.com/openapi?path=data-mode
    2727For YouDao AI: You can get Key from https://ai.youdao.com
    2828
    2929== Changelog ==
    30 === 1.0.0 ===
     30= 1.0.0 =
    31311. init Plugin
    32322. add YouDao Fanyi Api
Note: See TracChangeset for help on using the changeset viewer.