Plugin Directory

Changeset 1151571


Ignore:
Timestamp:
05/02/2015 04:44:22 AM (11 years ago)
Author:
miknight
Message:

Verified compatibility with WordPress 4.2.1.

Location:
unit-converter/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • unit-converter/trunk/UnitConverterTest.php

    r139364 r1151571  
    11<?php
    2 require_once 'PHPUnit/Framework.php';
    32
    43// Stub the WordPress functions called.
  • unit-converter/trunk/readme.txt

    r184655 r1151571  
    22Contributors: miknight
    33Donate 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, fitness
     4Tags: metric, customary, imperial, standard, unit, convert, text, cooking, recipes, nutrition, fitness
    55Requires at least: 2.7
    6 Tested up to: 2.9
    7 Stable tag: 0.5.1
     6Tested up to: 4.2.1
     7Stable tag: 0.5.2
    88
    99Detects units of measurement in your blog text and automatically displays the metric or US customary equivalent in one of several possible ways.
     
    3838
    3939== Changelog ==
     40
     41= 0.5.2 - 2014-05-02 =
     42* Fixed compatibility with PHP 5.4+.
     43* Tested up to WordPress 4.2.1.
    4044
    4145= 0.5.1 - 2009-12-19 =
     
    7478`$display_mode = 'parentheses';`
    7579
    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 
    8480== Bugs ==
    8581
Note: See TracChangeset for help on using the changeset viewer.