ThirstyAffiliates Affiliate Link Manager - Version 3.10.12

Version Description

  • Bug Fix: PHP warning
Download this release

Release Info

Developer supercleanse
Plugin Icon 128x128 ThirstyAffiliates Affiliate Link Manager
Version 3.10.12
Comparing to
See all releases

Code changes from version 3.10.11 to 3.10.12

Helpers/Plugin_Constants.php CHANGED
@@ -27,7 +27,7 @@ class Plugin_Constants {
27
  // Plugin configuration constants
28
  const TOKEN = 'ta';
29
  const INSTALLED_VERSION = 'ta_installed_version';
30
- const VERSION = '3.10.11';
31
  const TEXT_DOMAIN = 'thirstyaffiliates';
32
  const THEME_TEMPLATE_PATH = 'thirstyaffiliates';
33
  const META_DATA_PREFIX = '_ta_';
27
  // Plugin configuration constants
28
  const TOKEN = 'ta';
29
  const INSTALLED_VERSION = 'ta_installed_version';
30
+ const VERSION = '3.10.12';
31
  const TEXT_DOMAIN = 'thirstyaffiliates';
32
  const THEME_TEMPLATE_PATH = 'thirstyaffiliates';
33
  const META_DATA_PREFIX = '_ta_';
Models/Affiliate_Links_CPT.php CHANGED
@@ -348,7 +348,9 @@ class Affiliate_Links_CPT implements Model_Interface , Initiable_Interface {
348
  * @return array Array of allowed HTML tags
349
  */
350
  public function add_affiliate_link_tag( $tags, $context ) {
351
- $tags['ta'] = $tags['a'];
 
 
352
 
353
  return $tags;
354
  }
348
  * @return array Array of allowed HTML tags
349
  */
350
  public function add_affiliate_link_tag( $tags, $context ) {
351
+ if(isset($tags['a'])) {
352
+ $tags['ta'] = $tags['a'];
353
+ }
354
 
355
  return $tags;
356
  }
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
- === ThirstyAffiliates Affiliate Link Manager ===
2
- Contributors: caseproof, supercleanse
3
- Donate link:
4
- Tags: affiliate, link, affiliate link management, link cloaker, link redirect, shortlink, thirstyaffiliates, thirsty affiliates
5
  Requires at least: 5.0
6
  Requires PHP: 5.6
7
- Tested up to: 6.0
8
- Stable tag: 3.10.11
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -159,6 +159,9 @@ See our [Knowledge Base](https://thirstyaffiliates.com/knowledge-base/?utm_sourc
159
 
160
  == Changelog ==
161
 
 
 
 
162
  = 3.10.11 =
163
  * Bug Fix: Security fixes
164
 
1
+ === ThirstyAffiliates - Affiliate Links, Link Branding, Link Tracking & Marketing Plugin ===
2
+ Contributors: supercleanse, cartpauj
3
+ Donate link: https://thirstyaffiliates.com
4
+ Tags: affiliate links, link branding, link shortner, link tracking, redirects, affiliate, affiliate marketing, affiliates, short links, shorten, shortening, shortlink, shortlinks, shorturl, shrinking, marketing, marketing plugin, cloak, cloaker, cloaking, 301, 302, 307, 404, bit.ly, bitly, tinyurl, link cloaking, link redirection, link shortener, links, thirstyaffiliates, thirsty, url redirection, url shortener, urls, seo, slug, slugs
5
  Requires at least: 5.0
6
  Requires PHP: 5.6
7
+ Tested up to: 6.1
8
+ Stable tag: 3.10.12
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
159
 
160
  == Changelog ==
161
 
162
+ = 3.10.12 =
163
+ * Bug Fix: PHP warning
164
+
165
  = 3.10.11 =
166
  * Bug Fix: Security fixes
167
 
thirstyaffiliates.php CHANGED
@@ -3,11 +3,11 @@
3
  * Plugin Name: ThirstyAffiliates
4
  * Plugin URI: http://thirstyaffiliates.com/
5
  * Description: ThirstyAffiliates is a revolution in affiliate link management. Collect, collate and store your affiliate links for use in your posts and pages.
6
- * Version: 3.10.11
7
  * Author: Caseproof
8
  * Author URI: https://caseproof.com/
9
  * Requires at least: 5.0
10
- * Tested up to: 5.9
11
  *
12
  * Text Domain: thirstyaffiliates
13
  * Domain Path: /languages/
3
  * Plugin Name: ThirstyAffiliates
4
  * Plugin URI: http://thirstyaffiliates.com/
5
  * Description: ThirstyAffiliates is a revolution in affiliate link management. Collect, collate and store your affiliate links for use in your posts and pages.
6
+ * Version: 3.10.12
7
  * Author: Caseproof
8
  * Author URI: https://caseproof.com/
9
  * Requires at least: 5.0
10
+ * Tested up to: 6.0
11
  *
12
  * Text Domain: thirstyaffiliates
13
  * Domain Path: /languages/