Skip to content

Commit

Permalink
Merge pull request #1277 from hydephp/release-candidate-six
Browse files Browse the repository at this point in the history
HydePHP v1.0.0 - Release Candidate Six
  • Loading branch information
caendesilva authored Mar 14, 2023
2 parents 384e534 + 4061003 commit 6a8f4d2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ HydePHP consists of two primary components, Hyde/Hyde and Hyde/Framework. Develo

<!-- CHANGELOG_START -->

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

### Removed
- Removed IDE helpers for removed global variables from the IDE helper file. https://github.com/hydephp/develop/pull/1274
- Removed default values from Hyde facade method annotations. https://github.com/hydephp/develop/pull/1275

### Fixed
- Added missing version prefix to default generator meta tag value. https://github.com/hydephp/develop/pull/1272


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

### Added
Expand Down
5 changes: 2 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ This serves two purposes:
- for soon-to-be removed features.

### Removed
- Removed IDE helpers for removed global variables from the IDE helper file. https://github.com/hydephp/develop/pull/1274
- Removed default values from Hyde facade method annotations
- for now removed features.

### Fixed
- Added missing version prefix to default generator meta tag value. https://github.com/hydephp/develop/pull/1272
- for any bug fixes.

### Security
- in case of vulnerabilities.
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.5",
"version": "1.0.0-RC.6",
"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.5';
final public const VERSION = '1.0.0-RC.6';

protected static self $instance;

Expand Down

0 comments on commit 6a8f4d2

Please sign in to comment.