Plugin Directory

Changeset 822965


Ignore:
Timestamp:
12/16/2013 08:56:51 AM (12 years ago)
Author:
wp-maverick
Message:

Tagged 0.9.7

Location:
wp-parallax-content-slider/tags/0.9.7
Files:
8 added
3 deleted
25 copied

Legend:

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

    r732771 r822965  
    55Tags: slider, parallax, animation, jquery, responsive
    66Requires at least: 3.0
    7 Tested up to: 3.5.2
     7Tested up to: 3.8
    88Stable tag: trunk
    99
     
    5252* Dutch (nl_NL): Marieke_Louise
    5353* German (de_DE): Jan Holthuis
     54* Spanish (es_ES): Germán Díaz de Rada
     55* Arabic (ar): Mohamed Kawsara
     56* Arabic Syria (ar_SY): Mohamed Kawsara
     57* Portuguese (pt_BR): Thiago Passamnai (Partial translation: 60%)
     58* Serbo-Croatian (sr_RS): [Borisa Djuraskovic](http://www.webhostinghub.com)
    5459* other languages (xx_XX): Translators needed ;) See the FAQ
    5560
     
    124129
    125130To see the current development version, come and have a look to the project [GitHub repository](https://github.com/jlethuau/wp-parallax-content-slider)
     131
     132= 0.9.7 =
     133* Bug fix: Blank page when user wanted to delete the plugin
     134* Added several new translation files: Arabic, Syrian, Portuguese, Serbo-croatian...
    126135
    127136= 0.9.6 =
  • wp-parallax-content-slider/tags/0.9.7/wp-parallax-content-slider.php

    r732771 r822965  
    66 * Author URI: http://jltweb.info/
    77 * Author: Julien Le Thuaut (MBA Multimedia)
    8  * Version: 0.9.6
     8 * Version: 0.9.7
    99 * Licence: GPLv2
    1010 *
     
    158158     */
    159159    public function uninstall( $network_wide ) {
     160        /*
    160161        // if uninstall not called from WordPress exit
    161162        if ( !defined( 'WP_UNINSTALL_PLUGIN' ) )
     
    164165        // Clean options in the database
    165166        delete_option( 'prlx_slider_settings' );
     167        */
    166168
    167169    } // end uninstall
Note: See TracChangeset for help on using the changeset viewer.