diff --git a/config/app.php b/config/app.php index 669cfe4..f3c0f1d 100644 --- a/config/app.php +++ b/config/app.php @@ -2,7 +2,7 @@ return [ // Version number of Blue Twilight - 'version' => '2.0.0-beta.3', + 'version' => '2.0.0', /* |-------------------------------------------------------------------------- diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..a85f79f --- /dev/null +++ b/contributing.md @@ -0,0 +1,9 @@ +# Contributing to Blue Twilight +Blue Twilight is an open-source project. The source code is freely available for you to use and modify as appropriate to your needs. + +If you would like to contribute your changes back to the project, I can provide you with a repository to submit your changes, and you can then submit a pull request. + +To contribute: + +* Ensure you have an account on [projects.andys.eu](https://projects.andys.eu) +* Contact me through [the contact form](https://www.andyheathershaw.uk/contact) on my website \ No newline at end of file diff --git a/readme.md b/readme.md index 710f4b4..30d7474 100644 --- a/readme.md +++ b/readme.md @@ -12,4 +12,18 @@ Version 2 is the first version I have released as open-source. The previous vers This is a major update that includes 2 key new features: fine-grained security controls, and nested albums. It also updates the default template to Bootstrap v4 and VueJS (replacing KnockoutJS.) -Version 2.0.0 is currently in the "beta" stage - however it is production-ready - I'm using it on my own gallery. +Version 2.0.0 has now been officially released. + +## Useful Links + +* [Blue Twilight website](https://www.andyheathershaw.uk/software/blue-twilight-php-photo-gallery/) +* [User Manual](https://www.andyheathershaw.uk/software/blue-twilight-php-photo-gallery/manual/) +* [Installation Guide](https://www.andyheathershaw.uk/software/blue-twilight-php-photo-gallery/manual/installation/) +* [Issues/Tasks](https://projects.andys.eu/aheathershaw/blue-twilight/issues) +* [Roadmap](https://projects.andys.eu/aheathershaw/blue-twilight/milestones) + +## Need Help? + +I'd love to get you up and running. If you need assistance installing the Blue Twilight PHP photo gallery, or would like to me to do it for you, please get in touch using the contact form located at: + +[www.andyheathershaw.uk/contact](http://www.andyheathershaw.uk/contact) \ No newline at end of file