Skip to content

Commit

Permalink
Set version to 1.9.34-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
slackero committed Mar 23, 2022
1 parent c29f37f commit 0c344d3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,20 @@ Link your browser to the related URL and follow the install instructions.
Server system requirements
--------------------------

**phpwcms** version 1.9.32 requires a web server with PHP (minimum version 5.5 up to 8.x)
**phpwcms** version 1.9.34-dev requires a web server with PHP (minimum version 5.5 up to 8.x)
and a MySQL/MariaDB database (minimum version 5.1, recommend 5.5+).


Known problems
--------------

Because of the project history there are several probable problems regarding the database.
MySQL changed the time and date related default values over the last years. Check to setup
the related config values to connect to the database in a more compatible way. MySQL Strict
is no good option. I work on this to [solve the problems](https://github.com/slackero/phpwcms/issues/275)
soon.


Bug tracker
-----------

Expand Down
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ recommend to update to a current version whenever possible.
On regular basis the following versions of **phpwcms** are supported:

| Version | Supported |
| --------- | ------------------ |
| >= 1.9.25 | :white_check_mark: |
| < 1.9.25 | :x: |
|-----------| ------------------ |
| &gt;= 1.9.33 | :white_check_mark: |
| &lt; 1.9.33 | :x: |

## Reporting a Vulnerability

Expand Down
4 changes: 2 additions & 2 deletions include/inc_lib/revision/revision.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
*
**/

define('PHPWCMS_VERSION', '1.9.33-dev');
define('PHPWCMS_RELEASE_DATE', '2022/03/18');
define('PHPWCMS_VERSION', '1.9.34-dev');
define('PHPWCMS_RELEASE_DATE', '2022/03/23');
define('PHPWCMS_REVISION', '553');

0 comments on commit 0c344d3

Please sign in to comment.