Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Version 4.6.3

Information

  • Release Date: December 21, 2018
  • Best Compatibility: phpFox >= 4.6.1

Improvements

  • Support utf8_mb4.

  • Show actual statistics on the Detail page

  • Add limit when getting announcements.

Fix bugs

  • Show error when adding a reply.

  • Cross-site scripting.

Changed Files

M Controller/ForumController.php
M Install.php
A Installation/Version/v463.php
M Service/Post/Post.php
M Service/Thread/Thread.php
M assets/main.less
M installer.php
M views/block/forum.html.php
M views/block/thread-entry.html.php
M views/block/thread-rows.html.php

Version 4.6.2

Information

  • Release Date: Oct 19, 2018
  • Best Compatibility: phpFox >= 4.6.0

Improvements

  • Improve performance.
  • Add a new setting to disallow/allow app to post on Main feed when adding new item. (default is allow).

Fix bugs

  • Forum tags (trending) don't get removed after deleting a thread.
  • Response ajax link wrong when un-sponsor.

Changed Files

M Ajax/Ajax.php
M Block/ReplyBlock.php
M Block/SponsoredBlock.php
M Controller/Admin/AddController.php

Version 4.6.1

Information

  • Release Date: Aug 23, 2018
  • Best Compatibility: phpFox >= 4.6.0

...

  • Inserted photo be crossed

Changed Files

M Ajax/Ajax.php
M Block/ReplyBlock.php
M Block/SponsoredBlock.php
M Controller/Admin/AddController.php
M Controller/Admin/DeleteController.php
M Controller/ForumController.php
M Controller/PostController.php
M Controller/ThreadController.php
M Install.php
M README.md
M Service/Callback.php
M Service/Forum.php
M Service/Process.php
M Service/Thread/Process.php
M Service/Thread/Thread.php
M assets/autoload.js
D assets/autoload.less
M assets/main.less
M change-log.md
M phrase.json
M views/block/entry.html.php
M views/block/forum.html.php
M views/block/post.html.php
M views/block/recent-post.html.php
M views/block/reply.html.php
M views/block/search.html.php
M views/block/sponsored.html.php
M views/block/thread-detail.html.php
M views/block/thread-entry.html.php
M views/controller/admincp/index.html.php
M views/controller/thread.html.php

Version 4.6.0

Information

  • Release Date: January 09, 2018
  • Best Compatibility: phpFox >= 4.6.0

Improvements

  • Allow admin can view and approve/deny pending posts in thread detail page.
  • Support both of topic and hashtag.
  • Hide Reply button and thread tools in closed threads detail pages.
  • Users can select actions of thread/post on listing page same as on thread detail page.
  • Support AddThis in thread detail page.
  • Support 3 styles for paginations.
  • Validate all settings, user group settings, and block settings.

...