=== Wordpress RPG === Contributors: uaktags (Tim G) Donate link: 1DrLT7ALsMZuGSW799XQfXUcUA5bGATUU3 (bitcoin) | timgarrity89@gmail.com (paypal) Tags: rpg, wpRPG, Role Playing Game, games, ezRPG Requires at least: 3.6 Tested up to: 3.8 Stable tag: 0.10.9 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Modular Role-Playing-Game engine built ontop of WordPress == Description == Inspired by the ezRPG Engine (www.ezrpgproject.net), Wordpress RPG (WP-RPG) looks to add RPG game elements to be built off of Wordpress as it's framework. While this is an early Alpha release, the ultimate goal is to allow developers build plugins that will expand WP-RPG to add more features. Other plugins, using hooks/actions, can then tap into WP-RPG and add RPG elements to their offerings. Now Wordpress visitors have something to keep themselves occupied, build a game along side a popular blog, add game elements to your Multisite and build an MMORPG structure. Build your own game, on your very popular and easy to use Wordpress Site. == Changelog == ### 1.0.0 - Fixes to make wordpress compliant. - Created other modules to extend on wpRPG. - First version to be Wordpress approved for the Repo. ### 0.7 - 0.10.9 - Combined the Profile, Hospital, and Members function into the core wpRPG plugin file. - Removed github sync to comply with wordpress repo requirements. - Added multisite compatiability with db calls. - Added a race usermeta during signups. Races have different bonuses which will be expanded on with the Attack module - Created a default profile look and feel. - Numerous other changes. ### 0.6 - Added Filters for the admin pages. - Filters are being used to allow other plugins to hook in. - More Filters and Actions to come. ### 0.2 - 0.5 - Fixes to update script - Fixed errors being found on select systems - Fixed Activation issues ### 0.1 - Most Formatting fixes - Connected to private repo for updates - Removed GitHub updater until its fixed - Added Tab Options panel ### 0.0.8 - Fixed activation issue due to out of scope function call. ### 0.0.5-0.0.7 = - Wrapped WPRPG inside a Class. - Removed most external includes. - Created an external Uninstall script due to concerns uninstall wasn't always running (bug). - Removed Attack functions for separate module. ### 0.0.4 = - Fixed a plugin activation issue. ### 0.0.3 = - Added a basic cron system. Works off of 30minute intervals, does calculations when scheduled crons haven't been ran. - Added a replenish hp function. Every 30minutes you get 1 HP. ### 0.0.2 = - Updated the Battle system - Battle system results work ### 0.0.1 = - Initial Revision