News Item: YourFirstPlugin v1.1 released
(Category: Plugins)
Posted by nlstart


YourFirstPlugin is not really a plugin, but a template that can be used by starting e107 plugin builders.

Several improvements for the 1.1 version:
* Altered Features:
- adjusted active checkbox to new category and change category
* Bugs Fixed:
- admin_categories_edit: adjusted storage of category interval into intval($tp->toDB($_POST['yourfirstplugin_test_integer'])).
It's good practice to do something like this when the value must be an integer and is coming from 'user input' to prevent possible SQL injection problems.
- admin_categories.php: changed language file approach from require_once into include_lan
- admin_config.php: changed language file approach from require_once into include_lan
- admin_config.php: changed storage of variables with right database parsers
- admin_menu.php: changed language file approach from require_once into include_lan
- admin_readme.php: changed language file approach from require_once into include_lan
- help.php: changed language file approach from require_once into include_lan
- plugin.php: changed language file approach from require_once into include_lan
* Minor Changes:
- comment text change in plugin.php
- made some small textual changes to the readme.txt

Download YourFirstPlugin v1.1.

Available language file: Dutch


This news item is from
( http://e107.webstartinternet.com/news.php?extend.8 )