Skip to content

Commit

Permalink
Merge pull request #24 from dartiss/develop
Browse files Browse the repository at this point in the history
Minor bug fix
  • Loading branch information
dartiss authored Nov 9, 2020
2 parents feae1c4 + 52924dc commit f261d88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion draft-concluder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Draft Concluder
Plugin URI: https://wordpress.org/plugins/draft-concluder/
Description: 📝 Email users that have outstanding drafts.
Version: 1.0
Version: 1.0.1
Author: David Artiss
Author URI: https://artiss.blog
Text Domain: draft-concluder
Expand Down
2 changes: 1 addition & 1 deletion inc/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function draft_concluder_plugin_meta( $links, $file ) {
array( '<a href="https://github.com/dartiss/draft-concluder">' . __( 'Github', 'draft-concluder' ) . '</a>' ),
array( '<a href="https://wordpress.org/support/plugin/draft-concluder">' . __( 'Support', 'draft-concluder' ) . '</a>' ),
array( '<a href="https://artiss.blog/donate">' . __( 'Donate', 'draft-concluder' ) . '</a>' ),
array( '<a href="https://wordpress.org/support/plugin/draft-concluder/reviews/#new-post">' . __( 'Write a Review', 'draft-concluder' ) . '&nbsp;⭐️⭐️⭐️⭐️⭐️</a>' ),
array( '<a href="https://wordpress.org/support/plugin/draft-concluder/reviews/#new-post">' . __( 'Write a Review', 'draft-concluder' ) . '&nbsp;⭐️⭐️⭐️⭐️⭐️</a>' )
);
}

Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: drafts, email, mail, pages, posts, reminder
Requires at least: 3.1
Tested up to: 5.5
Requires PHP: 5.3
Stable tag: 1.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -88,10 +88,13 @@ And the deed is done - you can no longer disable the plugin (cue diabolical laug

I use symantic versioning, with the first release being 1.0.

= 1.0.1 =
* Bug: In what must be the quickest time from initial release to first bug report, thanks to [JeanPaulH](https://wordpress.org/support/users/djr/) for finding a stray comma!

= 1.0 =
* Initial release

== Upgrade Notice ==

= 1.0 =
* Initial release
= 1.0.1 =
* Bug fix

0 comments on commit f261d88

Please sign in to comment.