From 2ea60ee7d545f347a68bcfa5f6c4507e092f8aed Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Tue, 12 Sep 2023 10:59:21 -0400 Subject: [PATCH] README updates and bump version to 3.0.227 --- README.md | 29 ++++++++++++++--------------- wire/core/ProcessWire.php | 2 +- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 25a6a853..ca126898 100644 --- a/README.md +++ b/README.md @@ -129,20 +129,20 @@ replacing your `/wire/` directory with the one from the newer version. ### Pro module version upgrade notes (if applicable) - [FormBuilder](https://processwire.com/store/form-builder/) - version 0.4.0 or newer required, 0.5.2 or newer recommended. + version 0.5.3 or newer recommended. - [ListerPro](https://processwire.com/store/lister-pro/) - version 1.0.9 or newer required, 1.1.4 or newer recommended. + version 1.1.5 or newer recommended. - [ProFields](https://processwire.com/store/pro-fields/) the latest versions of all ProFields (10 modules) are recommended. - [LoginRegisterPro](https://processwire.com/store/login-register-pro/) - all versions supported but version 5 or newer recommended. + version 7 or newer recommended. - [ProCache](https://processwire.com/store/pro-cache/) - version 3.1.4 or newer required, 4.0.0 or newer recommended. - After upgrading, go to your ProCache settings in the admin (Setup > ProCache) - and see if it suggests any modifications to your .htaccess file. -- For all other Pro modules not mentioned above (ProMailer, ProDrafts, - ProDevTools, Likes) there are no specific version requirements but we - recommend using the latest available versions when possible. + version 4.0.3 or newer recommended. After upgrading, go to your ProCache + settings in the admin (Setup > ProCache) and see if it suggests any + modifications to your .htaccess file. + +- For all other Pro modules not mentioned above we recommend using the + latest available versions when possible. ## Debug Mode @@ -156,12 +156,11 @@ we think you'll find it very handy during development or when resolving issues. 1. Edit this file: `/site/config.php` 2. Find this line: `$config->debug = false;` -3. Change the `false` to `true`, like below, and save. +3. Change the `false` to `true` like below, and save. ``` $config->debug = true; ``` - This can be found near the bottom of the file, or you can add it if not already there. It will make PHP and ProcessWire report all errors, warnings, notices, etc. Of course, you'll want to set it back to false once you've @@ -176,10 +175,10 @@ resolved any issues. * [Sites running ProcessWire](https://processwire.com/sites/) * [Subscribe to ProcessWire Weekly email](https://processwire.com/community/newsletter/subscribe/) * [Submit your site to our directory](https://processwire.com/sites/submit/) -* [Follow @processwire on Twitter](http://twitter.com/processwire/) -* [Contact ProcessWire](https://processwire.com/contact/) +* [Follow @processwire on X-Twitter](http://twitter.com/processwire/) +* [Contact ProcessWire developer](https://processwire.com/contact/) +* [Report issue](https://github.com/processwire/processwire-issues/issues) ------ -Copyright 2023 by Ryan Cramer / Ryan Cramer Design, LLC - +Copyright 2023 by Ryan Cramer / Ryan Cramer Design, LLC \ No newline at end of file diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 8f441882..7eb4ce41 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -79,7 +79,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 226; + const versionRevision = 227; /** * Version suffix string (when applicable)