AskBug 3.0.11

Few minor fixes done in notification dropdown.

AskBug 3.0.10

Releasing new version with some minor fixes in customizer. Updated some config and docs to make it work with new doc parser in our site anspress.io.

AnsPress 4.0.6

Releasing a new version after a laps of almost 2 months. In this release we have fixed lots of code comments to improve our documentation. We were working on an automated PHPDoc parser. This will reduce many manual tasks and keep our documentation updated.

Improved upgrade script. Now upgrade AnsPress 3.x data to 4.x using WP_CLI command. Try wp cli anspress upgrade command for smoothly upgrading AnsPress without loosing any previous version data. This is the beginning of WP_CLI integration and more commands will added in near future.

AnsPress shortcode

This post was moved to: Which shortcodes are available in AnsPress?    

AnsPress 3.0 Changelog

We are very happy to announce that AnsPress 3.0 is stable and released to WordPress plugin repository. All extensions and themes are updated as well. Download from GitHub: AnsPress 3.0 .

Change default AnsPress user page

Below code will change default user page as about page instead of activity feed.

Whats new in AnsPress 3.0

Everyone is eagerly waiting for AnsPress 3.0 release. We did many core improvements and bug fixes in this version. Most of the bugs are fixed and we are very close to release AnsPress 3.0. I will talk about few major updates of AnsPress here.

Add Syntax Highlighter in AnsPress

By default AnsPress sanitize and preserve code in question and answer, but code button and syntax highlighter is not there by default. To get this enabled you have to follow below steps.

Add custom field in AnsPress ask form

AnsPress form and fields are customizable and can be easily overridden. I have written a sample gist to illustrate. This code was written for 3.0.0-alpha.1, it can be downloaded from here: AnsPress Github repo

Remove flag link from anspress question and answer

If your site is private or for any reason there is no use of flag functionality then you can add below code to you theme function.php to remove flag link. Also, if you are using our theme then make sure to create a child theme and paste this code in child-theme function.php.