Skip to content

Commit 03632e2

Browse files
committed
v0.2.1 - fixing error in composer.json path
1 parent 369e88b commit 03632e2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name" : "ethitter/eth-redirect-to-latest",
2+
"name" : "ethitter/eth-redirect-to-latest-post",
33
"description" : "Redirect a chosen slug, \"latest\" by default, to, well, the most-recently published post.",
44
"homepage" : "https://ethitter.com/",
55
"type" : "wordpress-plugin",

eth-redirect-to-latest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: https://ethitter.com/plugins/
55
Description: Redirect a chosen slug to the whatever is currently the latest post
66
Author: Erick Hitter
7-
Version: 0.2
7+
Version: 0.2.1
88
Author URI: https://ethitter.com/
99
Text Domain: eth_redirect_to_latest_post
1010
Domain Path: /languages/

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://ethitter.com/donate/
44
Tags: latest, latest post, redirect, redirect latest, redirect post
55
Requires at least: 4.5
66
Tested up to: 4.5
7-
Stable tag: 0.2
7+
Stable tag: 0.2.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -22,5 +22,8 @@ Once activated, a given slug will redirect to whatever is the most recently-publ
2222

2323
== Changelog ==
2424

25+
= 0.2.1 =
26+
* Correct Composer path error
27+
2528
= 0.2 =
2629
* Initial release

0 commit comments

Comments
 (0)