Plugin Directory

Changeset 1379123


Ignore:
Timestamp:
03/26/2016 12:51:35 AM (10 years ago)
Author:
freeben
Message:

version 1.1

Location:
hype-animations
Files:
16 added
3 edited

Legend:

Unmodified
Added
Removed
  • hype-animations/tags/1.0/readme.txt

    r1378412 r1379123  
    1818* **Français** : Insérez facilement vos animations Hype sur votre site Wordpress. Si vous rencontrez un soucis, vous pouvez <a href="http://www.eralion.com/contactez-nous/" target="_blank">nous contacter</a>.
    1919
    20 Hype software is edited by <a href="http://tumult.com/hype/" target="_blank">Tumult</a>.
     20Hype software is edited by <a href="http://tumult.com" target="_blank">Tumult &copy;</a>, you can get and buy it <a href="http://tumult.com/hype/" target="_blank">here</a>.
    2121
    2222
  • hype-animations/trunk/hypeanimations.php

    r1378337 r1379123  
    66Text Domain: hypeanimations
    77Domain Path: /languages
    8 Version: 1.0
     8Version: 1.1
    99*/
    1010#---------------------------------------------------------------------------#
    1111defined( 'ABSPATH' );
    12 $version='1.0';
     12$version='1.1';
    1313add_action( 'plugins_loaded', 'hypeanimations_init' );
    1414function hypeanimations_init()
     
    7676    }
    7777    echo '<br><h1>Hype Animations (version '.$version.')</h1>
    78     <img src="'.plugins_url( '/eralion.png', __FILE__ ).'" class="eralogo">
     78    <!--<img src="'.plugins_url( '/eralion.png', __FILE__ ).'" class="eralogo">-->
    7979    <p>&nbsp;</p>
    8080    <div class="eraabout"><h2>'.__( 'About' , 'hypeanimations' ).' <a href="http://www.eralion.com" target="_blank" class="eralink">ERALION.com</a></h2><div class="hypeanimbloc">'.__( 'If you have any problem with this plugin, you can' , 'hypeanimations' ).' <a href="http://www.eralion.com/contactez-nous/" target="_blank">'.__( 'contact us' , 'hypeanimations' ).'</a>.<br>'.__( 'We can also create customs plugins and others web services.' , 'hypeanimations' ).'</div></div>
     
    9999            for ($i=0;isset($files[$i]);$i++) {
    100100                if (preg_match('~.html~',$files[$i])) {
    101                     $actfile=explode('.',$files[$i]);
     101                    $actfile=explode('.html',$files[$i]);
    102102                    $maxid = $wpdb->get_var("SELECT id FROM ".$table_name." ORDER BY id DESC LIMIT 1");
    103103                    if ($maxid>0) {
  • hype-animations/trunk/readme.txt

    r1378422 r1379123  
    1818* **Français** : Insérez facilement vos animations Hype sur votre site Wordpress. Si vous rencontrez un soucis, vous pouvez <a href="http://www.eralion.com/contactez-nous/" target="_blank">nous contacter</a>.
    1919
    20 Hype software is edited by <a href="http://tumult.com" target="_blank">Tumult &copy;</a>, you can get and buy <a href="http://tumult.com/hype/" target="_blank">here</a>.
     20Hype software is edited by <a href="http://tumult.com" target="_blank">Tumult &copy;</a>, you can get and buy it <a href="http://tumult.com/hype/" target="_blank">here</a>.
    2121
    2222
     
    4646== Changelog ==
    4747
     48= 1.1 =
     49* Now deletes database and uploaded files on uninstall.
     50* **BUG FIX** Files with . caracter in filename works now.
     51
    4852= 1.0 =
    49 First public distribution version.
     53* First public distribution version.
Note: See TracChangeset for help on using the changeset viewer.