Releases: netglue/primo
Releases · netglue/primo
1.6.0
Release Notes for 1.6.0
Feature release (minor)
1.6.0
- Total issues resolved: 0
- Total pull requests resolved: 10
- Total contributors: 2
chore,dependencies
- 381: Add support for PHP 8.4 thanks to @gsteel
- 380: Allow installation of ServiceManager v4 thanks to @gsteel
- 374: Update dependency vimeo/psalm to v6 thanks to @renovate[bot]
- 309: Replace dev dependency on
lctrs/psalm-psr-container-pluginwith a stub file thanks to @gsteel
dependencies
- 377: Update dependency doctrine/coding-standard to v13 thanks to @renovate[bot]
- 373: Update codecov/codecov-action action to v5 thanks to @renovate[bot]
- 335: Update ramsey/composer-install action to v3 thanks to @renovate[bot]
- 321: Update codecov/codecov-action action to v4 thanks to @renovate[bot]
- 307: Lock file maintenance thanks to @renovate[bot]
- 289: Roll back actions/checkout action to v4.1.1 thanks to @renovate[bot]
1.5.0
Release Notes for 1.5.0
Feature release (minor)
1.5.0
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 2
enhancement
- 276: Add PHP 8.3 Support thanks to @gsteel
dependencies
- 274: Roll back codecov/codecov-action action to v3 thanks to @renovate[bot]
- 273: Update codecov/codecov-action action to v4 thanks to @renovate[bot]
- 267: Update actions/checkout action to v4 thanks to @renovate[bot]
- 250: Lock file maintenance thanks to @renovate[bot]
- 229: Lock file maintenance thanks to @renovate[bot]
1.4.0
Release Notes for 1.4.0
Feature release (minor)
1.4.0
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 1
dependencies,enhancement
- 226: Upgrade PHPUnit to ^10 thanks to @gsteel
- 225: Remove support for PHP 8.0 thanks to @gsteel
- 223: Upgrade Psalm to ^5 thanks to @gsteel
- 221: Update
laminas-diactorosto ^3 thanks to @gsteel
chore,dependencies
1.3.0
Release Notes for 1.3.0
Feature release (minor)
1.3.0
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 2
dependencies
- 191: Roll back ramsey/composer-install action to 2.2.0 thanks to @renovate[bot]
- 190: Configure Renovate thanks to @renovate[bot]
enhancement
- 189: Apply PHP 8.0 Syntax thanks to @gsteel
- 188: Add support for PHP 8.2 thanks to @gsteel
chore,enhancement
- 187: Ci cleanup thanks to @gsteel
chore
- 186: Prepare for Renovate thanks to @gsteel
1.2.0
Release Notes for 1.2.0
Feature release (minor)
1.2.0
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 1
chore
- 185: Update CI and Release workflows thanks to @gsteel
- 184: Remover redundant links in readme and update export ignores thanks to @gsteel
- 183: Pin
merge-me-actionto a major to reduce dependabot noise thanks to @gsteel
enhancement
1.1.0
Release Notes for 1.1.0
1.1.0
-
Total issues resolved: 0
-
Total pull requests resolved: 3
-
Total contributors: 1
-
71: Event Serialisation Fix for 8.1 thanks to @gsteel
-
70: Deprecate Bookmarks thanks to @gsteel
-
68: Adds workflow to auto-merge dependabot upgrades thanks to @gsteel
primo 1.0.1
Added
- Nothing.
Changed
- Bump
netglue/prismic-clientto ^1.0 - which should have been done before releasing 1.0 here. No BC breaks though ;)
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
primo 1.0.0
Added
- Nothing. This release is identical to
0.6.1and is considered the first stable.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
primo 0.6.1
primo 0.6.0
Added
- #31 Adds a route name for both the preview and webhook routes. The routes are opt-in anyway, but you would typically execute
(new RouteProvider())($app, $container);in yourroutes.phpconfiguration file to benefit from these features. Adding the route name enables you to identify these routes and target them more easily. Both route names are identified with public constants that you can get from the RouteProvider with:\Primo\RouteProvider::PREVIEW_ROUTE_NAME\Primo\RouteProvider::WEBHOOK_ROUTE_NAME
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #32 adds a workflow using Composer Require Checker to make sure that all dependencies used in the code are declared in
composer.json… and also declares the ones that were missing. - #33 adds vimeo/psalm static analysis tool to dev dependencies and CI