Releases: WoW-CMS/BlizzCMS
Releases · WoW-CMS/BlizzCMS
v1.2.0
What's Changed
- Integrate update by @sayghteight in 041c103
- Update version Codeigniter 3.0.11 to 3.0.13 by @sayghteight in bc6a1e2
- Fixed a error with PHP8 in migrations by @sayghteight in bc6a1e2
- Update User_Agents config by @sayghteight in bc6a1e2
- Fix a typo error in Forums and logs by @sayghteight in bc6a1e2
- Fix/ Deprecated wowmodule function in Vote System by @sayghteight in 09ea04e
Full Changelog: v1.1.1...v1.2.0
v1.1.0
v1.1.0 - Changelog
- Merge branch 'dev' of https://github.com/WoW-CMS/BlizzCMS into dev
- Merge pull request #91 from WoW-CMS/hotfix/_php8_compatibility
- Fix; Update PHP Compatibility to Loaded Third Party
- Fix: Update support controller to PHP 8
- BumpVersion Created
- Version bump to 1.2.0
- Version bump to 1.1.0
- Added VERSION and CHANGES files, Version bump to v0.1.0
- Merge pull request #89 from WoW-CMS/fix_show_currency_symbol
- Merge branch 'fix_show_currency_symbol' into dev
- Update .gitignore
- Fix: Added the option to change the currency symbol that had disappeared
- Init work in fix
- Update dependabot.yml
- Activate Dependabot
- chore: Update version
- Merge pull request #82 from WoW-CMS/69-bug-report-pvp-module-error
- chore: Update docs and more cleans
- Merge pull request #81 from WoW-CMS/69-bug-report-pvp-module-error
- chore: Clean code general
- Merge pull request #80 from WoW-CMS/77-question-update-the-discord-url-on-the-website
- chore: Update discord URL
- Merge pull request #79 from WoW-CMS/71-bug-report-recaptcha-mail-verification-not-working-getting-bombed
- Merge branch '71-bug-report-recaptcha-mail-verification-not-working-getting-bombed' of https://github.com/WoW-CMS/BlizzCMS into 71-bug-report-recaptcha-mail-verification-not-working-getting-bombed
- chore: Update recaptcha security
- Merge pull request #78 from WoW-CMS/71-bug-report-recaptcha-mail-verification-not-working-getting-bombed
- Update blizzcms.php
- chore: Update recaptcha v3
- chore: Update security V3
- Merge pull request #76 from WoW-CMS/71-bug-report-recaptcha-mail-verification-not-working-getting-bombed
- chore: Fixed error sintax
Full Changelog: v0.1.0...v1.1.0
v1.0.8 - Stable rev
What's Changed
- 71 bug report recaptcha mail verification not working getting bombed by @sayghteight in #78
- 71 bug report recaptcha mail verification not working getting bombed by @sayghteight in #79
- chore: Update discord URL by @sayghteight in #80
- chore: Clean code general by @sayghteight in #81
- chore: Update docs and more cleans by @sayghteight in #82
Full Changelog: v1.0.8-Patch1...v1.0.8-Stable
v1.0.8 - RC 1
What's Changed
- chore: Fixed error sintax by @sayghteight in #76
Full Changelog: v1.0.8...v1.0.8-Patch1
v1.0.8
What's Changed
- chore: Added Vulpera to core by @sayghteight in #73
- chore: Update PHP Support by @sayghteight in #75
Full Changelog: v1.0.7.9...v1.0.8
v1.0.7.9
Little fixes of new commits
Update unix timestamp (#46) Update to the Unix Timestamp to display human-readable dates/times
Ticket module + Bugfix
New ticket module by Tyrael and a little bugfixes
1.0.7.6 | Forums Module
Changes
- Rewritten getCategory() function .
- Added getCountTopics() function.
- Remove function
getCountPostAuthor()
- Remove function
getCountPostCategory()
- Remove function
getCountPostGeneral()
- Added getCountReplies() function.
- Remove function
getCountPostReplies()
- Change function
getLastPosts()
- Remove function
getLastPostCategory()
- Added
getLastReplies()
- Remove function
getLastRepliesCount()
- Change function
getType()
toauthType()
- Added getForumRow() function.
- Added getTopicRow() function.
- Remove all functions for get the row specify
And more changes ...
What's Changed
Full Changelog: v1.0.7.5...v1.0.7.6
1.0.7.5 | Refactor Code
1.0.7.5 | BlizzCMS
In this version we have focused on refactoring various parts of the old code, and updating the standards .
How we have also worked on checking compatibility with PHP8 and adjusting that compatibility, so we will have news soon.
1.0.7.5 | Removed
- Removed License system (commit : 6d25e1d )
1.0.7.5 | Updated
- Fixed a typographical error that caused the login system to not work correctly with those emulators that used the old encryption. (Commit: 52c3b36)
- Updated Vendors (Commit: 87863be)
- Updated Bugtracker (Commit: 5318d23)
- Updated Arrays to New Standards (Commit: 1259cff)
- Updated usersModel to indentation tabs + standards arrays (Commit: e67f02d)
- Updated usersController to indentation tabs + standards arrays (Commit: 3795e91)