Changeset 685846
- Timestamp:
- 03/22/2013 06:32:05 PM (13 years ago)
- Location:
- wp-parallax-content-slider/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
wp-parallax-content-slider.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-parallax-content-slider/trunk/README.txt
r681517 r685846 6 6 Requires at least: 3.0 7 7 Tested up to: 3.5.1 8 Stable tag: 0.9. 28 Stable tag: 0.9.3 9 9 10 10 A customizable JQuery content slider with CSS3 animations and parallax effects. … … 108 108 109 109 = 0.9.3 = 110 111 Please don't forgive to backup your customized files and styles before doing an automatic update! 112 110 113 * New translations (Georgian and Russian) thanks to Temur Danelia 111 114 * New parameter: Choose to display content or excerpt (Warning: displaying full content will certainly cause CSS bugs you'll have to fix yourself) 112 115 * Database optimization: Settings are added in the DB into an array instead of many fields (Old settings will be retrieved before deletion) 113 116 * WPML support: Fixed post queries to improve WPML support 117 118 Notice: This would be the last release before a great code refactoring! V1.0 should really rocks ;) 114 119 115 120 = 0.9.2 = -
wp-parallax-content-slider/trunk/wp-parallax-content-slider.php
r681517 r685846 5 5 * Description: A customizable JQuery content slider with CSS3 animations and parallax effects 6 6 * Author URI: http://jltweb.info/ 7 * Author: Julien Le Thuaut 7 * Author: Julien Le Thuaut (MBA Multimedia) 8 8 * Version: 0.9.3 9 9 * Licence: GPLv2 … … 31 31 register_activation_hook( __FILE__, array( $this, 'activate' ) ); 32 32 //register_deactivation_hook( __FILE__, array( $this, 'uninstall' ) ); // TODO: Doing this on deactivation should require an extra parameter (user choice) 33 //register_uninstall_hook( __FILE__, array( $this, 'uninstall' ) );33 register_uninstall_hook( __FILE__, array( $this, 'uninstall' ) ); 34 34 35 35 // Parallax slider plugin specific actions
Note: See TracChangeset
for help on using the changeset viewer.