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

Add composer.json

parent a3be77b5
No related branches found
No related tags found
1 merge request!8Add composer.json
Pipeline #4998 passed with stages
in 1 minute and 40 seconds
......@@ -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
......
{
"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"
}
}
......@@ -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-06-29 04:55:16+00:00\n"
"POT-Creation-Date: 2022-07-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"
......
......@@ -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"/>
......
......@@ -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
......
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