Skip to content

Commit b2d9016

Browse files
committed
Convert to new release script and 1.0 updates.
1 parent 049c78e commit b2d9016

File tree

4 files changed

+28
-13
lines changed

4 files changed

+28
-13
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 1.0
2+
* Release Date: March 18, 2016
3+
* Documentation update and official release.
4+
5+
## 0.5
6+
* Release Date: December 15, 2015
7+
* Initial release.

readme.txt renamed to bin/readme.template

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Author URI: http://toolstack.com
66
Tags: translation, glotpress
77
Requires at least: 4.4
88
Tested up to: 4.4
9-
Stable tag: 0.5
9+
Stable tag: {{TAG}}
1010
License: GPLv2
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

@@ -27,14 +27,3 @@ Install from the WordPress plugin directory.
2727
TBD
2828

2929
== Changelog ==
30-
31-
= 1.0 =
32-
* Release Date: TBD
33-
* Initial release.
34-
35-
== Upgrade Notice ==
36-
37-
= 1.0 =
38-
39-
Initial release, no upgrade notes at this time.
40-

bin/release.ini

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[General]
2+
plugin-slug=
3+
temp-dir=
4+
readme-template=bin\readme.template
5+
changelog=CHANGES.md
6+
7+
[SVN]
8+
svn-url=
9+
svn-username=
10+
svn-do-not-tag=
11+
svn-path=
12+
13+
[GIT]
14+
git-use-tag=
15+
git-path=
16+
17+
[Delete]
18+
DeleteFiles=readme.md, CHANGES.md
19+
DeleteDirs=bin

last-update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: GP Last Update
44
Plugin URI: http://glot-o-matic.com/gp-last-update
55
Description: Adds a "Last Update" column to the translation set list in GlotPress.
6-
Version: 0.5
6+
Version: 1.0
77
Author: GregRoss
88
Author URI: http://toolstack.com
99
Tags: glotpress, glotpress plugin

0 commit comments

Comments
 (0)