=== RedFruits: PHP API for wordpress development === Contributors: thecartpress team Donate link: Tags: API, form, development, plugins, widget Requires at least: 3.0 Tested up to: 3.0.3 Stable tag: 1.1 *Redfruits* is a PHP API for wordpress plugin development. I's a Wordpress plugin that allow Wordpress developers forget the HTML code. == Description == *Redfruits* is a PHP API for wordpress plugin development. It allows developers to create plugins for wordpress and not to write any HTML code. It's Object Oriented and it's used by many plugins, for example: TheCartPress and the TCPress Taxonomy trees. Visit http://redfruits.wordpress.com to find info about this powerful plugin or http://thecartpress.com. It 's an e-commerce plugin written using RedFruits. == Installation == 1. Upload `RedFruits` to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == = Why was this plugin created? = When a developer has to write a wordpress form, need to know the html and css used by wordpress. With Redfruits, the developers only have to write PHP code, and the Redfruits' renders objects create the HTML code. == How do I set it up? == Copy and Activate it. == Screenshots == == Changelog == **Version 1.1** * ADLabel is now a Container. * ADSimpleRender has been cleaned and updated * ADContainer now allows to add an array of components * ADUList new function addContainer * Fix containers' bugs **Version 1.0** * Plugin launch * ADContainer new insert function