Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Releases: bizley/yii2-podium

0.7 beta

15 Feb 19:54
Compare
Choose a tag to compare
0.7 beta Pre-release
Pre-release
  • Forum filters for new and edited posts showing proper lists.
  • Unread posts showing proper lists.
  • Fixed post preview on edit error.
  • Fixed bug when Podium can not run without external user component configured.
  • Internal redirects use module id instead fixed 'podium' name.
  • Admin role is properly assigned in case of inherited user identity.
  • Username is now required on registration and generated in case of inherited user identity.
  • Spanish translation added thanks to @XzAeRo

0.6 beta

29 Jan 13:36
Compare
Choose a tag to compare
0.6 beta Pre-release
Pre-release
  • Markdown editor can now be used instead of WYSIWYG editor. Editor is built based on Codemirror with Samdark's Codemirror buttons plugin. Markdown is parsed with Cebe's Markdown parser.
  • AccessRules are properly using configured RBAC component.
  • New parameters - accessChecker allows to set the Podium access type and denyCallback determines what to do in case access has been denied.
  • All DB index names are prefixed now with podium_ to avoid name collision (fresh installation only).
  • Options to change timezone and anonymous browsing have been moved to Forum Details so user does not have to provide password in order to change them.
  • Configuration values are properly returned in case of missing cache component.
  • Basic setup for Codeception tests has been prepared. Tests will be added continuously.

0.5 beta

26 Nov 20:53
Compare
Choose a tag to compare
0.5 beta Pre-release
Pre-release
  • Polls have been added - users can add poll when creating new thread,
  • Podium configuration is now more flexible,
  • Hardcoded podium module ID is removed,
  • Search mechanism has been fixed,
  • Post reporting mechanism has been fixed,
  • Promoting members to moderators has been fixed.

This version breaks BC but since it's beta you should see this coming already:

  • userComponent no longer takes own and inherit values,
  • rbacComponent no longer takes own and inherit values,
  • bizley\podium\Module has been renamed to bizley\podium\Podium.

Check Podium Wiki for the new configuration details.

0.4 beta

29 Oct 13:04
Compare
Choose a tag to compare
0.4 beta Pre-release
Pre-release
  • Installation's exception logs and missing uses in User class fixed (I know, I know, tests are coming).
  • Friends list is properly cached.
  • Thumbs up / down fixed.
  • Post reporting action by moderator goes to edit action now.
  • Slug class has been replaced by SluggableBehavior.
  • RSS feature has been removed.

0.3.1 beta

25 Oct 20:38
Compare
Choose a tag to compare
0.3.1 beta Pre-release
Pre-release

Podium update fix.

0.3 beta

25 Oct 19:57
Compare
Choose a tag to compare
0.3 beta Pre-release
Pre-release
  • Maintenance redirect corrected.
  • Information about new DB version for admin only.
  • Avatar widget used in every view with avatar.
  • Added URL image handler for Quill editor.
  • HTMLPurifier configuration for Quill corrected.
  • Yii2-bootstrap dependency added.
  • Thread visual improvements.

0.2 beta

18 Oct 19:59
Compare
Choose a tag to compare
0.2 beta Pre-release
Pre-release

0.2 is finally here.

  • Most parts are rewritten (not finished yet though).
  • Russian translation has been added thanks to @Katenkka (cheers again!).
  • Quill editor has been updated to 1.0.
  • Many fixes and tweaks.

0.1 beta

01 Jan 19:11
Compare
Choose a tag to compare
0.1 beta Pre-release
Pre-release

Beta is up!

Feel free to test it and report any issues and / or suggestions.