Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ETH Redirect to Latest Post
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WP Plugins
ETH Redirect to Latest Post
Commits
03632e29
Verified
Commit
03632e29
authored
9 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
v0.2.1 - fixing error in `composer.json` path
parent
369e88b6
Branches
Branches containing commit
Tags
0.2.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
composer.json
+1
-1
1 addition, 1 deletion
composer.json
eth-redirect-to-latest.php
+1
-1
1 addition, 1 deletion
eth-redirect-to-latest.php
readme.txt
+4
-1
4 additions, 1 deletion
readme.txt
with
6 additions
and
3 deletions
composer.json
+
1
−
1
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"
,
...
...
This diff is collapsed.
Click to expand it.
eth-redirect-to-latest.php
+
1
−
1
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/
...
...
This diff is collapsed.
Click to expand it.
readme.txt
+
4
−
1
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment