prepare release of v1.1.1

This commit is contained in:
Stefan Kalscheuer 2021-03-20 10:41:23 +01:00
parent 3c52c9eba9
commit 5ebd3c55d3
9 changed files with 1155 additions and 1124 deletions

View File

@ -3,15 +3,26 @@ name: default
type: docker
steps:
- name: pre-build
image: composer
- name: composer-install
image: composer:2
commands:
- composer install
- name: test
image: composer
commands:
- composer test
- name: lint
image: composer
- name: lint-php
image: composer:2
commands:
- composer lint-php
depends_on:
- composer-install
- name: node-install
image: node:14
commands:
- npm ci
- name: lint-assets
image: node:14
commands:
- npx eslint scripts/block.js
- npx eslint scripts/liveticker.js
- npx stylelint styles/block.css
- npx stylelint styles/liveticker.css
depends_on:
- node-install

View File

@ -1,3 +1,3 @@
{
"extends": "stylelint-config-wordpress"
"extends": "@wordpress/stylelint-config"
}

View File

@ -18,8 +18,9 @@ before_script:
- npm install
script:
- composer test
- composer lint-all
- composer lint-php
- composer lint-js
- composer lint-css
notifications:
slack:

View File

@ -11,7 +11,7 @@
* Requires at least: 4.0
* Tested up to: 5.7
* Requires PHP: 5.6
* Stable tag: 1.1.0
* Stable tag: 1.1.1
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@ -80,7 +80,7 @@ caching time of 12 hours obviously makes no sense.
## Changelog
### unreleased
### 1.1.1 - 2021-03-20
* "Ticker" taxonomy name is now translatable

View File

@ -1,6 +1,6 @@
{
"name": "stklcode/stklcode-liveticker",
"version": "1.1.0",
"version": "1.1.1",
"description": "A simple Liveticker for Wordpress.",
"keywords": [
"wordpress",

View File

@ -26,7 +26,7 @@ class SCLiveticker {
*
* @var string OPTIONS
*/
const VERSION = '1.1.0';
const VERSION = '1.1.1';
/**
* Options tag.

2229
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
{
"name": "stklcode-liveticker",
"version": "1.1.0",
"version": "1.1.1",
"description": "A simple Liveticker for Wordpress.",
"author": "Stefan Kalscheuer",
"license": "GPL-2.0+",
"devDependencies": {
"@wordpress/eslint-plugin": "^7",
"@wordpress/stylelint-config": "^19",
"eslint": "^7",
"stylelint": "^13",
"stylelint-config-wordpress": "^17"
"stylelint": "^13"
}
}

View File

@ -9,7 +9,7 @@
* @wordpress-plugin
* Plugin Name: Liveticker (by stklcode)
* Description: A simple Liveticker for WordPress.
* Version: 1.1.0
* Version: 1.1.1
* Author: Stefan Kalscheuer
* Author URI: https://www.stklcode.de
* Text Domain: stklcode-liveticker