Changeset 1379123
- Timestamp:
- 03/26/2016 12:51:35 AM (10 years ago)
- Location:
- hype-animations
- Files:
-
- 16 added
- 3 edited
-
tags/1.0/readme.txt (modified) (1 diff)
-
tags/1.1 (added)
-
tags/1.1/css (added)
-
tags/1.1/css/hypanimations.css (added)
-
tags/1.1/css/jquery-ui.css (added)
-
tags/1.1/css/jquery.dataTables.min.css (added)
-
tags/1.1/eralion.png (added)
-
tags/1.1/hypeanimations.php (added)
-
tags/1.1/js (added)
-
tags/1.1/js/jquery.dataTables.min.js (added)
-
tags/1.1/languages (added)
-
tags/1.1/languages/hypeanimations-fr_FR.mo (added)
-
tags/1.1/languages/hypeanimations-fr_FR.po (added)
-
tags/1.1/languages/hypeanimations.pot (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/uninstall.php (added)
-
trunk/hypeanimations.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/uninstall.php (added)
Legend:
- Unmodified
- Added
- Removed
-
hype-animations/tags/1.0/readme.txt
r1378412 r1379123 18 18 * **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>. 19 19 20 Hype software is edited by <a href="http://tumult.com /hype/" target="_blank">Tumult</a>.20 Hype software is edited by <a href="http://tumult.com" target="_blank">Tumult ©</a>, you can get and buy it <a href="http://tumult.com/hype/" target="_blank">here</a>. 21 21 22 22 -
hype-animations/trunk/hypeanimations.php
r1378337 r1379123 6 6 Text Domain: hypeanimations 7 7 Domain Path: /languages 8 Version: 1. 08 Version: 1.1 9 9 */ 10 10 #---------------------------------------------------------------------------# 11 11 defined( 'ABSPATH' ); 12 $version='1. 0';12 $version='1.1'; 13 13 add_action( 'plugins_loaded', 'hypeanimations_init' ); 14 14 function hypeanimations_init() … … 76 76 } 77 77 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">--> 79 79 <p> </p> 80 80 <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> … … 99 99 for ($i=0;isset($files[$i]);$i++) { 100 100 if (preg_match('~.html~',$files[$i])) { 101 $actfile=explode('. ',$files[$i]);101 $actfile=explode('.html',$files[$i]); 102 102 $maxid = $wpdb->get_var("SELECT id FROM ".$table_name." ORDER BY id DESC LIMIT 1"); 103 103 if ($maxid>0) { -
hype-animations/trunk/readme.txt
r1378422 r1379123 18 18 * **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>. 19 19 20 Hype software is edited by <a href="http://tumult.com" target="_blank">Tumult ©</a>, you can get and buy <a href="http://tumult.com/hype/" target="_blank">here</a>.20 Hype software is edited by <a href="http://tumult.com" target="_blank">Tumult ©</a>, you can get and buy it <a href="http://tumult.com/hype/" target="_blank">here</a>. 21 21 22 22 … … 46 46 == Changelog == 47 47 48 = 1.1 = 49 * Now deletes database and uploaded files on uninstall. 50 * **BUG FIX** Files with . caracter in filename works now. 51 48 52 = 1.0 = 49 First public distribution version.53 * First public distribution version.
Note: See TracChangeset
for help on using the changeset viewer.