Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 8, 2024
1 parent 45bb578 commit 5fe9ce0
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 41 deletions.
48 changes: 47 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,53 @@
# Revision History for the OLCS Backend ### 4.0 2016-09-23 - Version 4.0 is the first version of the OLCS Self-serve to be published to GitHub

## 1.0.0 (2024-02-08)


### ⚠ BREAKING CHANGES

* upgrade to Laminas v3 ([#17](https://github.com/dvsa/olcs-selfserve/issues/17))
* migrate to GitHub ([#6](https://github.com/dvsa/olcs-selfserve/issues/6))

### Features

* migrate to GitHub ([#6](https://github.com/dvsa/olcs-selfserve/issues/6)) ([75aac02](https://github.com/dvsa/olcs-selfserve/commit/75aac0220cdcc8232c1066b59d0e3123fca75bc6))
* upgrade to Laminas v3 ([#17](https://github.com/dvsa/olcs-selfserve/issues/17)) ([3299b04](https://github.com/dvsa/olcs-selfserve/commit/3299b0421ac50dd0e8a0e73cb9c43309ea975540))


### Bug Fixes

* consolidate `Navigation` and `navigation` ([#43](https://github.com/dvsa/olcs-selfserve/issues/43)) ([72e5266](https://github.com/dvsa/olcs-selfserve/commit/72e526631b8dbaebdc9a896065ca5366ba085818))
* fix error on EBSR pages ([#47](https://github.com/dvsa/olcs-selfserve/issues/47)) ([bfa48d3](https://github.com/dvsa/olcs-selfserve/commit/bfa48d3cfe788f1bc2f5ad71740c063c86646b68))
* fix stolen community licence journey ([#27](https://github.com/dvsa/olcs-selfserve/issues/27)) ([3e2a048](https://github.com/dvsa/olcs-selfserve/commit/3e2a048c927fc1376a663233fe5f839bf92ca3ca))
* fix url helper calls in 2 templates ([#28](https://github.com/dvsa/olcs-selfserve/issues/28)) ([ea99391](https://github.com/dvsa/olcs-selfserve/commit/ea9939178f2d64a75e532b93a0003cefde0dc5ca))
* improve TOPS report error handling ([#54](https://github.com/dvsa/olcs-selfserve/issues/54)) ([45bb578](https://github.com/dvsa/olcs-selfserve/commit/45bb5784929c06672e546ce9da3968f8d3e15176))
* move `ebsr` view files to new location ([#34](https://github.com/dvsa/olcs-selfserve/issues/34)) ([5e5247f](https://github.com/dvsa/olcs-selfserve/commit/5e5247f8de47c5ba8a7e5385f63f9adafafe9c4b))
* Old string formatter name to FQCN and Import. ([#46](https://github.com/dvsa/olcs-selfserve/issues/46)) ([6cd6c88](https://github.com/dvsa/olcs-selfserve/commit/6cd6c8871c3c39aba07eed73af3e5eb09c9199a5))
* Other template fixes where getHelperPluginManager was being used causing errors ([#25](https://github.com/dvsa/olcs-selfserve/issues/25)) ([37d6f1d](https://github.com/dvsa/olcs-selfserve/commit/37d6f1dd3653e135926341cee5df0ae8f30bcfd0))
* refactor constants to static variables ([#15](https://github.com/dvsa/olcs-selfserve/issues/15)) ([c9c54e3](https://github.com/dvsa/olcs-selfserve/commit/c9c54e3de08fdc20b2741bca21fa2261b5c759f3))
* remove form unit tests ([#11](https://github.com/dvsa/olcs-selfserve/issues/11)) ([a58e05c](https://github.com/dvsa/olcs-selfserve/commit/a58e05c809821f7edc5945f3003c5f348874b7e3))
* replace `laminas-form` with patched fork ([#33](https://github.com/dvsa/olcs-selfserve/issues/33)) ([9f5f88a](https://github.com/dvsa/olcs-selfserve/commit/9f5f88a8912d4484f04d4d221eaeaec16eae9be7))
* resolve search issues ([#24](https://github.com/dvsa/olcs-selfserve/issues/24)) ([d8f527a](https://github.com/dvsa/olcs-selfserve/commit/d8f527aa24fd9b311679f6f55e7fc145a3a3408e))
* set `memory_limit` to 4G in PHPUnit configuration ([#9](https://github.com/dvsa/olcs-selfserve/issues/9)) ([9954443](https://github.com/dvsa/olcs-selfserve/commit/99544434c99bb3d88baad692e3340686cc434901))
* Two constructor params were recently added, only one was being used and the other not passed in from the factory. Removed the unused one. Page now tests OK locally. ([#31](https://github.com/dvsa/olcs-selfserve/issues/31)) ([3275482](https://github.com/dvsa/olcs-selfserve/commit/3275482d0e4f3eaccbd02592426c48dc6ef6bbb0))
* VOL-3471: TM Journey uses Verify when GOV.UK Acc toggle is off ([1d7beda](https://github.com/dvsa/olcs-selfserve/commit/1d7beda1b5d7280eeaf64d54ccc0253298d52cd2))


### Miscellaneous Chores

* add Dependabot config ([#10](https://github.com/dvsa/olcs-selfserve/issues/10)) ([ab4d991](https://github.com/dvsa/olcs-selfserve/commit/ab4d9919a25ddf6bb46f82f895179457cb721e33))
* bump `olcs-common` to `5.0.0-beta.4` ([#35](https://github.com/dvsa/olcs-selfserve/issues/35)) ([94d8107](https://github.com/dvsa/olcs-selfserve/commit/94d8107c322d2f10e13614990e62bd601ba0e998))
* bump `olcs-common` to `5.0.0-beta.5` ([#39](https://github.com/dvsa/olcs-selfserve/issues/39)) ([b5b007b](https://github.com/dvsa/olcs-selfserve/commit/b5b007bc0d50bb0751af72fad1a1da462087257d))
* bump `olcs-common` to `5.0.0-beta.6` ([#42](https://github.com/dvsa/olcs-selfserve/issues/42)) ([dba65cd](https://github.com/dvsa/olcs-selfserve/commit/dba65cd9d26b7aa2a2346f4a927000fac120d519))
* bump `olcs-common` to `5.0.0-beta.7` ([#44](https://github.com/dvsa/olcs-selfserve/issues/44)) ([62fc64d](https://github.com/dvsa/olcs-selfserve/commit/62fc64de6225d8849bde16bffe3ee7c9e8f494f4))
* bump `olcs-common` to `5.0.0-beta.8` ([#51](https://github.com/dvsa/olcs-selfserve/issues/51)) ([485784e](https://github.com/dvsa/olcs-selfserve/commit/485784ed243c0b1fc9fdc8ae47d8026ad91637b5))
* bump `olcs-common` to `5.0.0-beta.9` ([#52](https://github.com/dvsa/olcs-selfserve/issues/52)) ([f6f33f7](https://github.com/dvsa/olcs-selfserve/commit/f6f33f794e8b2c6da240d120dafb6a39e7cc99cf))
* bump `olcs/olcs-common` ([#29](https://github.com/dvsa/olcs-selfserve/issues/29)) ([b6a25b3](https://github.com/dvsa/olcs-selfserve/commit/b6a25b3a3cee9bb4aa459b7ea9a38a7ecd2e7118))
* bump `olcs/olcs-common` to `5.0.0-beta.2` ([#26](https://github.com/dvsa/olcs-selfserve/issues/26)) ([68f43d2](https://github.com/dvsa/olcs-selfserve/commit/68f43d2cde04a27c4a6ad2ec8dbf9f89b349a0eb))
* bump `olcs/olcs-transfer` to `5.0.0-beta.8` ([#30](https://github.com/dvsa/olcs-selfserve/issues/30)) ([6b8ec94](https://github.com/dvsa/olcs-selfserve/commit/6b8ec947f3502da3a5dca288583bf12b10cc66e6))

### 4.0.11 2016-12-12

- Version 4.0.11 is the second version of the OLCS Self-serve to be published to Githab. It contains enhancements to various features and remediation of defects discovered during the first three weeks of the Public Beta delivery.

Reference can be made to the composite release note provided.
Reference can be made to the composite release note provided.
Expand Down
82 changes: 42 additions & 40 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "olcs/olcs-selfserve",
"description": "OLCS Self Service Web Site",
"repositories": [{
"type": "vcs",
"url": "https://github.com/dvsa/laminas-form.git"
}],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dvsa/laminas-form.git"
}
],
"require": {
"php": "^7.4",
"doctrine/annotations": "^1.14.2",
Expand Down Expand Up @@ -55,43 +57,43 @@
"Common\\": "vendor/olcs/olcs-common/Common/src/Common"
}
},
"autoload-dev": {
"psr-4": {
"OlcsTest\\": "test/Olcs/src",
"PermitsTest\\": "test/Permits/src"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"laminas/laminas-dependency-plugin": true,
"bamarni/composer-bin-plugin": true
"autoload-dev": {
"psr-4": {
"OlcsTest\\": "test/Olcs/src",
"PermitsTest\\": "test/Permits/src"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"laminas/laminas-dependency-plugin": true,
"bamarni/composer-bin-plugin": true
},
"platform": {
"ext-redis": "4.3"
}
},
"scripts": {
"bin": "echo 'bin not installed'",
"post-install-cmd": [
"@composer bin all install"
],
"test": "phpunit",
"phpcs": "phpcs",
"psalm": "psalm",
"phpstan": "phpstan",
"all": [
"@test",
"@phpcs",
"@psalm",
"@phpstan"
]
},
"platform": {
"ext-redis": "4.3"
}
},
"scripts": {
"bin": "echo 'bin not installed'",
"post-install-cmd": [
"@composer bin all install"
],
"test": "phpunit",
"phpcs": "phpcs",
"psalm": "psalm",
"phpstan": "phpstan",
"all": [
"@test",
"@phpcs",
"@psalm",
"@phpstan"
]
},
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": true
}
"bamarni-bin": {
"bin-links": true,
"forward-command": true
}
}
}

0 comments on commit 5fe9ce0

Please sign in to comment.