Skip to content
Snippets Groups Projects
Commit 68fa7b53 authored by Erick Hitter's avatar Erick Hitter
Browse files

Bump version given filter additions

parent 2cdddd43
No related branches found
No related tags found
1 merge request!2v0.3
Pipeline #1004 failed
......@@ -4,7 +4,7 @@
**Tags:** latest, latest post, redirect, redirect latest, redirect post
**Requires at least:** 4.5
**Tested up to:** 5.2
**Stable tag:** 0.2.2
**Stable tag:** 0.3
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......@@ -22,6 +22,10 @@ Once activated, a given slug will redirect to whatever is the most recently-publ
## Changelog ##
### 0.3 ###
* Introduce filters to make redirection more flexible.
* Add unit tests and conform to coding standards.
### 0.2.2 ###
* Handle sites using slug-only permalinks
......
......@@ -10,7 +10,7 @@
* Plugin URI: https://ethitter.com/plugins/
* Description: Redirect a chosen slug to the whatever is currently the latest post
* Author: Erick Hitter
* Version: 0.2.2
* Version: 0.3
* Author URI: https://ethitter.com/
* Text Domain: eth_redirect_to_latest_post
* Domain Path: /languages/
......
......@@ -2,10 +2,10 @@
# This file is distributed under the same license as the ETH Redirect to Latest Post package.
msgid ""
msgstr ""
"Project-Id-Version: ETH Redirect to Latest Post 0.2.2\n"
"Project-Id-Version: ETH Redirect to Latest Post 0.3\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/eth-redirect-to-latest\n"
"POT-Creation-Date: 2019-04-14 03:43:53+00:00\n"
"POT-Creation-Date: 2019-05-13 01:26:22+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
......@@ -25,19 +25,21 @@ msgstr ""
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
#: eth-redirect-to-latest.php:51 eth-redirect-to-latest.php:52
#: inc/class-eth-redirect-to-latest-post.php:38
#: inc/class-eth-redirect-to-latest-post.php:45
msgid "Cheatin’ uh?"
msgstr ""
#: eth-redirect-to-latest.php:76
#: inc/class-eth-redirect-to-latest-post.php:94
msgid "latest"
msgstr ""
#: eth-redirect-to-latest.php:166
#: inc/class-eth-redirect-to-latest-post.php:235
msgid ""Latest post" slug"
msgstr ""
#: eth-redirect-to-latest.php:176
#: inc/class-eth-redirect-to-latest-post.php:249
#. translators: 1. Default slug, wrapped in a <code> tag.
msgid ""
"Set the slug that will redirect to the latest published post. The default "
"value is %s."
......
......@@ -4,7 +4,7 @@ Donate link: https://ethitter.com/donate/
Tags: latest, latest post, redirect, redirect latest, redirect post
Requires at least: 4.5
Tested up to: 5.2
Stable tag: 0.2.2
Stable tag: 0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
......@@ -22,6 +22,10 @@ Once activated, a given slug will redirect to whatever is the most recently-publ
== Changelog ==
= 0.3 =
* Introduce filters to make redirection more flexible.
* Add unit tests and conform to coding standards.
= 0.2.2 =
* Handle sites using slug-only permalinks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment