From 584b41722a746f1efc8a4ff1259ebc6c64d05870 Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Wed, 6 Sep 2017 20:15:53 +0100 Subject: [PATCH 1/4] Updated Readme ahead of v2.0.0 release --- readme.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 From 943348fa04ec458680432aa412dc0ada01156523 Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Wed, 6 Sep 2017 20:20:09 +0100 Subject: [PATCH 2/4] Add a file describing how to contribute changes --- contributing.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..dfe49d3 --- /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) \ No newline at end of file From bf3c2763fd6c6a24719c65f3b22a286f45fab6bf Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Wed, 6 Sep 2017 20:21:54 +0100 Subject: [PATCH 3/4] Update 'contributing.md' --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index dfe49d3..a85f79f 100644 --- a/contributing.md +++ b/contributing.md @@ -6,4 +6,4 @@ If you would like to contribute your changes back to the project, I can provide 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) \ No newline at end of file +* Contact me through [the contact form](https://www.andyheathershaw.uk/contact) on my website \ No newline at end of file From 81a0ea28c76d9bf267afbf475b893139c4259467 Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Wed, 6 Sep 2017 20:43:22 +0100 Subject: [PATCH 4/4] Bumped version number for 2.0.0 release --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', /* |--------------------------------------------------------------------------