• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

XenWord 3.0.0.06 Alpha Release

LPH

Flight Director
Flight Instructor
Version 3.0.0.06 is now available for download.

This is alpha code. Do NOT use on a live production site. Please test in a development environment first. Some of the code has less than a few hours of testing.

There are numerous changes to files. Do not update by copying over a directory. It is important to log out of XenForo when the plugin is not activated. If you receive a 500 error then simply go to XenForo and logout.

The XenWord panel is a complete rewrite; there is also new code to modify the database, and the plugin now includes two new CSS files.

Code:
Bug Fix: Fixed activate() error, new mysql code, class-xenword-activator.php
Bug Fix: Fixed constructor in class-xenword-deactivator.php
Changed class-xenword-thread-creation.php: cleaned up repeated statements in the switch statements .
Changed class-xenword-activator.php: added WP_Session_Tokens::destroy_all()
Changed class-xenword-avatars.php: added class Avatars, added switch for WordPress version 
Changed class-xenword-admin-notices.php: public function changed to public static functions 
Changed class-xenword-action-links.php: added XenWord_Action_Links class, fixed $basename path to main file, added protected $plugin_slug 
Changed /XenForo/index.php: added methods get_plugin_slug() and get_instance()
Changed class-xenword-login-xfusers.php: wrapped conditional to check $user_id is not zero 
New XenWord Panel built with arguments from Redux Framework
New XenWord option: Multisite Settings 
New files: class-xenword-stylesheets.php, xenword-public.css, xenword-admin.css
Removed xenword.css
Renamed files: class-xenword-users-data.php, class-xenword-users-roles.php, class-xenword-users-admin.php

Thank you all for the kind consideration for using XenWord and providing valuable feedback.

As of last night there is a new staff member looking at the code. His contributions should start appearing in future versions of the plugin.
 
Top