Skip to content

Commit

Permalink
Merge pull request #1247 from hydephp/release-candidate-three
Browse files Browse the repository at this point in the history
HydePHP v1.0.0 - Release Candidate Three
  • Loading branch information
caendesilva authored Mar 11, 2023
2 parents 638fcad + 994a179 commit c6b6ab4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ HydePHP consists of two primary components, Hyde/Hyde and Hyde/Framework. Develo

<!-- CHANGELOG_START -->

## [v1.0.0-RC.3](https://github.com/hydephp/develop/releases/tag/v1.0.0-RC.3) - 2023-03-11

### Changed
- Made the `HydePage::$title` property readonly

### Deprecated
- `HydePage::$canonicalUrl`


## [v1.0.0-RC.2](https://github.com/hydephp/develop/releases/tag/v1.0.0-RC.2) - 2023-03-10

### Added
Expand Down
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ This serves two purposes:
- for new features.

### Changed
- Made the `HydePage::$title` property readonly
- for changes in existing functionality.

### Deprecated
- HydePage::$canonicalUrl
- for soon-to-be removed features.

### Removed
- for now removed features.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"name": "hyde",
"description": "Elegant and Powerful Static App Builder",
"version": "1.0.0-RC.2",
"version": "1.0.0-RC.3",
"main": "hyde",
"directories": {
"test": "tests"
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/src/Foundation/HydeKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract
use Serializable;
use Macroable;

final public const VERSION = '1.0.0-RC.2';
final public const VERSION = '1.0.0-RC.3';

protected static self $instance;

Expand Down

0 comments on commit c6b6ab4

Please sign in to comment.