Changeset 220991
- Timestamp:
- 03/23/2010 05:48:10 PM (16 years ago)
- Location:
- wp-smart-image-ii
- Files:
-
- 50 added
- 2 edited
-
tags/0.1.4 (added)
-
tags/0.1.4/css (added)
-
tags/0.1.4/css/estilos.css (added)
-
tags/0.1.4/css/ie.css (added)
-
tags/0.1.4/img (added)
-
tags/0.1.4/img/noimg-big.jpg (added)
-
tags/0.1.4/img/noimg-full.jpg (added)
-
tags/0.1.4/img/noimg-med.jpg (added)
-
tags/0.1.4/img/noimg-mini.jpg (added)
-
tags/0.1.4/img/wpsi-fondo-fieldset.gif (added)
-
tags/0.1.4/img/wpsi-logo.jpg (added)
-
tags/0.1.4/js (added)
-
tags/0.1.4/js/tabcontent.js (added)
-
tags/0.1.4/readme.txt (added)
-
tags/0.1.4/screenshot-1.png (added)
-
tags/0.1.4/screenshot-2.png (added)
-
tags/0.1.4/screenshot-3.png (added)
-
tags/0.1.4/screenshot-4.png (added)
-
tags/0.1.4/screenshot-5.png (added)
-
tags/0.1.4/screenshot-6.png (added)
-
tags/0.1.4/wp-smart-image-es_ES.mo (added)
-
tags/0.1.4/wp-smart-image-es_ES.po (added)
-
tags/0.1.4/wp-smart-image.php (added)
-
tags/0.1.4/wp-smart-image.pot (added)
-
tags/0.1.4/wpsi-config.php (added)
-
tags/0.1.5 (added)
-
tags/0.1.5/css (added)
-
tags/0.1.5/css/estilos.css (added)
-
tags/0.1.5/css/ie.css (added)
-
tags/0.1.5/img (added)
-
tags/0.1.5/img/noimg-big.jpg (added)
-
tags/0.1.5/img/noimg-full.jpg (added)
-
tags/0.1.5/img/noimg-med.jpg (added)
-
tags/0.1.5/img/noimg-mini.jpg (added)
-
tags/0.1.5/img/wpsi-fondo-fieldset.gif (added)
-
tags/0.1.5/img/wpsi-logo.jpg (added)
-
tags/0.1.5/js (added)
-
tags/0.1.5/js/tabcontent.js (added)
-
tags/0.1.5/readme.txt (added)
-
tags/0.1.5/screenshot-1.png (added)
-
tags/0.1.5/screenshot-2.png (added)
-
tags/0.1.5/screenshot-3.png (added)
-
tags/0.1.5/screenshot-4.png (added)
-
tags/0.1.5/screenshot-5.png (added)
-
tags/0.1.5/screenshot-6.png (added)
-
tags/0.1.5/wp-smart-image-es_ES.mo (added)
-
tags/0.1.5/wp-smart-image-es_ES.po (added)
-
tags/0.1.5/wp-smart-image.php (added)
-
tags/0.1.5/wp-smart-image.pot (added)
-
tags/0.1.5/wpsi-config.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-smart-image.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-smart-image-ii/trunk/readme.txt
r199510 r220991 4 4 Donate link: http://www.darioferrer.com 5 5 Requires at least: 2.8 6 Tested up to: 2.9. 17 Stable tag: 0.1. 46 Tested up to: 2.9.2 7 Stable tag: 0.1.5 8 8 9 9 Powerful, reliable and lightweight plugin which helps you to easily show post images and handle them. Essential tool for web designers and developers. … … 168 168 == Changelog == 169 169 170 = 0.1.5 = 171 * Deleted uneeded strings for compatibility 172 170 173 = 0.1.4 = 171 174 * Fixed more issues on `alt` and `title` on images and links. -
wp-smart-image-ii/trunk/wp-smart-image.php
r199510 r220991 5 5 Description: Powerful, reliable and lightweight plugin which helps you to show post images and handle them as you wish. Essential tool specially builded for web designers and developers. 6 6 Author: Darío Ferrer (@metacortex) 7 Version: 0.1. 47 Version: 0.1.5 8 8 Author URI: http://www.darioferrer.com 9 9 */ … … 34 34 load_plugin_textdomain('wp-smart-image', false, dirname( plugin_basename(__FILE__) ) ); 35 35 } 36 add_theme_support('post-thumbnails');37 36 if ( isset($_POST['wpsi_agregar_datos']) ) wpsi_llenar_bd(); 38 37 if ( isset($_POST['wpsi_remover_datos']) ) wpsi_vaciar_options();
Note: See TracChangeset
for help on using the changeset viewer.