AnsPress 4.1.2 is released with some exciting features and bug fixes.
We are thinking of improving the email notifications and adding push notifications but we needed an activity feed for that. So we have re-added activity feed which was removed from core because of performance issue. Now you can show activity feeds without sacrificing the site performance. At the moment, the activities given below are shown and more are coming soon.
- New question
- Edit question
- New answer
- Edit answer
- New comment.
- Edit comment.
- Post status transitions.
- Question featured.
- Question closed.
- Answer selected.
- Answer unselected.
From now on activities will not be stored in the ap_qameta table. In previous version of AnsPress, activity are stored in ap_qameta table as a serialized string and it was hard to search.
A modern and nice looking design was added for activities page. Screenshot of feed can be found below in screenshot section.
A new add-on was added to AnsPress for syntax highlighting. It will add a new button in the visual editor to add inline and block code. This add on uses a popular JS library for highlighting codes, visit project homepage for more information: SyntaxHighlighter.
In previous version of AnsPress we moved comments to the model but due to request from the community we are now showing comments below every posts. Numbers of comments to show can be defined in AnsPress.
Rest of bug fixes and commits can be seen below.
Release details
Source
Download source code.
You can also get it using composer
or git clone
.
Screenshot
New or improved features screenshot.
Functions
New functions introduced in this release.
Hooks
New actions and filters introduced in this release.
Commits
Total 37 Commits
- Fixed: user page title
- Load single question template if exists
- Fixed: user page url wont work if user have set nicename
- Fixed: User pages shows content even if 404. Use user nicename for user link
- Fixed: User main page 404 related issue
- Fixed: redirect main profile page to current user profile
- Added activity
- View 30 more
Files
Total 9194 changes
- + 24 - 3activate.php
- + 74 - 5addons/free/avatar.php
- + 22 - 3addons/free/notification.php
- + 39 - 19addons/free/profile.php
- + 1 - 1addons/free/recaptcha.php
- + 1 - 0addons/free/reputation.php
- + 226 - 0addons/free/syntaxhighlighter.php
- View 99 more
In this release, a bug! Do not upgrade!
Can you be more specific? What is the bug?