Skip to content
Snippets Groups Projects
Verified Commit 03632e29 authored by Erick Hitter's avatar Erick Hitter
Browse files

v0.2.1 - fixing error in `composer.json` path

parent 369e88b6
Branches
Tags 0.2.1
No related merge requests found
{ {
"name" : "ethitter/eth-redirect-to-latest", "name" : "ethitter/eth-redirect-to-latest-post",
"description" : "Redirect a chosen slug, \"latest\" by default, to, well, the most-recently published post.", "description" : "Redirect a chosen slug, \"latest\" by default, to, well, the most-recently published post.",
"homepage" : "https://ethitter.com/", "homepage" : "https://ethitter.com/",
"type" : "wordpress-plugin", "type" : "wordpress-plugin",
......
...@@ -4,7 +4,7 @@ Plugin Name: ETH Redirect to Latest Post ...@@ -4,7 +4,7 @@ Plugin Name: ETH Redirect to Latest Post
Plugin URI: https://ethitter.com/plugins/ Plugin URI: https://ethitter.com/plugins/
Description: Redirect a chosen slug to the whatever is currently the latest post Description: Redirect a chosen slug to the whatever is currently the latest post
Author: Erick Hitter Author: Erick Hitter
Version: 0.2 Version: 0.2.1
Author URI: https://ethitter.com/ Author URI: https://ethitter.com/
Text Domain: eth_redirect_to_latest_post Text Domain: eth_redirect_to_latest_post
Domain Path: /languages/ Domain Path: /languages/
......
...@@ -4,7 +4,7 @@ Donate link: https://ethitter.com/donate/ ...@@ -4,7 +4,7 @@ Donate link: https://ethitter.com/donate/
Tags: latest, latest post, redirect, redirect latest, redirect post Tags: latest, latest post, redirect, redirect latest, redirect post
Requires at least: 4.5 Requires at least: 4.5
Tested up to: 4.5 Tested up to: 4.5
Stable tag: 0.2 Stable tag: 0.2.1
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
...@@ -22,5 +22,8 @@ Once activated, a given slug will redirect to whatever is the most recently-publ ...@@ -22,5 +22,8 @@ Once activated, a given slug will redirect to whatever is the most recently-publ
== Changelog == == Changelog ==
= 0.2.1 =
* Correct Composer path error
= 0.2 = = 0.2 =
* Initial release * Initial release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment