Multiple Post Thumbnails - Version 1.6.5

Version Description

Download this release

Release Info

Developer chrisscott
Plugin Icon wp plugin Multiple Post Thumbnails
Version 1.6.5
Comparing to
See all releases

Code changes from version 1.6.4 to 1.6.5

css/multi-post-thumbnails-admin.css CHANGED
@@ -1,4 +1,4 @@
1
  img.mpt-thumbnail {
2
- width: 100%;
3
  height: auto;
4
- }
1
  img.mpt-thumbnail {
2
+ max-width: 100%;
3
  height: auto;
4
+ }
multi-post-thumbnails.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Multiple Post Thumbnails
4
  Plugin URI: http://wordpress.org/extend/plugins/multiple-post-thumbnails/
5
  Description: Adds the ability to add multiple post thumbnails to a post type.
6
- Version: 1.6.4
7
  Author: Chris Scott
8
  Author URI: http://voceplatforms.com/
9
  */
3
  Plugin Name: Multiple Post Thumbnails
4
  Plugin URI: http://wordpress.org/extend/plugins/multiple-post-thumbnails/
5
  Description: Adds the ability to add multiple post thumbnails to a post type.
6
+ Version: 1.6.5
7
  Author: Chris Scott
8
  Author URI: http://voceplatforms.com/
9
  */
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: chrisscott, voceplatforms
3
  Tags: thumbnails, image, featured image
4
  Requires at least: 2.9.2
5
- Tested up to: 4.0
6
- Stable tag: 1.6.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
2
  Contributors: chrisscott, voceplatforms
3
  Tags: thumbnails, image, featured image
4
  Requires at least: 2.9.2
5
+ Tested up to: 4.1.1
6
+ Stable tag: 1.6.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9