Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Addictive Community v0.9.0

Compare
Choose a tag to compare
@brunnopleffken brunnopleffken released this 15 Mar 19:28
· 381 commits to master since this release

Added

  • Set automatic thread opening/lock date and time.

Fixes

  • Addictive Community is now PHP 7 compatible (retaining the PHP 5.3+ support);
  • Members were able to post in locked threads;
  • Unable to delete multiple private messages (#61, thanks to @xQuByte);
  • Disable 'Obsolete Thread' feature not working (#62).

Changed

  • Error() controller renamed to Failure(): Since PHP 7 class name "Error" is predefined and used internally;
  • Kernel module String renamed to Text due to new reserved words in PHP 7;
  • Some table fields renamed to follow the separate_by_underscores_pattern.