Skip to content

Commit 8b7ace7

Browse files
authored
Merge pull request #1282 from hydephp/release-candidate-seven
HydePHP v1.0.0 - Release Candidate Seven
2 parents 15194b1 + a209b3b commit 8b7ace7

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ HydePHP consists of two primary components, Hyde/Hyde and Hyde/Framework. Develo
1717

1818
<!-- CHANGELOG_START -->
1919

20+
## [v1.0.0-RC.7](https://github.com/hydephp/develop/releases/tag/v1.0.0-RC.7) - 2023-03-14
21+
22+
### Added
23+
- Added generics to the Hyde facade method annotations https://github.com/hydephp/develop/pull/1280
24+
25+
### Changed
26+
- Updated 404 page home link to use the index route instead of the site URL https://github.com/hydephp/develop/pull/1278
27+
- Improved generic type usage in the RegisterFileLocations trait https://github.com/hydephp/develop/pull/1279
28+
- Bumped HydeFront to v3.1 https://github.com/hydephp/develop/pull/1281
29+
30+
2031
## [v1.0.0-RC.6](https://github.com/hydephp/develop/releases/tag/v1.0.0-RC.6) - 2023-03-14
2132

2233
### Removed

RELEASE_NOTES.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ This serves two purposes:
1010
2. At release time, you can move the Unreleased section changes into a new release version section.
1111

1212
### Added
13-
- Added generics to the Hyde facade method annotations https://github.com/hydephp/develop/pull/1280
13+
- for new features.
1414

1515
### Changed
16-
- Updated 404 page home link to use the index route instead of the site URL https://github.com/hydephp/develop/pull/1278
17-
- Improved generic type usage in the RegisterFileLocations trait https://github.com/hydephp/develop/pull/1279
18-
- Bumped HydeFront to v3.1 https://github.com/hydephp/develop/pull/1281
16+
- for changes in existing functionality.
1917

2018
### Deprecated
2119
- for soon-to-be removed features.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"name": "hyde",
99
"description": "Elegant and Powerful Static App Builder",
10-
"version": "1.0.0-RC.6",
10+
"version": "1.0.0-RC.7",
1111
"main": "hyde",
1212
"directories": {
1313
"test": "tests"

packages/framework/src/Foundation/HydeKernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract
4949
use Serializable;
5050
use Macroable;
5151

52-
final public const VERSION = '1.0.0-RC.6';
52+
final public const VERSION = '1.0.0-RC.7';
5353

5454
protected static self $instance;
5555

0 commit comments

Comments
 (0)