Skip to content

Commit fee01e5

Browse files
committed
Merge pull request #23 from humanmade/0-4-release
0.4 release
2 parents cffa3ca + f4b351f commit fee01e5

2 files changed

Lines changed: 35 additions & 13 deletions

File tree

README.md

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
Designate a post as repeatable and it'll be copied and re-published on a weekly basis.
66
</td>
77
<td align="right" width="30%">
8-
8+
99
<a href="https://codecov.io/github/humanmade/repeatable-posts?branch=master">
1010
<img src="https://codecov.io/github/humanmade/repeatable-posts/coverage.svg?branch=master" alt="Coverage via Codecov" />
1111
</a>
12-
12+
1313
<br />
1414
<a href="https://scrutinizer-ci.com/g/humanmade/repeatable-posts">
1515
<img src="https://scrutinizer-ci.com/g/humanmade/repeatable-posts/badges/quality-score.png?b=master" alt="Scrutinizer Code Quality Score" />
@@ -19,7 +19,7 @@
1919
<a href="https://travis-ci.org/humanmade/repeatable-posts">
2020
<img src="https://travis-ci.org/humanmade/repeatable-posts.svg?branch=master" alt="Build Status" />
2121
</a>
22-
22+
2323
</td>
2424
</tr>
2525
<tr>
@@ -44,14 +44,6 @@ We use this on our internal blogs to schedule recurring reminders and announceme
4444

4545
There's likely some issues already, if not create some! Any code changes should be submitted as Pull Requests. Thanks!
4646

47-
## License
48-
Repeatable Posts is licensed under the GPLv2 or later.
49-
50-
## Credits
51-
Created by Human Made.
52-
53-
Written and maintained by [Tom Willmot](https://github.com/willmot).
54-
5547
Interested in joining in on the fun? [Join us, and become human!](https://hmn.md/is/hiring/)
5648

5749
## UI
@@ -72,3 +64,33 @@ _When editing a post you can easily set whether it should repeat._
7264
<img src="https://hmn.imgix.net/humanmade-production/uploads/2015/10/Screen-Shot-2015-10-01-at-16.13.28.png" />
7365

7466
_Repeat posts show a convenient link back to the original._
67+
68+
## Changelog
69+
70+
### 0.4
71+
72+
- Increase test coverage above 85%
73+
- Introduce additional daily & monthly repeating intervals. Props @noplanman.
74+
75+
### 0.3
76+
77+
- Introduce unit tests
78+
- Fix several critical bugs
79+
80+
### 0.2
81+
82+
- Refactor based on feedback from Human Made team
83+
84+
### 0.1
85+
86+
- Initial release
87+
88+
## License
89+
90+
Repeatable Posts is licensed under the GPLv2 or later.
91+
92+
## Credits
93+
94+
Created by Human Made.
95+
96+
Written and maintained by [Tom Willmot](https://github.com/willmot).

hm-post-repeat.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
/*
44
Plugin Name: Repeatable Posts
5-
Description: Designate a post as repeatable and it'll be copied and re-published on a weekly basis.
5+
Description: Designate a post as repeatable and it'll be copied and re-published on your chosen interval.
66
Author: Human Made Limited
77
Author URI: http://hmn.md/
8-
Version: 0.3
8+
Version: 0.4
99
License: GPL-2.0+
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1111
Text Domain: hm-post-repeat

0 commit comments

Comments
 (0)