Skip to content

Commit

Permalink
Merge pull request #217 from hydephp/develop
Browse files Browse the repository at this point in the history
HydePHP v1.0.0 - Release Candidate Four
  • Loading branch information
caendesilva authored Mar 12, 2023
2 parents 2984157 + 446ef28 commit 633e266
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
16 changes: 4 additions & 12 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,19 @@

## Supported Versions

### Hyde is currently in Beta and has no supported versions.

Versions in the 0.x series are not stable and may change at any time.
No backwards compatibility guarantees are made and there will be breaking changes without notice.
These are the version ranges of HydePHP, and their support status. We follow [Semantic Versioning](https://semver.org), and you can read about our [Backwards Compatability](https://github.com/hydephp/policies/blob/master/backwards-compatability.md) promise here.

| Version | Supported | Classification |
|---------|-----------|---------------------------|
| > 0.64 | :warning: | Beta (active development) |
| 1.x | :white_check_mark: | General Availability |
| > 0.64 | :warning: | Beta (legacy) |
| < 0.64 | :x: | Beta (legacy) |
| < 0.8 | :x: | Alpha stage |


<!--
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: | -->


## Reporting a Vulnerability

If you discover a security vulnerability within this package, please send an e-mail to the creator, Caen De Silva, via [email protected].
You can also report a vulnerability through GitHub on the [Security Advisory](https://github.com/hydephp/develop/security/advisories) page.

All security vulnerabilities will be promptly addressed.
14 changes: 8 additions & 6 deletions config/hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,16 @@
|
*/

// Should the RSS feed be generated?
'generate_rss_feed' => true,
'rss' => [
// Should the RSS feed be generated?
'enabled' => true,

// What filename should the RSS file use?
'rss_filename' => 'feed.xml',
// What filename should the RSS file use?
'filename' => 'feed.xml',

// The channel description. By default this is "Site Name + RSS Feed".
// 'rss_description' => '',
// The channel description.
'description' => env('SITE_NAME', 'HydePHP').' RSS Feed',
],

/*
|--------------------------------------------------------------------------
Expand Down
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.3",
"version": "1.0.0-RC.4",
"main": "hyde",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 633e266

Please sign in to comment.