Skip to content

Releases: WoW-CMS/BlizzCMS

v1.2.0

06 Nov 14:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.0

22 Oct 03:24
Compare
Choose a tag to compare

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

30 Sep 16:18
a1adfc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.8-Patch1...v1.0.8-Stable

v1.0.8 - RC 1

21 Sep 13:12
3c9f6ec
Compare
Choose a tag to compare
v1.0.8 - RC 1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.8...v1.0.8-Patch1

v1.0.8

21 Sep 13:12
9712c0b
Compare
Choose a tag to compare
v1.0.8 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.7.9...v1.0.8

v1.0.7.9

21 Sep 13:11
b833663
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7.8...v1.0.7.9

Little fixes of new commits

22 Apr 18:42
eaa2f0c
Compare
Choose a tag to compare
Update unix timestamp (#46)

Update to the Unix Timestamp to display human-readable dates/times

Ticket module + Bugfix

13 Mar 16:08
e35a783
Compare
Choose a tag to compare

New ticket module by Tyrael and a little bugfixes

1.0.7.6 | Forums Module

14 Jul 17:05
Compare
Choose a tag to compare

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() to authType()
  • 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

21 May 19:28
Compare
Choose a tag to compare

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)