Skip to content

Commit

Permalink
Merge pull request #1505 from hydephp/framework-v1.4.2
Browse files Browse the repository at this point in the history
Framework version v1.4.2
  • Loading branch information
caendesilva committed Dec 22, 2023
2 parents 8dff4cf + 2b09363 commit 8d24f57
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -17,6 +17,18 @@ HydePHP consists of two primary components, Hyde/Hyde and Hyde/Framework. Develo

<!-- CHANGELOG_START -->

## [1.4.2](https://github.com/hydephp/develop/releases/tag/1.4.2) - 2023-12-22
### Added
- Added info banners when dashboard content sections are empty in https://github.com/hydephp/develop/pull/1494

### Changed
- Shortened the path printed to console when using the dashboard to create a page in https://github.com/hydephp/develop/pull/1492
- Code cleanup and style improvements in https://github.com/hydephp/develop/pull/1501, https://github.com/hydephp/develop/pull/1502, and https://github.com/hydephp/develop/pull/1503.
### Fixed
- Improved support for running HydePHP through the Phar archive in https://github.com/hydephp/develop/pull/1491
- Fixed wrong section title in the dashboard page in https://github.com/hydephp/develop/pull/1493


## [1.4.0](https://github.com/hydephp/develop/releases/tag/1.4.0) - 2023-12-11
### Added
- Adds a new fancy output for the realtime compiler serve command in https://github.com/hydephp/develop/pull/1444
Expand Down
8 changes: 3 additions & 5 deletions RELEASE_NOTES.md
Expand Up @@ -10,11 +10,10 @@ This serves two purposes:
2. At release time, you can move the Unreleased section changes into a new release version section.

### Added
- Added info banners when dashboard content sections are empty in https://github.com/hydephp/develop/pull/1494
- for new features.

### Changed
- Shortened the path printed to console when using the dashboard to create a page in https://github.com/hydephp/develop/pull/1492
- Code cleanup and style improvements in https://github.com/hydephp/develop/pull/1501, https://github.com/hydephp/develop/pull/1502, and https://github.com/hydephp/develop/pull/1503.
- for changes in existing functionality.

### Deprecated
- for soon-to-be removed features.
Expand All @@ -23,8 +22,7 @@ This serves two purposes:
- for now removed features.

### Fixed
- Improved support for running HydePHP through the Phar archive in https://github.com/hydephp/develop/pull/1491
- Fixed wrong section title in the dashboard page in https://github.com/hydephp/develop/pull/1493
- for any bug fixes.

### Security
- in case of vulnerabilities.
2 changes: 1 addition & 1 deletion packages/framework/src/Foundation/HydeKernel.php
Expand Up @@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract
use Serializable;
use Macroable;

final public const VERSION = '1.4.1';
final public const VERSION = '1.4.2';

protected static self $instance;

Expand Down

0 comments on commit 8d24f57

Please sign in to comment.