Skip to content

Commit 100dae8

Browse files
committed
Update documentation current release
1 parent a99b94c commit 100dae8

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All Notable changes to `bakame/http-strucured-fields` will be documented in this file.
44

5+
## [Next](https://github.com/bakame-php/http-structured-fields/compare/2.0.0...master) - TBD
6+
7+
### Added
8+
9+
- None
10+
11+
### Fixed
12+
13+
- None
14+
15+
### Deprecated
16+
17+
- None
18+
19+
### Removed
20+
21+
- None
22+
523
## [2.0.0](https://github.com/bakame-php/http-structured-fields/compare/1.3.0...2.0.0) - 2024-12-12
624

725
### Added

docs/_data/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ release_major: '2.0'
99
version: 2.0.0
1010
support: 'Once a new major version is released, the previous stable release remains supported for six more months with patches and security fixes.'
1111
releases:
12-
next:
12+
current:
1313
version: '2.0'
1414
requires: 'PHP >= 8.1.0'
1515
documentation_link: '/2.0/'
16-
current:
16+
previous:
1717
version: '1.0'
1818
requires: 'PHP >= 8.1.10'
1919
documentation_link: '/1.0/'

docs/_layouts/homepage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="description" content="{{ site.data.project.description }}">
7-
<meta property="og:title" content="{ site.data.project.tagline }} - {{ site.data.project.title }}">
7+
<meta property="og:title" content="{{ site.data.project.tagline }} - {{ site.data.project.title }}">
88
<meta property="og:site_name" content="HTTP Structured Fields for PHP">
99
<meta property="og:type" content="article">
1010
<meta property="og:image" content="{{ site.baseurl }}/assets/img/httpsf-logo.png">

0 commit comments

Comments
 (0)