Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
WP Plugins
Automatically Paginate Posts
Commits
3d8f1ab5
Commit
3d8f1ab5
authored
Jun 30, 2022
by
Erick Hitter
Browse files
Add composer.json
parent
a3be77b5
Pipeline
#4998
passed with stages
in 1 minute and 40 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3d8f1ab5
...
...
@@ -5,6 +5,7 @@ Donate link:
**Requires at least:**
3.4
**Tested up to:**
6.0
**Stable tag:**
0.3.1
**Requires PHP:**
5.6
**License:**
GPLv2 or later
**License URI:**
http://www.gnu.org/licenses/gpl-2.0.html
...
...
composer.json
0 → 100644
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"
}
}
languages/automatically-paginate-posts.pot
View file @
3d8f1ab5
...
...
@@ -2,10 +2,10 @@
# This file is distributed under the same license as the Automatically Paginate Posts package.
msgid ""
msgstr ""
"Project-Id-Version: Automatically Paginate Posts 0.3\n"
"Project-Id-Version: Automatically Paginate Posts 0.3
.1
\n"
"Report-Msgid-Bugs-To: "
"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"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
...
...
phpcs.xml
View file @
3d8f1ab5
...
...
@@ -18,7 +18,7 @@
<!-- Rules: Check PHP version compatibility -->
<!-- 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 -->
<rule
ref=
"PHPCompatibilityWP"
/>
...
...
readme.txt
View file @
3d8f1ab5
...
...
@@ -5,6 +5,7 @@ Tags: paginate, nextpage, Quicktag
Requires at least: 3.4
Tested up to: 6.0
Stable tag: 0.3.1
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment