Plugin Directory

Changeset 848833


Ignore:
Timestamp:
01/31/2014 01:50:43 PM (12 years ago)
Author:
Noel_Tock
Message:

Update 1.4.1

Location:
hammy/trunk
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • hammy/trunk/hammy.php

    r848532 r848833  
    55Description: Creates adaptive images for your content area with breakpoints that you set.
    66Author: Noel Tock
    7 Version: 1.4
     7Version: 1.4.1
    88Author URI: http://www.noeltock.com
    99*/
     
    1212 * Defines
    1313 */
    14 define ( 'HAMMY_VERSION', '1.3.2' );
    15 define ( 'HAMMY_PATH',  WP_PLUGIN_URL . '/' . end( explode( DIRECTORY_SEPARATOR, dirname( __FILE__ ) ) ) );
     14$path = explode( DIRECTORY_SEPARATOR, dirname( __FILE__ ) );
     15define ( 'HAMMY_VERSION', '1.4.1' );
     16define ( 'HAMMY_PATH',  WP_PLUGIN_URL . '/' . end( $path ) );
    1617
    1718/**
  • hammy/trunk/readme.txt

    r848532 r848833  
    55Requires at least: 3.5
    66Tested up to: 3.8.1
    7 Stable tag: 1.4
     7Stable tag: 1.4.1
    88
    99Hammy speeds up your website by generating and serving resized images for your content area depending on content width.
     
    1313= Introduction =
    1414
    15 Hammy takes your regular content images (within posts and pages) and regenerates a number of smaller sized images. When a person visits your website, it then automatically provides them with the most appropriate image (or the smallest one possible). This makes for a better experience, especially on mobile. This uses the new WP 3.5 image code.
     15Hammy takes your regular content images (only within posts and pages, not custom post types) and regenerates a number of smaller sized images. When a person visits your website, it then automatically provides them with the most appropriate image (or the smallest one possible). This makes for a better experience, especially on mobile. This uses the new WP 3.5 image code.
    1616
    1717= Will it work on my Theme? =
    1818
    19 **Yes!**
     19**Yes!** (the only exception being themes with no standard posts or pages)
    2020
    2121= How does it work? =
     
    3535
    3636Follow me for updates at [@noeltock](http://www.twitter.com/noeltock)
     37
     38= GitHub =
     39
     40If you have technical issues or other enhancements that you'd like to contribute, please do so in the form of a pull request or issue here:
     41
     42[http://wordpress.org/plugins/hammy/](http://wordpress.org/plugins/hammy/)
    3743
    3844== Installation ==
     
    8389
    8490== Changelog ==
     91
     92= 1.4.1 =
     93
     94* Fixed Warnings
     95* Typo
     96* Tested PNG
    8597
    8698= 1.4 =
     
    144156== Upgrade Notice ==
    145157
     158= 1.4.1 =
     159* Important fix
     160
    146161= 1.4 =
    147162* Bug fix, 3.8.1 check and WPThumb update
Note: See TracChangeset for help on using the changeset viewer.