Skip to content

Commit

Permalink
- prepare version 1.1.11
Browse files Browse the repository at this point in the history
- fix #22 - missing post thumbnails if plugin is activated
  • Loading branch information
r-brown committed Oct 24, 2017
1 parent 2a1ffb6 commit c83be52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions credit-tracker-shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ function creddit_tracker_thumbnail( $html, $post_id, $post_thumbnail_id )
);
}
return $html;
} else {
return $html;
}
}

Expand Down
4 changes: 2 additions & 2 deletions credit-tracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: A simple way to show credits for the images used on your website.
* Author: Labs64
* Author URI: http://www.labs64.com
* Version: 1.1.10
* Version: 1.1.11
* Text Domain: credit-tracker
* Domain Path: /languages
* License: GPL-2.0+
Expand All @@ -30,7 +30,7 @@
/**
* Plugin version, used for cache-busting of style and script file references.
*/
define('CREDITTRACKER_VERSION', '1.1.10');
define('CREDITTRACKER_VERSION', '1.1.11');

/**
* Unique identifier for your plugin.
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: labs64
Tags: credit, attribution, legal, copyright, owner, author, media library, media, image, photo, license, royalty-free, RF, Creative Commons, stock, attachment, flickr, fotolia, unsplash, bildnachweis, impressum, imprint, microdata, NetLicensing
Requires at least: 3.5.1
Tested up to: 4.8.2
Stable tag: 1.1.10
Stable tag: 1.1.11
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -142,6 +142,10 @@ Yes you can! Join in on our [GitHub repository](https://github.com/Labs64/credit

== Changelog ==

= 1.1.11 =
* Fix missing standard post thumbnails if 'Add credit to the post thumbnail' set to off [#9](https://github.com/Labs64/credit-tracker/issues/9)
* Add new attribute 'only_current_post' to 'credit_tracker_table' shortcode which allows only render images attached to the currently visible post by [Jaace](https://github.com/Jaace)

= 1.1.10 =
* Test and approve plugin for WordPress 4.8.2
* Introduce new values 'hidden' and 'linkonly' for the 'size' attribute at 'credit_tracker_table' - [#23](https://github.com/Labs64/credit-tracker/issues/23)
Expand Down

0 comments on commit c83be52

Please sign in to comment.