Changeset 185250
- Timestamp:
- 12/20/2009 09:47:44 AM (16 years ago)
- Location:
- wp-smart-image/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (5 diffs)
-
wp-smart-image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-smart-image/trunk/readme.txt
r160553 r185250 4 4 Donate link: http://www.darioferrer.com 5 5 Requires at least: 2.7 6 Tested up to: 2.8. 47 Stable tag: 0.3. 36 Tested up to: 2.8.6 7 Stable tag: 0.3.4 8 8 9 This plugin helps you to set the image layout of your site in a very easy way.9 WP Smart Image is deprecated. Please change to WP Smart Image II. 10 10 11 11 == Description == 12 12 13 = With WP Smart Image you can: = 13 **WP Smart Image is deprecated. Please change to [WP Smart Image II](http://wordpress.org/extend/plugins/wp-smart-image-ii/)** 14 14 15 * Choose the image to show throught a friendly widget in your post editor. 16 * Choose between the four presets WordPress sizes: **Thumbnail**, **Medium**, **Large** and **Full**. 17 * Link the image to the article or leave it without a link. 18 * Showing images in the posts list, even if those images are not setting to appear in the content. 19 * Get the image url instead of the whole tag. 20 * Personalize the alt and title attributes if they haven't been configured yet. 21 * Add custom CSS classes and ID to properly handling the images through CSS, javascript, PHP and others web resources. 22 * Add a link to the full version of the image from the thumbnail or the medium size one. 23 * Add `"width"` and `"height"` attributes in CSS or HTML ways. 24 * Personalize the generic images and its paths for all the sizes. 25 * Add and define attributes to image's links, as `"rel"`, `"class"`, `"id"` and `"target"`. 26 * Choose between "echo" the function or pass it through PHP parameters. 27 * Show/hide thumbnails in RSS feeds. 28 * Integrate the power of both WP Smart Image and [Max Image Size Control](http://wordpress.org/extend/plugins/max-image-size-control/) plugins. 29 * Show random images per post instead of only one. 30 * ... And combining all this options as you wish! 31 32 = What is Wp Smart Image? = 15 *What is Wp Smart Image?* 33 16 34 17 WP Smart Image is the tool that combines the best image managment functionalities in WordPress and handles them to facilitate it's use. … … 36 19 If you are used to personalized fileds to assign images to posts, with WP Smart Image will forget all the extra work and will enjoy the real process automation that has been in WordPress all this time and probably you never knew existed. 37 20 38 = But what's the problem with Wordpress native image engine? = 21 *But what's the problem with Wordpress native image engine?* 39 22 40 23 No problem. The [WordPress](http://www.wordpress.org) image engine is one of the most advanced and flexible ones at the moment. WordPress offers a wide range of functionalities and tags, which allows for and easy handling of images and files, associating them with posts, categories, pages and other elements with total freedom. … … 42 25 However, the problem with all these funcionalities is that finding the propper way to associate data and get a specific result can get really hard. In an attempt to do that, many people have tried to do it by setting through custom fields, ignoring that WordPress has a large platform with many resources at our disposal to do that. 43 26 44 = What isn't Wp Smart Image? = 27 *What isn't Wp Smart Image?* 45 28 46 29 It is not a filter that works inside the content. WP Smart Image only works in the template areas and it's use is focused to the template's file system. … … 52 35 = Localization = 53 36 54 * French (fr_FR) - [Valentin](http://www.geekeries.fr/)55 * Russian (ru_RU) - [Fat Cow](http://www.fatcow.com/)56 * Spanish (es_ES) - [Dario Ferrer](http://www.darioferrer.com/)37 * French (fr_FR) - Valentin 38 * Russian (ru_RU) - Fat Cow 39 * Spanish (es_ES) - Dario Ferrer 57 40 58 41 If you have been translated this plugin into your language, please let me know. … … 181 164 = 0.1.1 = 182 165 * First public release 166 167 == Upgrade Notice == 168 169 Please migrate your plugin to WP Smart Image II -
wp-smart-image/trunk/wp-smart-image.php
r160553 r185250 3 3 Plugin Name: WP Smart Image 4 4 Plugin URI: http://www.darioferrer.com/wp-smart-image 5 Description: This plugin helps you to set the image layout of your site in a very easy way.5 Description: WP Smart Image is deprecated. Please change to WP Smart Image II. 6 6 Author: Darío Ferrer (@metacortex) 7 Version: 0.3. 37 Version: 0.3.4 8 8 Author URI: http://www.darioferrer.com 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.