Skip to content

Commit

Permalink
chore(master): release 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
linchpin-bot committed Sep 2, 2022
1 parent 9b94151 commit 942eed1
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 40 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.7](https://github.com/linchpin/courier-notices/compare/v1.4.6...v1.4.7) (2022-09-02)


### Features

* Add documentation ([41c0792](https://github.com/linchpin/courier-notices/commit/41c0792c48243a9c279c2424d99ca0dba13fda72))


### Bug Fixes

* **deps:** update npm ([819c875](https://github.com/linchpin/courier-notices/commit/819c87533d6c68f6cb7b91a4fbc0a0db401083f0))
* **Model:** Fixing a fatal error when referencing settings ([cca0ad1](https://github.com/linchpin/courier-notices/commit/cca0ad19b7a794388480bf7b342438425be23292))


### Miscellaneous Chores

* build assets ([9b94151](https://github.com/linchpin/courier-notices/commit/9b94151d9222ffe369484e6558565bb7199370d7))
* **deps:** update 10up/action-wordpress-plugin-deploy action to v2.1.1 ([1b3cb5a](https://github.com/linchpin/courier-notices/commit/1b3cb5a77c9a83797edb1ca9dd11b0646b62da8f))
* **deps:** update dependency glob-parent to v6 ([b181bb6](https://github.com/linchpin/courier-notices/commit/b181bb60a70a0ed32a7419cf4e01283280b5a32c))
* **deps:** update node.js to v16 ([4802101](https://github.com/linchpin/courier-notices/commit/48021017e36559e1fefff2de2ead74910c8426c2))
* **deps:** update peter-evans/create-pull-request action to v4 ([a6deef5](https://github.com/linchpin/courier-notices/commit/a6deef5042e319a8e28e94ffb1707b9ac7e92c68))
* generate build assets ([a739466](https://github.com/linchpin/courier-notices/commit/a739466f0e7d6f34f6a6bc1a9738714bada03794))
* Make sure additional files can be updated ([38334e1](https://github.com/linchpin/courier-notices/commit/38334e12e6b32c6be810f5e9d379a5e314607952))
* update lock file ([9b94151](https://github.com/linchpin/courier-notices/commit/9b94151d9222ffe369484e6558565bb7199370d7))
* Updated timestamp of plugin update ([38334e1](https://github.com/linchpin/courier-notices/commit/38334e12e6b32c6be810f5e9d379a5e314607952))

## [Unreleased]

## [1.4.6] - 2022-05-24
Expand Down
74 changes: 37 additions & 37 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@
"name": "linchpin/courier-notices",
"description": "Courier Notices, a highly extendable advanced front end notification plugin for WordPress",
"homepage": "https://github.com/linchpin/courier-notices",
"version": "1.4.6",
"version": "1.4.7",
"authors": [
{
"name": "Linchpin",
"email": "sayhi@linchpin.com",
"homepage": "https://linchpin.com",
"role": "Developer"
},
{
"name": "Aaron Ware",
"role": "Developer",
"email": "aaron@linchpin.com"
}
{
"name": "Aaron Ware",
"role": "Developer",
"email": "aaron@linchpin.com"
}
],
"keywords": [
"WordPress",
"linchpin",
"notices",
"notifications",
"alerts",
"gdpr"
"gdpr"
],
"support": {
"issues": "https://github.com/linchpin/courier-notices/issues",
"source": "https://github.com/linchpin/courier-notices"
},
"license": "GPL-2.0-or-later",
"license": "GPL-2.0-or-later",
"type": "wordpress-plugin",
"require": {
"php": ">=7.3",
Expand All @@ -39,35 +39,35 @@
"CourierNotices\\": "src/"
}
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"wp-coding-standards/wpcs": "^2.3.0",
"squizlabs/php_codesniffer": "^3.7.1",
"phpcompatibility/php-compatibility": "^9.3.5",
"php-parallel-lint/php-parallel-lint": "^v1.3.2",
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"saggre/phpdocumentor-markdown": "^0.1.3"
},
"scripts" : {
"lint": [
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
],
"checkcs": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --standard=./phpcs.xml ./"
],
"fixcs": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --standard=./phpcs.xml ./"
],
"test": [
"@php ./vendor/phpunit/phpunit/phpunit --no-coverage"
],
"coverage": [
"@php ./vendor/phpunit/phpunit/phpunit"
],
"lint-fix": "phpcbf .",
"php-cs-fixer": "./vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix ./ --config=./.php-cs-fixer.dist.php",
"create-wiki": "phpDocumentor --directory=application --target=wiki --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"wp-coding-standards/wpcs": "^2.3.0",
"squizlabs/php_codesniffer": "^3.7.1",
"phpcompatibility/php-compatibility": "^9.3.5",
"php-parallel-lint/php-parallel-lint": "^v1.3.2",
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"saggre/phpdocumentor-markdown": "^0.1.3"
},
"scripts": {
"lint": [
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
],
"checkcs": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --standard=./phpcs.xml ./"
],
"fixcs": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --standard=./phpcs.xml ./"
],
"test": [
"@php ./vendor/phpunit/phpunit/phpunit --no-coverage"
],
"coverage": [
"@php ./vendor/phpunit/phpunit/phpunit"
],
"lint-fix": "phpcbf .",
"php-cs-fixer": "./vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix ./ --config=./.php-cs-fixer.dist.php",
"create-wiki": "phpDocumentor --directory=application --target=wiki --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand Down
4 changes: 2 additions & 2 deletions courier-notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://wordpress.org/plugins/courier-notices
* Description: A way to display, manage, and control front end notifications for your WordPress install.
* x-release-please-start-version
* Version: 1.4.6
* Version: 1.4.7
* x-release-please-end
* Author: Linchpin
* Author URI: https://linchpin.com
Expand All @@ -25,7 +25,7 @@

if ( ! defined( 'COURIER_NOTICES_VERSION' ) ) {
// x-release-please-start-version
define( 'COURIER_NOTICES_VERSION', '1.4.6' );
define( 'COURIER_NOTICES_VERSION', '1.4.7' );
// x-release-please-end
}

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: notifications, notices, alerts, linchpin, front end, dismissible, gdpr
Requires at least: 5.0
Tested up to: 6.0.2
x-release-please-start-version
Stable tag: 1.4.6
Stable tag: 1.4.7
x-release-please-end
Requires PHP: 7.3
License: GPLv2 or later
Expand Down

0 comments on commit 942eed1

Please sign in to comment.