Coronium Core Plugin Update - v2.6.0

Hi,
 
The Coronium Core Corona Plugin has been updated and now requires a version key in the core.init initialization method depending on which version of Coronium Core server you are running.
 
This will not affect any live apps that are running with the previous version of the plugin, but will be required when deploying any application updates.
 
You can learn more about this change in the Initialization section of the documentation.
 

To make sure you have the most recent version of the plugin, you can place the following in your main.lua (or wherever you require the plugin):

print(core.VERSION)

The output should be:  2.6.0.

-dev