Content Egg - Version 2.4.2

Version Description

Download this release

Release Info

Developer keywordrush
Plugin Icon 128x128 Content Egg
Version 2.4.2
Comparing to
See all releases

Code changes from version 2.4.0 to 2.4.2

application/Plugin.php CHANGED
@@ -13,7 +13,7 @@ use ContentEgg\application\admin\GeneralConfig;
13
  */
14
  class Plugin {
15
 
16
- const version = '2.4.0';
17
  const db_version = 9;
18
  const wp_requires = '4.2.2';
19
  const slug = 'content-egg';
13
  */
14
  class Plugin {
15
 
16
+ const version = '2.4.2';
17
  const db_version = 9;
18
  const wp_requires = '4.2.2';
19
  const slug = 'content-egg';
application/modules/Amazon/AmazonModule.php CHANGED
@@ -586,9 +586,9 @@ class AmazonModule extends AffiliateParserModule {
586
  private function rewriteSslImageUrl($img)
587
  {
588
  if ($this->config('https_img'))
589
- {
590
  return str_replace('http://ecx.images-amazon.com', 'https://images-na.ssl-images-amazon.com', $img);
591
- }
 
592
  }
593
 
594
  /**
586
  private function rewriteSslImageUrl($img)
587
  {
588
  if ($this->config('https_img'))
 
589
  return str_replace('http://ecx.images-amazon.com', 'https://images-na.ssl-images-amazon.com', $img);
590
+ else
591
+ return $img;
592
  }
593
 
594
  /**
content-egg.php CHANGED
@@ -6,7 +6,7 @@ namespace ContentEgg;
6
  Plugin Name: Content Egg
7
  Plugin URI: http://www.keywordrush.com/contentegg
8
  Description: Easily adding auto updating products from affiliate systems and additional content to posts.
9
- Version: 2.4.0
10
  Author: keywordrush.com
11
  Author URI: http://www.keywordrush.com
12
  Text Domain: content-egg
6
  Plugin Name: Content Egg
7
  Plugin URI: http://www.keywordrush.com/contentegg
8
  Description: Easily adding auto updating products from affiliate systems and additional content to posts.
9
+ Version: 2.4.2
10
  Author: keywordrush.com
11
  Author URI: http://www.keywordrush.com
12
  Text Domain: content-egg
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: keywordrush,koleksii,wpsoul
3
  Tags: content, affiliate, autoblogging, amazon, affilinet, coupons, linkshare, shareasale, ozon, flickr, youtube, commission junction, aliexpress, cj, images, wikipedia, freebase, ecommerce, links, shortcode, monetize, search engine optimization, ebay, zanox, moneymaking, price comparison, google images, timesaving, clickbank, linkshare, pixabay, admitad, affilitewindow, otimisemedia, tradedoubler
4
  Requires at least: 4.2.2
5
  Tested up to: 4.5
6
- Stable tag: 2.4.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
3
  Tags: content, affiliate, autoblogging, amazon, affilinet, coupons, linkshare, shareasale, ozon, flickr, youtube, commission junction, aliexpress, cj, images, wikipedia, freebase, ecommerce, links, shortcode, monetize, search engine optimization, ebay, zanox, moneymaking, price comparison, google images, timesaving, clickbank, linkshare, pixabay, admitad, affilitewindow, otimisemedia, tradedoubler
4
  Requires at least: 4.2.2
5
  Tested up to: 4.5
6
+ Stable tag: 2.4.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9