Plugin Directory

Changeset 685846


Ignore:
Timestamp:
03/22/2013 06:32:05 PM (13 years ago)
Author:
wp-maverick
Message:

v0.9.3 release

Location:
wp-parallax-content-slider/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-parallax-content-slider/trunk/README.txt

    r681517 r685846  
    66Requires at least: 3.0
    77Tested up to: 3.5.1
    8 Stable tag: 0.9.2
     8Stable tag: 0.9.3
    99
    1010A customizable JQuery content slider with CSS3 animations and parallax effects.
     
    108108
    109109= 0.9.3 =
     110
     111Please don't forgive to backup your customized files and styles before doing an automatic update!
     112
    110113* New translations (Georgian and Russian) thanks to Temur Danelia
    111114* New parameter: Choose to display content or excerpt (Warning: displaying full content will certainly cause CSS bugs you'll have to fix yourself)
    112115* Database optimization: Settings are added in the DB into an array instead of many fields (Old settings will be retrieved before deletion)
    113116* WPML support: Fixed post queries to improve WPML support
     117
     118Notice: This would be the last release before a great code refactoring! V1.0 should really rocks ;)
    114119
    115120= 0.9.2 =
  • wp-parallax-content-slider/trunk/wp-parallax-content-slider.php

    r681517 r685846  
    55 * Description: A customizable JQuery content slider with CSS3 animations and parallax effects
    66 * Author URI: http://jltweb.info/
    7  * Author: Julien Le Thuaut
     7 * Author: Julien Le Thuaut (MBA Multimedia)
    88 * Version: 0.9.3
    99 * Licence: GPLv2
     
    3131        register_activation_hook( __FILE__, array( $this, 'activate' ) );
    3232        //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' ) );
    3434       
    3535        // Parallax slider plugin specific actions
Note: See TracChangeset for help on using the changeset viewer.