Skip to content

Tags: WonderCMS/wondercms

Tags

3.4.3

Toggle 3.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #306 from WonderCMS/343

Releasing 3.4.3, all notes can be found in the release notes.

3.4.2

Toggle 3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #292 from WonderCMS/342

3.4.2

3.4.1

Toggle 3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #284 from WonderCMS/341

Add 8.2 PHP compatibility fixes.
Add check and create custom modules object in database if it doesn't exist.

3.4.0

Toggle 3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #280 from WonderCMS/340

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.

3.3.4

Toggle 3.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #275 from robiso/334

- Fix for null values in database

Thanks to @slavenstancic

3.3.3

Toggle 3.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #272 from robiso/333

Publishing 3.3.3 🚀  Thank you @slavenstancic

3.3.2

Toggle 3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #262 from robiso/develop

Rock and roll with version 3.3.2.

Thanks to all contributors! Special props to @slavenstancic 😍

3.3.1

Toggle 3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Develop (#253)

- Adding fix for removing slashes at the end of URL and only adding them before subpages
- Fixing WonderCMS news link

* Update version

3.3.0

Toggle 3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
330 (#250)

* Add deletePageKey method for additional contents plugin
* Add checker if there is any visible subpage
* Update index.php
* Replacing all spaces with tabs.
* Changing update check from 7 days to daily.
* Updating text to show it's updating and that updates aren't checked for on a weekly basis (daily now).
* Fixing URL to changelog.
* Update index.php
* Update caching system with wcms-modules.json
* Add REQUEST_URI to page read
* .htaccess update with new cache files for modules
* Parse wcms-module.json to single cache.json file with custom modules
* Cleanup
* Remove REQUEST_URI
* Rename ThemePlugin to Module
* Copy change
* Update style.css
* Update version
* Add files via upload
* Delete version
* Delete summary

Co-authored-by: Robert Isoski <[email protected]>

3.2.0

Toggle 3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
320 (#242)

TLDR:
    Submenus - currently works best only in new Sky theme - you can customize your theme to display submenus
    Option to hide alerts until logging out
    Force HTTPS option in Settings
    Option to have a template for each page
    Save confirmation popup option in Settings (optional forcing to confirm every changes made by admin)
    New deault theme Sky
    Fix to check if imported repository is main or master branch
    Fix for deleting default page
    Fix for updating homepage if that one is a subpage
    Fix for resetting array key of menu item
    Other minor improvements and bugfixes



* Update index.php

Beta testing

* Update index.php

* Add files via upload

* Origin/320 (#236)

* Add subpage support. Still missing add button inside settings, dropdown in themes, dropdown in default page selection and UI fixes.

* - Add new add subpage button in settings
- Added subpage backward compatibility fixes
- Removed grid connection between admin css and bootstrap

* - Added option to select subpage as default page

* - Added option to have different templates per each page

* Fix for creating new submenu error

* Fix for master/main default branch from custom repositories for plugins/themes

* Fix for Error "Creating default object from empty value"

* - Fix for deleting default page
- Fix for updating homepage if that one is a subpage
- Fix for checking if repo contains master or main branch
- Fix for resetting array key of menu item

* - Fix delete all pages
- Show/hide page fix

* - Force HTTPS functionality

* - Force HTTPS functionality

* - Force HTTPS functionality

* - Force HTTPS functionality

* Update theme.php

* Update style.css

* Update index.php

* - Fix for rename of the pages and subpages inside menu
- Fix for forcing the HTTPS
- Added security settings cache file
- Fix for hiding the alerts
- Added setting for the "save changes popup"

* - Simple blog small fix

* Update theme.php

* Update style.css

* Update style.css

* Update theme.php

* Update version

* Update license

Co-authored-by: Slaven Stančič <[email protected]>