Skip to content

Commit bf179a3

Browse files
committed
Minor text updates
1 parent c31b4fb commit bf179a3

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "progressplanner/disable-comments",
3-
"description": "A plugin to fully disable comments on your WordPress site.",
2+
"name": "progressplanner/comment-free-zone",
3+
"description": "This plugin fully removes comments, trackbacks and all related features from your WordPress site.",
44
"type": "wordpress-plugin",
5-
"license": "GPL-3.0-or-later",
5+
"license": "GPL-2.0-or-later",
66
"authors": [
77
{
88
"name": "Team Progress Planner",
@@ -28,9 +28,6 @@
2828
"lint": [
2929
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude node_modules --exclude .git"
3030
],
31-
"test": [
32-
"@php ./vendor/phpunit/phpunit/phpunit --dont-report-useless-tests"
33-
],
3431
"phpstan": [
3532
"@php ./vendor/bin/phpstan analyse --memory-limit=2048M"
3633
]

phpcs.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
2-
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Progress_Planner project" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
2+
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Progress Planner project" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
33

4-
<description>A custom set of rules to check for the Progress_Planner project</description>
4+
<description>A custom set of rules to check for Progress Planner projects</description>
55

66
<!--
77
#############################################################################

0 commit comments

Comments
 (0)