feindura 2.0 released
I finally made it to release feindura 2.0. Check out the demo here.
Its pretty easy, just download the feindura + demo site package and copy it to your local server to try!
For you guys who want to update from a previous version of feindura you have to consider some changes i made, and fix them in you web sites code when updating.
-
The createMenu() methods now return and
arrayinstead of astring, which gives you more flexibility when creating web sites. -
I moved the
/upload/folder inside the feindura folder, if it couldn't move it automatically, move it manually to the/cms/upload/folder. -
If you used Speaking URLs you have to delete your
.htaccessor remove the feindura speaking URLs code and activate it again in the admin settings. - There are some new methods to use now, like createSubMenu(), check out the docs for more.
- I removed almost all old parameters from the createMetaTag() method and add new ones.
- The image gallery plugin has changed, so if your still want to use the old image gallery, check if it changed your galleries to the "imageGalleryFromFolder" plugin.
-
I changed the plugin system, the
include.phpis now namedplugin.phpand you can now writeechoinside theplugin.phpand you don't have to return it anymore. - The listPagesByDate() and createMenuByDate() method has now a changed order of its parameters, please take a look at the docs.
-
Removed the
$breakafterparameter from all createMenu() methods. use nowarray('table',4)instead in the$menuTagparameter