Changeset 170523
- Timestamp:
- 11/04/2009 10:11:12 PM (16 years ago)
- Location:
- wptouch/trunk
- Files:
-
- 1 deleted
- 2 edited
-
admin-css/wptouch-admin-pre27.css (deleted)
-
html/plugin-compat-area.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wptouch/trunk/html/plugin-compat-area.php
r170517 r170523 17 17 if ($version > 2.9) { 18 18 echo sprintf(__( "%sUntested%s", "wptouch" ), '<span class="caution">','</span>'); 19 } elseif ($version >= 2. 6) {19 } elseif ($version >= 2.7) { 20 20 echo sprintf(__( "%sFully Supported%s", "wptouch" ), '<span class="go">','</span>'); 21 21 } else { -
wptouch/trunk/readme.txt
r169274 r170523 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40bravenewcode%2ecom&item_name=WPtouch%20Beer%20Fund&no_shipping=0&no_note=1&tax=0¤cy_code=CAD&lc=CA&bn=PP%2dDonationsBF&charset=UTF%2d8 4 4 Tags: wptouch, iphone, ipod, theme, apple, mac, bravenewcode, ajax, mobile, android, blackberry, smartphone 5 Requires at least: 2. 65 Requires at least: 2.7 6 6 Tested up to: 2.9 7 7 Stable tag: 1.9.3.4 … … 17 17 The theme also includes the ability for your visitors to easily switch between the *WPtouch* view and your site's regular theme. 18 18 19 == What's New == 19 == Changelog == 20 21 = Version 1.9.4 = 22 * Added ability to define custom user agents in the admin 23 * Fix for re-direct issues introduced with 1.9.3.4 24 * Minor admin styling changes 25 * Dropped official support for WP 2.6 (sorry folks, you should update!) 26 * Added spam check for Push messages 27 * Fixes and changes for Adsense appearance 28 20 29 21 30 = Version 1.9.3.4 =
Note: See TracChangeset
for help on using the changeset viewer.