Renamed Plugin and changed slug to stklcode-liveticker

Due to naming conflicts with the original wp-liveticker plugin this one
is now renamed to a unique identifier.
This commit is contained in:
2018-11-02 09:01:29 +01:00
parent 9d64f9f415
commit 65eafd2524
16 changed files with 433 additions and 434 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "stklcode/wp-liveticker2",
"name": "stklcode/wp-liveticker",
"version": "1.0.0",
"description": "A simple Liveticker for Wordpress.",
"keywords": [
@@ -68,8 +68,8 @@
"phpcbf --standard=phpcs.xml"
],
"minify": [
"minifycss styles/wp-liveticker2.css > styles/wp-liveticker2.min.css",
"minifyjs scripts/wp-liveticker2.js > scripts/wp-liveticker2.min.js"
"minifycss styles/liveticker.css > styles/liveticker.min.css",
"minifyjs scripts/liveticker.js > scripts/liveticker.min.js"
]
},
"repositories": [