Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WP Plugins
eth-redirect-to-latest-post
Commits
03632e29
Verified
Commit
03632e29
authored
May 16, 2016
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.2.1 - fixing error in `composer.json` path
parent
369e88b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
composer.json
composer.json
+1
-1
eth-redirect-to-latest.php
eth-redirect-to-latest.php
+1
-1
readme.txt
readme.txt
+4
-1
No files found.
composer.json
View file @
03632e29
{
{
"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"
,
...
...
eth-redirect-to-latest.php
View file @
03632e29
...
@@ -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/
...
...
readme.txt
View file @
03632e29
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment