You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merging 3.4.0 changes to main branch.
- PHP 8.2 support
- Fixed "master" -> "main" renaming since we now have an organisation.
- Add support for WEBP and AVIF.
- Fix license year.
- Fix theme that is shipped with WonderCMS.
- Fix all readme links to point to new repository.
<ahref="https://github.com/robiso/wondercms/releases"><imgsrc="https://camo.githubusercontent.com/016ebd6f0795dd02d373cfb8689b831e4438cc8b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f726f6269736f2f776f6e646572636d732f746f74616c2e7376673f6c6162656c3d646f776e6c6f61647325323073696e636525323032303137266c6f6e6743616368653d74727565"alt="Number of downloads since first release on GitHub"data-canonical-src="https://img.shields.io/github/downloads/robiso/wondercms/total.svg?label=downloads%20since%202017&longCache=true"style="max-width:100%;"></a>
<ahref="https://github.com/WonderCMS/wondercms/releases"><imgsrc="https://camo.githubusercontent.com/016ebd6f0795dd02d373cfb8689b831e4438cc8b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f726f6269736f2f776f6e646572636d732f746f74616c2e7376673f6c6162656c3d646f776e6c6f61647325323073696e636525323032303137266c6f6e6743616368653d74727565"alt="Number of downloads since first release on GitHub"data-canonical-src="https://img.shields.io/github/downloads/WonderCMS/wondercms/total.svg?label=downloads%20since%202017&longCache=true"style="max-width:100%;"></a>
- Option 5: [Install with cPanel (and Softaculous) - video tutorial](https://www.youtube.com/watch?v=5tykBmKAUkA&feature=youtu.be&t=25)
@@ -52,14 +52,14 @@
52
52
<br>
53
53
54
54
## Requirements
55
-
- PHP 7.2 or greater
55
+
- PHP 7.4 or greater
56
56
- cURL extension
57
57
- mbstring extension
58
58
- Zip extension
59
59
- mod_rewrite module
60
60
- any type of server (Apache, NGINX or IIS)
61
61
62
-
*For setting up WonderCMS on NGINX or IIS servers, there is one additional step required. Read more: [NGINX setup](https://github.com/robiso/wondercms/wiki/NGINX-server-config) or [IIS setup](https://github.com/robiso/wondercms/wiki/IIS-server-config).*
62
+
*For setting up WonderCMS on NGINX or IIS servers, there is one additional step required. Read more: [NGINX setup](https://github.com/WonderCMS/wondercms/wiki/NGINX-server-config) or [IIS setup](https://github.com/WonderCMS/wondercms/wiki/IIS-server-config).*
63
63
64
64
**WonderCMS works on most Apache servers/hosts (even free ones) by default.**
65
65
@@ -76,9 +76,9 @@ Note: Some plugins also include other libraries such as jQuery, default WonderCM
76
76
## Security features
77
77
- Track free and transparent - WonderCMS doesn't track users or store any personal cookies, there is only one session state cookie. Your WonderCMS installation is completely detached from WonderCMS servers. One click updates are pushed through GitHub.
78
78
- Supports HTTPS out of the box.
79
-
-[Check how to turn on "improved security" mode](https://github.com/robiso/wondercms/wiki/Better-security-mode-(HTTPS-and-other-features)).
79
+
-[Check how to turn on "improved security" mode](https://github.com/WonderCMS/wondercms/wiki/Better-security-mode-(HTTPS-and-other-features)).
80
80
- All CSS and JS libraries include SubResource Integrity (SRI) tags. This prevents any changes to the libraries being loaded. If any changes are made, the libraries won't load for your and your visitors protection.
81
-
-[Check how to add SRI tags to your custom theme](https://github.com/robiso/wondercms/wiki/Add-SRI-tags-to-your-theme-libraries#sri-subresource-integrity---3-steps-for-more-security). This step isn't necessary if you're using a theme from the official website.
81
+
-[Check how to add SRI tags to your custom theme](https://github.com/WonderCMS/wondercms/wiki/Add-SRI-tags-to-your-theme-libraries#sri-subresource-integrity---3-steps-for-more-security). This step isn't necessary if you're using a theme from the official website.
82
82
- WonderCMS encourages you to change your default login URL. **Consider your custom login URL as your private username**.
83
83
- Choosing a good login URL can prevent brute force attacks.
84
84
- Your login page will always return a 404 header response. Search engines do not (and should not) cache your login URL.
@@ -98,8 +98,8 @@ Note: Some plugins also include other libraries such as jQuery, default WonderCM
98
98
- theme and plugin installer/updater
99
99
- 1 click updates
100
100
- 1 click backups
101
-
-[easy to theme](https://github.com/robiso/wondercms/wiki/Create-theme-in-8-easy-steps)
0 commit comments