Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
adrenth committed Mar 8, 2022
2 parents 325d99a + 24cd79e commit 056ca2d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Exclude files from exporting
#

/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,23 @@ 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).

## [2.0.2] - 2022-03-08

### Changed
- Version constraint of "composer/installers" to "^1.0 || ^2.0"

### Added
- .gitattributes file
- Version constraint for "october/system"

## [2.0.1] - 2022-02-09

### Changed
- Plugin documentation.
- Remove code comments.

## [2.0.0] - 2021-11-05

### Added
- PHP 7.4 and PHP 8.0 support.

Expand Down
22 changes: 12 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
{
"name": "vdlp/oc-horizon-plugin",
"type": "october-plugin",
"description": "Laravel Horizon integration for October CMS",
"homepage": "https://vdlp.nl",
"license": "GPL-2.0-only",
"type": "october-plugin",
"keywords": [
"october",
"octobercms",
"horizon",
"laravel-queues"
],
"authors": [
{
"name": "Van der Let & Partners",
"email": "octobercms@vdlp.nl"
}
],
"homepage": "https://vdlp.nl",
"support": {
"email": "octobercms@vdlp.nl"
},
"keywords": [
"october",
"octobercms",
"horizon",
"laravel-queues"
],
"license": "GPL-2.0-only",
"require": {
"php": "^7.4 || ^8.0",
"ext-pcntl": "*",
"ext-posix": "*",
"ext-redis": "*",
"composer/installers": "^1.0 || ^2.0",
"laravel/horizon": "^3.0",
"composer/installers": "^1.0"
"october/system": "^1.0 || ^2.0"
},
"archive": {
"exclude": [
".gitignore",
".gitattributes",
".idea/"
]
}
Expand Down
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.0.0: "First version of Vdlp.Horizon"
v2.0.0: "Removed the dependency of the October CMS module. Moved Horizon Assets. See CHANGELOG for more details."
v2.0.1: "Update plugin documentation"
v2.0.2: "Maintenance release"

0 comments on commit 056ca2d

Please sign in to comment.