Plugin Directory

Changeset 1221790


Ignore:
Timestamp:
08/15/2015 11:56:20 PM (11 years ago)
Author:
fdoromo
Message:

tags/2.7

Location:
wp-mobile-edition/trunk
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • wp-mobile-edition/trunk/admin/class-public.php

    r1180709 r1221790  
    11<?php
    22class WP_Mobile_Edition {
    3     const VERSION               = '2.6';  //
     3    const VERSION               = '2.7';  //
    44    const PHP_MIN               = '5.0';  //
    55    const WP_MIN                = '3.0';  //
  • wp-mobile-edition/trunk/readme.txt

    r1180709 r1221790  
    66Requires at least: 3.0
    77Tested up to: 4.2
    8 Stable tag: 2.6
     8Stable tag: 2.7
    99License: GPLv2 or later
    1010
     
    5858* Chinese (Taiwan)  **(zh_TW)** by [cloudsgo](www.facebook.com/cloudsgo/)
    5959* Spanish  **(es_ES)** by [Kravenbcn](http://daxhordes.org/)
    60 
     60* Czech  **(cs)** by [Martin Lukac](http://www.mlook.cz)
     61* Chinese (China) **(zh_CN) jjtang
     62* Dutch  **(nl_NL) gvmelle
    6163
    6264* **Non-English Speaking Users** - Contribute a translation using the GlotPress web interface – no technical knowledge required ([how to](http://dev.fabrix.net/translate/projects/wp-mobile-edition)).
     
    106108
    107109== Changelog ==
     110* 2.7
     111   * IMPROVED - Chinese (China) **(zh_CN)** Language pack added (thanks to jjtang)
     112   * IMPROVED - Czech  **(cs)** Language pack added (thanks to Martin Lukac)
     113   * IMPROVED - Dutch  **(nl_NL)** Language pack added (thanks to gvmelle)
     114   * FIX - Update ".mo" language files.
     115
    108116* 2.6
    109117   * NEW FEATURE - Extra fields to Contact Form.
     
    205213== Upgrade Notice ==
    206214
    207 = 2.6 =
     215= 2.7 =
    208216IMPORTANT: After upgrade, Deactivate and Activate the plugin to update the files of mobile theme.
    209217
  • wp-mobile-edition/trunk/wp-mobile-edition.php

    r1180709 r1221790  
    44 * Plugin URI: http://wordpress.org/extend/plugins/wp-mobile-edition
    55 * Description: Is a complete toolkit to mobilize your WordPress site. It has a mobile switcher and Mobile themes.
    6  * Version: 2.6
     6 * Version: 2.7
    77 * Author: Fabrix DoRoMo
    88 * Author URI: http://fabrix.net
Note: See TracChangeset for help on using the changeset viewer.