Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
External Permalinks Redux
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
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
External Permalinks Redux
Commits
fcf538aa
Commit
fcf538aa
authored
2 years ago
by
Erick Hitter
Browse files
Options
Downloads
Plain Diff
Merge branch 'add/composer-file' into 'master'
Add composer.json See merge request
!19
parents
0007951e
1c10ca2b
No related branches found
Branches containing commit
Tags
v1.3.2
1 merge request
!19
Add composer.json
Pipeline
#6272
passed with stages
in 5 minutes and 26 seconds
Changes
3
Pipelines
17
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
composer.json
+18
-0
18 additions, 0 deletions
composer.json
readme.txt
+1
-0
1 addition, 0 deletions
readme.txt
with
20 additions
and
0 deletions
README.md
+
1
−
0
View file @
fcf538aa
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
**Requires at least:**
3.0
**Requires at least:**
3.0
**Tested up to:**
6.0
**Tested up to:**
6.0
**Stable tag:**
1.3.2
**Stable tag:**
1.3.2
**Requires PHP:**
5.2
**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
...
...
This diff is collapsed.
Click to expand it.
composer.json
0 → 100644
+
18
−
0
View file @
fcf538aa
{
"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"
}
}
This diff is collapsed.
Click to expand it.
readme.txt
+
1
−
0
View file @
fcf538aa
...
@@ -5,6 +5,7 @@ Tags: link, redirect, external link, permalink
...
@@ -5,6 +5,7 @@ Tags: link, redirect, external link, permalink
Requires at least: 3.0
Requires at least: 3.0
Tested up to: 6.0
Tested up to: 6.0
Stable tag: 1.3.2
Stable tag: 1.3.2
Requires PHP: 5.2
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
...
...
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