Plugin Directory

Changeset 742912


Ignore:
Timestamp:
07/18/2013 08:41:44 PM (13 years ago)
Author:
f-reach
Message:

Bug fix. Display at Control tab.
Change varsion number notation.

Location:
with-melty-support
Files:
99 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • with-melty-support/trunk/includes/wms-box.php

    r742901 r742912  
    148148
    149149        //check version
    150         for($i=0;$i<4;$i++){
     150        for($i=0;$i<3;$i++){
    151151            $check = $data['version'][$i] - $now_wms[0][$i]; //(old or new)-now
    152152            if($check != 0) break;
     
    211211                            1, //major
    212212                            0, //minor
    213                             0, //build
    214213                            1, //revision
    215214                            );
  • with-melty-support/trunk/readme.txt

    r742901 r742912  
    5050== Changelog ==
    5151
    52 = 1.0.0.1 =
     52= 1.0.1 =
    5353* Bug fix. Display at Control tab.
     54* Change varsion number notation.
    5455
    55 = 1.0.0.0 =
     56= 1.0.0 =
    5657* First release.
Note: See TracChangeset for help on using the changeset viewer.