Releases for sf 1.4
| Version |
License |
API |
Released |
|
0.9.1beta
|
MIT license |
1.0.0beta
|
13/02/2012 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
0.9.1beta
|
MIT license |
1.0.0beta
|
13/02/2012 |
Changelog for release 0.9.1 - 13/02/2012
Other releases
Release 0.9.1 - 13/02/2012
sfNivoSliderPlugin
The sfNivoSliderPlugin is a symfony plugin that provides integration with
jQuery Nivo-Slider.
Installation
Install the plugin via the subversion repository by executing the following
command from the project root directory (branch 1.4 of the plugin works for
both 1.3 and 1.4 symfony versions):
$ svn co http://svn.symfony-project.com/plugins/sfNivoSliderPlugin/branches/1.4 plugins/sfNivoSliderPlugin
or by using the default symfony plugin install command:
$ ./symfony plugin:install sfNivoSliderPlugin
Usage
publish the plugin assets by running the following command:
$ ./symfony plugin:publish-assets
enable sfNivoSliderDemo module from the plugin in app/APP_NAME/config/setting.yml:
enabled_modules: [ sfNivoSliderDemo ]
include the demo component and put it your action template to get the slider working:
<?php include_component('sfNivoSliderDemo', 'demo') ?>
Notes
- preparing initial sfNivoSliderPlugin release used revision number 33333 ;)
Additional
- thanks for all comments, suggestions and bug reports, they help a lot! Feel
free to write me.