Plugin Directory

Changeset 220991


Ignore:
Timestamp:
03/23/2010 05:48:10 PM (16 years ago)
Author:
metacortex
Message:
 
Location:
wp-smart-image-ii
Files:
50 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-smart-image-ii/trunk/readme.txt

    r199510 r220991  
    44Donate link: http://www.darioferrer.com
    55Requires at least: 2.8
    6 Tested up to: 2.9.1
    7 Stable tag: 0.1.4
     6Tested up to: 2.9.2
     7Stable tag: 0.1.5
    88
    99Powerful, reliable and lightweight plugin which helps you to easily show post images and handle them. Essential tool for web designers and developers.
     
    168168== Changelog ==
    169169
     170= 0.1.5 =
     171* Deleted uneeded strings for compatibility
     172
    170173= 0.1.4 =
    171174* Fixed more issues on `alt` and `title` on images and links.
  • wp-smart-image-ii/trunk/wp-smart-image.php

    r199510 r220991  
    55Description: 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.
    66Author: Darío Ferrer (@metacortex)
    7 Version: 0.1.4
     7Version: 0.1.5
    88Author URI: http://www.darioferrer.com
    99*/
     
    3434        load_plugin_textdomain('wp-smart-image', false, dirname( plugin_basename(__FILE__) ) );
    3535}
    36 add_theme_support('post-thumbnails');
    3736if ( isset($_POST['wpsi_agregar_datos']) ) wpsi_llenar_bd();
    3837if ( isset($_POST['wpsi_remover_datos']) ) wpsi_vaciar_options();
Note: See TracChangeset for help on using the changeset viewer.