Tux Reports Network

XenForo 1

XenWord 3.0.0.02 Released To Developers

2,099 views

XenWord 3.0.0.02 is now available for download. This release rearranges the directory structure, includes a new metabox extension, adds custom excerpt size, and includes a comments_per_page option. The XenWord class now has two new methods for developers.

Changelog

( 85 ) Alpha Release 3.0.0.02
New directory structure
New metabox extension loaded
Thread creation switch metabox – not functioning yet
PHP and WP Version Checks – PHP 5.3 Required
Bug Fix: loading xenword.css

( 84 ) Alpha Release 3.0.0.01 – branched from 2.5.1.05
This is the first release of Jefferson
Wrap Xenword_Activator in conditional to avoid loading on front-end of WP site.
Wrap $fileDir in conditional
Added custom excerpt size to class-xenword-thread-creation.php
Added comments_per_page option in XenWord panel.
Added getVisitor and getBoardUrl to class XenWord

This version needs to be heavily tested. The thread creation switch does not function yet. Otherwise the code appears to be functioning.

I started to build phpunit tests on another test machine. This might help chase down any currently known or hidden bugs. Please feel free to build tests on your local environments then share them with other developers. Maybe we can build a suite of tests.

No ratings yet
Related articles
8 Comments
Oldest
Newest Most Voted
Scharesoft
10 years ago

Thanks for the new version 🙂 I’ve installed it directly on my developement wordpress.

Pascal
10 years ago

Is the 3.0.0.02 version on this site?

Admin
10 years ago

Had to look up PHPUnit to install. These are nice instructions.

https://pippinsplugins.com/unit-tests-wordpress-plugins-setting-up-testing-suite/

Changes:
Mac doesn’t have wget. This is a nice guide.
http://coolestguidesontheplanet.com/install-and-configure-wget-on-os-x/

WP-CLI for MAMP users will need to modify bash_profile for PHP versions
http://stackoverflow.com/questions/4145667/how-to-override-the-path-of-php-to-use-the-mamp-path/10653443#10653443

Admin
10 years ago

Is the 3.0.0.02 version on this site?

A modified version is on this site. was playing with wp_set_auth_cookie. This has been an issue since WP 4.0 was released. Apparently the hmac in the $cookie_elements do not match for logged_in and wordpress_

This keeps the cache from not working properly.

ReneS
10 years ago

Hello,

when come the version for the normal licens holder?

Admin
10 years ago

when come the version for the normal licens holder?

There is much work to do on the basic structure before this could be released. I believe the xenforo folder is going to need the WP blog posting list functioning on the XF side before the 3.x is released. This would require setting up an admin panel on the XF side….

ReneS
10 years ago

okay, thank you

Scharesoft
11 years ago

Thanks for the new version 🙂 I’ve installed it directly on my developement wordpress.

Pascal
11 years ago

Is the 3.0.0.02 version on this site?

Admin
11 years ago

Had to look up PHPUnit to install. These are nice instructions.

https://pippinsplugins.com/unit-tests-wordpress-plugins-setting-up-testing-suite/

Changes:
Mac doesn’t have wget. This is a nice guide.
http://coolestguidesontheplanet.com/install-and-configure-wget-on-os-x/

WP-CLI for MAMP users will need to modify bash_profile for PHP versions
http://stackoverflow.com/questions/4145667/how-to-override-the-path-of-php-to-use-the-mamp-path/10653443#10653443

Admin
11 years ago

Is the 3.0.0.02 version on this site?

A modified version is on this site. was playing with wp_set_auth_cookie. This has been an issue since WP 4.0 was released. Apparently the hmac in the $cookie_elements do not match for logged_in and wordpress_

This keeps the cache from not working properly.

ReneS
10 years ago

Hello,

when come the version for the normal licens holder?

Admin
10 years ago

when come the version for the normal licens holder?

There is much work to do on the basic structure before this could be released. I believe the xenforo folder is going to need the WP blog posting list functioning on the XF side before the 3.x is released. This would require setting up an admin panel on the XF side….

ReneS
10 years ago

okay, thank you

Back
Top