Plugin Directory

Changeset 1135341


Ignore:
Timestamp:
04/15/2015 10:17:08 AM (11 years ago)
Author:
allthecontent
Message:

update README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • allthecontent/trunk/README.md

    r1135309 r1135341  
    4848
    4949 * update the "stable" version number in the readme.txt file
     50
     51    > nano trunk/readme.txt
     52
     53 * update the version number in the plugin's indexphp file, which I think is the version number that displays
     54
     55    > nano trunk/index.php
     56
    5057 * make a new tagged release in SVN with that version number
    51  * update the version number in the plugin's main .php file, which I think is the version number that displays
    52  *
     58
     59    > svn cp trunk tags/0.1.1
     60
     61 * commit change
     62
     63    > svn ci -m "tagging version 0.1.1"
    5364
    5465### Create a tag
Note: See TracChangeset for help on using the changeset viewer.