Changeset 1151571
- Timestamp:
- 05/02/2015 04:44:22 AM (11 years ago)
- Location:
- unit-converter/trunk
- Files:
-
- 1 added
- 2 edited
-
UnitConverterTest.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
test.php (added)
Legend:
- Unmodified
- Added
- Removed
-
unit-converter/trunk/UnitConverterTest.php
r139364 r1151571 1 1 <?php 2 require_once 'PHPUnit/Framework.php';3 2 4 3 // Stub the WordPress functions called. -
unit-converter/trunk/readme.txt
r184655 r1151571 2 2 Contributors: miknight 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4076962 4 Tags: metric, customary, imperial, standard, unit, convert, text, cooking, nutrition, fitness4 Tags: metric, customary, imperial, standard, unit, convert, text, cooking, recipes, nutrition, fitness 5 5 Requires at least: 2.7 6 Tested up to: 2.97 Stable tag: 0.5. 16 Tested up to: 4.2.1 7 Stable tag: 0.5.2 8 8 9 9 Detects units of measurement in your blog text and automatically displays the metric or US customary equivalent in one of several possible ways. … … 38 38 39 39 == Changelog == 40 41 = 0.5.2 - 2014-05-02 = 42 * Fixed compatibility with PHP 5.4+. 43 * Tested up to WordPress 4.2.1. 40 44 41 45 = 0.5.1 - 2009-12-19 = … … 74 78 `$display_mode = 'parentheses';` 75 79 76 = Does it really require WordPress 2.7? =77 78 I'm not sure because I haven't tested it on anything earlier. If you use an earlier version and it works, let me know!79 80 = Why does it require PHP 5 when WordPress supports PHP 4? =81 82 It's time to move forward. See [GoPHP5.org](http://www.gophp5.org/) for more.83 84 80 == Bugs == 85 81
Note: See TracChangeset
for help on using the changeset viewer.