Skip to content

Commit

Permalink
Rename plugin on WP.org for trademark reasons (#34)
Browse files Browse the repository at this point in the history
* Rename to match the plugin naming guidelines for trademarked terms

* Bump the tested tag

* Analytics keywords

* Match the new naming

* Update dev deps

* Lint the composer file too

* Fix per WPCS
  • Loading branch information
kasparsd authored Sep 19, 2019
1 parent 8abb42c commit c41f123
Show file tree
Hide file tree
Showing 6 changed files with 1,671 additions and 258 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Simple controls for some of the advanced Contact Form 7 plugin functionality.",
"homepage": "https://formcontrols.com",
"type": "wordpress-plugin",
"license": "GPL-2.0",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Kaspars Dambis",
Expand All @@ -20,8 +20,9 @@
},
"scripts": {
"lint": [
"vendor/bin/phpcs .",
"npm run lint"
"phpcs .",
"npm run lint",
"composer validate"
],
"build": [
"npm run build"
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c41f123

Please sign in to comment.