From a3ccd4c1f7a51b44ba2de3b852786f56a3ed8024 Mon Sep 17 00:00:00 2001 From: Ben Keith Date: Wed, 12 Oct 2016 10:40:42 -0400 Subject: [PATCH 1/5] Add note on php min version to docs/users/download.rst, add note about tagged releases to readme.md --- docs/users/download.rst | 2 ++ readme.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/users/download.rst b/docs/users/download.rst index 85f1515e9..c8ff3f4ab 100644 --- a/docs/users/download.rst +++ b/docs/users/download.rst @@ -6,6 +6,8 @@ Download and Install WordPress The Largo parent theme and plugins have been tested with the latest version of WordPress. Some hosting providers offer one-click installation of WordPress and that should get you the latest version. If that does not work for you, download the latest version from the `WordPress downloads `_ page and follow their `instructions `_ to get it setup. +Largo requires a minimum PHP version of 5.3, and has been tested thoroughly on PHP 5.5. + Download and Install Largo -------------------------- diff --git a/readme.md b/readme.md index a9e45ddf5..e5ca4942a 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,8 @@ A responsive WordPress framework designed for news publishers and developed by t We are making regular updates that may or may not always play nice with previous versions. +For released versions of Largo, please see the [list of tagged releases](https://github.com/INN/Largo/releases). + The `master` branch is the latest stable version and what INN is using for our sites in production (with a few minor tweaks specific to our hosting environment). Please do not submit pull requests to this branch unless they are minor hotfixes that can be directly merged. The `develop` branch contains work in progress slated for our next point release. Feel free to try it out, report issues, etc. but we DO NOT recommend using it in production. This is also typically the branch to submit pull requests to if you want to contribute to the project. From d38609e1b606358ddc346bf778a2950c9b0fc9d2 Mon Sep 17 00:00:00 2001 From: Ben Keith Date: Wed, 12 Oct 2016 10:41:45 -0400 Subject: [PATCH 2/5] Point downloaders to the releases dir --- docs/users/download.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users/download.rst b/docs/users/download.rst index c8ff3f4ab..dbaf00c8e 100644 --- a/docs/users/download.rst +++ b/docs/users/download.rst @@ -11,7 +11,7 @@ Largo requires a minimum PHP version of 5.3, and has been tested thoroughly on P Download and Install Largo -------------------------- -The latest stable version of the Largo parent theme is available for download from `the project repository on github `_ on github. The master branch (`download link `_) is always the latest stable release although you may sometimes want to also keep an eye on `the develop branch `_ which contains our work on the next release of Largo. Note that we do not recommend using the develop branch on a production site. +The latest stable version of the Largo parent theme is available for download from `the project repository on github `_ on github. The master branch (`download link `_) is always the latest stable release although you may sometimes want to also keep an eye on `the develop branch `_ which contains our work on the next release of Largo. Note that we do not recommend using the develop branch on a production site. Once you have downloaded the Largo theme you'll need to unzip it, and will typically want to rename the resulting folder to just "largo" (github will include the name of the branch in the name of the folder, i.e. - largo-master, but to avoid potential problems with the following instructions using "largo" as the name of the folder will make your life a little easier. From 905b89876fe600a90e9c751e7d140ce1fe32ec96 Mon Sep 17 00:00:00 2001 From: Ben Keith Date: Wed, 12 Oct 2016 10:47:29 -0400 Subject: [PATCH 3/5] Add notes on PHP version and wordpress version to readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index e5ca4942a..a5a90c4df 100644 --- a/readme.md +++ b/readme.md @@ -34,6 +34,10 @@ The project extends work done by [NPR's Project Argo](http://argoproject.org/). **Current version:** v0.5.4 +**Minimum supported PHP version:** 5.3 + +**Minimum supported WordPress version:** 4.1, though you should always use the current version of WordPress + ## Setup Follow the [setup instructions in the documentation](http://largo.readthedocs.io/users/download.html). From 10f7d535e4f9f92725a3dc7a43acf52e666cb405 Mon Sep 17 00:00:00 2001 From: Ben Keith Date: Wed, 12 Oct 2016 10:47:45 -0400 Subject: [PATCH 4/5] Add note to contact your hosting provider if your are unsure about your PHP version, in user docs --- docs/users/download.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users/download.rst b/docs/users/download.rst index dbaf00c8e..e7741320f 100644 --- a/docs/users/download.rst +++ b/docs/users/download.rst @@ -6,7 +6,7 @@ Download and Install WordPress The Largo parent theme and plugins have been tested with the latest version of WordPress. Some hosting providers offer one-click installation of WordPress and that should get you the latest version. If that does not work for you, download the latest version from the `WordPress downloads `_ page and follow their `instructions `_ to get it setup. -Largo requires a minimum PHP version of 5.3, and has been tested thoroughly on PHP 5.5. +Largo requires a minimum PHP version of 5.3, and has been tested thoroughly on PHP 5.5. Contact your hosting provider if you are unsure which version of PHP your site uses. Download and Install Largo -------------------------- From db11edadc08769dd408f28741ff3a4267044d094 Mon Sep 17 00:00:00 2001 From: Adam Schweigert Date: Wed, 12 Oct 2016 10:52:46 -0400 Subject: [PATCH 5/5] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a5a90c4df..60c3a78e1 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,7 @@ The project extends work done by [NPR's Project Argo](http://argoproject.org/). **Minimum supported PHP version:** 5.3 -**Minimum supported WordPress version:** 4.1, though you should always use the current version of WordPress +**Minimum supported WordPress version:** 4.1, though we usually recommend using the current version of WordPress ## Setup