Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Automatically Paginate Posts
Manage
Activity
Members
Labels
Plan
Issues
11
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
Automatically Paginate Posts
Commits
3d8f1ab5
Commit
3d8f1ab5
authored
2 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Add composer.json
parent
a3be77b5
No related branches found
No related tags found
1 merge request
!8
Add composer.json
Pipeline
#4998
passed with stages
in 1 minute and 40 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
composer.json
+18
-0
18 additions, 0 deletions
composer.json
languages/automatically-paginate-posts.pot
+2
-2
2 additions, 2 deletions
languages/automatically-paginate-posts.pot
phpcs.xml
+1
-1
1 addition, 1 deletion
phpcs.xml
readme.txt
+1
-0
1 addition, 0 deletions
readme.txt
with
23 additions
and
3 deletions
README.md
+
1
−
0
View file @
3d8f1ab5
...
@@ -5,6 +5,7 @@ Donate link:
...
@@ -5,6 +5,7 @@ Donate link:
**Requires at least:**
3.4
**Requires at least:**
3.4
**Tested up to:**
6.0
**Tested up to:**
6.0
**Stable tag:**
0.3.1
**Stable tag:**
0.3.1
**Requires PHP:**
5.6
**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 @
3d8f1ab5
{
"name"
:
"ethitter/wp-revision-control"
,
"description"
:
"Automatically paginate posts by inserting the `<!--nextpage-->` Quicktag."
,
"homepage"
:
"https://ethitter.com/"
,
"type"
:
"wordpress-plugin"
,
"keywords"
:
[
"paginate"
,
"nextpage"
,
"Quicktag"
],
"license"
:
"GPL-2.0+"
,
"authors"
:
[
{
"name"
:
"Erick Hitter"
,
"email"
:
"wp@ethitter.com"
,
"homepage"
:
"https://ethitter.com/"
}
],
"require"
:
{
"php"
:
">=5.6.0"
}
}
This diff is collapsed.
Click to expand it.
languages/automatically-paginate-posts.pot
+
2
−
2
View file @
3d8f1ab5
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
# This file is distributed under the same license as the Automatically Paginate Posts package.
# This file is distributed under the same license as the Automatically Paginate Posts package.
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: Automatically Paginate Posts 0.3\n"
"Project-Id-Version: Automatically Paginate Posts 0.3
.1
\n"
"Report-Msgid-Bugs-To: "
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/automatically-paginate-posts\n"
"https://wordpress.org/support/plugin/automatically-paginate-posts\n"
"POT-Creation-Date: 2022-0
6-29 04:55:16
+00:00\n"
"POT-Creation-Date: 2022-0
7-01 04:24:09
+00:00\n"
"MIME-Version: 1.0\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
...
...
This diff is collapsed.
Click to expand it.
phpcs.xml
+
1
−
1
View file @
3d8f1ab5
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<!-- Rules: Check PHP version compatibility -->
<!-- Rules: Check PHP version compatibility -->
<!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
<!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
<config
name=
"testVersion"
value=
"
7.2
-"
/>
<config
name=
"testVersion"
value=
"
5.6
-"
/>
<!-- https://github.com/PHPCompatibility/PHPCompatibilityWP -->
<!-- https://github.com/PHPCompatibility/PHPCompatibilityWP -->
<rule
ref=
"PHPCompatibilityWP"
/>
<rule
ref=
"PHPCompatibilityWP"
/>
...
...
This diff is collapsed.
Click to expand it.
readme.txt
+
1
−
0
View file @
3d8f1ab5
...
@@ -5,6 +5,7 @@ Tags: paginate, nextpage, Quicktag
...
@@ -5,6 +5,7 @@ Tags: paginate, nextpage, Quicktag
Requires at least: 3.4
Requires at least: 3.4
Tested up to: 6.0
Tested up to: 6.0
Stable tag: 0.3.1
Stable tag: 0.3.1
Requires PHP: 5.6
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