mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 08:44:46 +02:00
README updates and bump version to 3.0.227
This commit is contained in:
29
README.md
29
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
|
@@ -79,7 +79,7 @@ class ProcessWire extends Wire {
|
||||
* Reversion revision number
|
||||
*
|
||||
*/
|
||||
const versionRevision = 226;
|
||||
const versionRevision = 227;
|
||||
|
||||
/**
|
||||
* Version suffix string (when applicable)
|
||||
|
Reference in New Issue
Block a user