Skip to content

Commit 22d45ab

Browse files
authored
Merge pull request #1231 from hydephp/release-prep
HydeFront v3.0
2 parents d6f4f76 + 066e365 commit 22d45ab

File tree

7 files changed

+7
-19
lines changed

7 files changed

+7
-19
lines changed

_media/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hydefront/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,3 @@ HydeFront is included with [HydePHP](https://github.com/hydephp/hyde) by default
2929

3030
## Warranty:
3131
HydeFront is not intended to be used for standalone projects and comes with no warranties. Changes in HydeFront are tied to those in the Hyde Framework and differing versions may be incompatible.
32-
33-
## Beta software notice
34-
HydePHP is currently in beta. Please report any bugs and issues in the appropriate issue tracker. Versions in the 0.x series are not stable and may change at any time. No backwards compatibility guarantees are made and breaking changes are <s>possible</s> <i>expected</i>.
35-
36-
## v2.0 Release Notes
37-
38-
HydeFront version 2.0 is a major release and has several breaking changes.
39-
It is not compatible with HydePHP versions lower than v0.50.0-beta.
40-
41-
Many files have been removed, as HydePHP now uses Alpine.js for interactions, and TailwindCSS for the documentation pages.
42-
43-
HydeFront v1.x will receive security fixes only.

packages/hydefront/dist/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hydefront/hyde.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Core Stylesheet for the HydePHP Frontend
33
*
44
* @package HydePHP - HydeFront
5-
* @version v2.x (HydeFront)
5+
* @version v3.x (HydeFront)
66
* @author Caen De Silva
77
*/
88

packages/hydefront/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hydefront/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hydefront",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Frontend assets for HydePHP",
55
"scripts": {
66
"prod": "sass hyde.scss dist/hyde.css --style=compressed",

packages/realtime-compiler/tests/RealtimeCompilerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
->and($response->statusCode)->toBe(200)
8383
->and($response->statusMessage)->toBe('OK');
8484

85-
expect($response->body)->toContain('/*! HydeFront v2.0.0');
85+
expect($response->body)->toContain('/*! HydeFront v3.0.0');
8686
});
8787

8888
test('handle throws route not found exception for missing route', function () {

0 commit comments

Comments
 (0)