Skip to content

Commit

Permalink
Merge branch 'release/5.0.0' into v5
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Apr 15, 2024
2 parents 8708364 + fb2228a commit 2cb17a0
Show file tree
Hide file tree
Showing 4 changed files with 1,448 additions and 462 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Cookies Changelog

## 5.0.0 - 2024.04.15
### Added
* Stable release for Craft CMS 5

## 5.0.0-beta.1 - 2024.02.12
### Added
* Initial beta release for Craft CMS 5
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-cookies",
"description": "A simple plugin for setting and getting cookies from within Craft CMS templates.",
"type": "craft-plugin",
"version": "5.0.0-beta.1",
"version": "5.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -23,7 +23,8 @@
}
],
"require": {
"craftcms/cms": "^5.0.0-beta.1"
"php": "^8.2",
"craftcms/cms": "^5.0.0"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down
5 changes: 4 additions & 1 deletion docs/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ export default defineConfig({
algolia: {
appId: 'FM0B4KJI1X',
apiKey: 'a7665c2c6a31d3a94c5883f7f9c787db',
indexName: 'cookies'
indexName: 'cookies',
searchParameters: {
facetFilters: ["version:v5"],
},
},
lastUpdatedText: 'Last Updated',
sidebar: [],
Expand Down
Loading

0 comments on commit 2cb17a0

Please sign in to comment.