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

Merge branch 'add/composer-file' into 'master'

Add composer.json

See merge request !19
parents 0007951e 1c10ca2b
No related branches found
Tags v1.3.2
1 merge request!19Add composer.json
Pipeline #6272 passed with stages
in 5 minutes and 26 seconds
......@@ -5,6 +5,7 @@
**Requires at least:** 3.0
**Tested up to:** 6.0
**Stable tag:** 1.3.2
**Requires PHP:** 5.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......
{
"name" : "ethitter/external-permalinks-redux",
"description" : "Allows you to point WordPress objects (posts, pages, custom post types) to a URL of your choosing.",
"homepage" : "https://ethitter.com/",
"type" : "wordpress-plugin",
"keywords" : [ "link", "redirect", "external link", "permalink" ],
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "Erick Hitter",
"email" : "wp@ethitter.com",
"homepage" : "https://ethitter.com/"
}
],
"require" : {
"php" : ">=5.2.0"
}
}
......@@ -5,6 +5,7 @@ Tags: link, redirect, external link, permalink
Requires at least: 3.0
Tested up to: 6.0
Stable tag: 1.3.2
Requires PHP: 5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment