Testimonials Widget - Version 3.5.0

Version Description

= 3.0.0 =

This is a major overhaul without backwards compliance of over 80 changes. Please read the Testimonials Widget 3.0 and Testimonials Widget Premium 2.0 Upgrade Notice for more help.

If you use custom CSS, actions, or filters to modify Testimonials Widget and Testimonials Widget Premium actions or output, this upgrade will not be compatible with those modifications until corrections are made.

= Older Versions =

Read UPGRADING.

Download this release

Release Info

Developer saurabhd
Plugin Icon wp plugin Testimonials Widget
Version 3.5.0
Comparing to
See all releases

Code changes from version 3.4.7 to 3.5.0

CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
 
3
  ## master
4
 
 
 
 
 
 
 
5
  ## 3.4.7
6
  * Confirm WordPress 5.0 compatibility
7
  * Fix compatibility issue with PHP7*
2
 
3
  ## master
4
 
5
+ ## 3.5.0
6
+ * Confirm WordPress 5.2 compatibility
7
+
8
+ ## 3.4.8
9
+ * Confirm WordPress 5.0.3 compatibility
10
+
11
  ## 3.4.7
12
  * Confirm WordPress 5.0 compatibility
13
  * Fix compatibility issue with PHP7*
includes/libraries/aihrus-framework/README.md CHANGED
@@ -3,7 +3,7 @@
3
  Tested up to: 5.0
4
  Stable tag: 1.3.3
5
 
6
- A helper library for WordPress plugins. Maintained by [Axelerant](https://axelerant.com).
7
 
8
  ## Features
9
 
3
  Tested up to: 5.0
4
  Stable tag: 1.3.3
5
 
6
+ A helper library for WordPress plugins. Maintained by [Axelerant](https://www.axelerant.com).
7
 
8
  ## Features
9
 
languages/testimonials-widget.pot CHANGED
@@ -1167,5 +1167,5 @@ msgid "Axelerant"
1167
  msgstr ""
1168
 
1169
  #. Author URI of the plugin/theme
1170
- msgid "https://axelerant.com/"
1171
  msgstr ""
1167
  msgstr ""
1168
 
1169
  #. Author URI of the plugin/theme
1170
+ msgid "https://www.axelerant.com/"
1171
  msgstr ""
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
  === Testimonials Widget ===
2
 
3
  Contributors: comprock,saurabhd,subharanjan
4
- Donate link: https://axelerant.com/about-axelerant/donate/
5
  Tags: axelerant, client, customer, portfolio, quote, quotes, random, recommendation, reference, review, reviews, slider, testimonial, testimonials, wpml
6
  Requires at least: 3.9.2
7
- Tested up to: 5.0
8
- Stable tag: 3.4.7
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -363,7 +363,7 @@ Read [DEPRECATED](https://github.com/michael-cannon/testimonials-widget/blob/mas
363
  * Dutch by Bjorn Robijns
364
  * [Hebrew by Ahrale](http://atar4u.com/)
365
 
366
- You can translate this plugin into your own language if it's not done so already. The localization file `testimonials-widget.pot` can be found in the `languages` folder of this plugin. After translation, please [send the localized file](https://axelerant.com/contact-axelerant/) for plugin inclusion.
367
 
368
  **[How do I localize?](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+change+Testimonials+Widget+text+labels)**
369
 
@@ -385,4 +385,4 @@ A big, special thank you to [Joe Weber](https://plus.google.com/1000632712692773
385
 
386
  A cool thanks to RedRokk Library for the [redrokk_metabox_class](https://gist.github.com/1880770). It makes configuring meta boxes for your posts, pages or custom post types a snap.
387
 
388
- Current development by [Axelerant](https://axelerant.com/about-axelerant/).
1
  === Testimonials Widget ===
2
 
3
  Contributors: comprock,saurabhd,subharanjan
4
+ Donate link: https://store.axelerant.com/donate/
5
  Tags: axelerant, client, customer, portfolio, quote, quotes, random, recommendation, reference, review, reviews, slider, testimonial, testimonials, wpml
6
  Requires at least: 3.9.2
7
+ Tested up to: 5.2
8
+ Stable tag: 3.5.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
363
  * Dutch by Bjorn Robijns
364
  * [Hebrew by Ahrale](http://atar4u.com/)
365
 
366
+ You can translate this plugin into your own language if it's not done so already. The localization file `testimonials-widget.pot` can be found in the `languages` folder of this plugin. After translation, please [send the localized file](https://www.axelerant.com/contact-axelerant/) for plugin inclusion.
367
 
368
  **[How do I localize?](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+change+Testimonials+Widget+text+labels)**
369
 
385
 
386
  A cool thanks to RedRokk Library for the [redrokk_metabox_class](https://gist.github.com/1880770). It makes configuring meta boxes for your posts, pages or custom post types a snap.
387
 
388
+ Current development by [Axelerant](https://www.axelerant.com/about-axelerant/).
testimonials-widget.php CHANGED
@@ -4,9 +4,9 @@
4
  * Plugin URI: http://wordpress.org/plugins/testimonials-widget/
5
  * Description: Easily add social proofing to your website with Testimonials Widget. List or slide reviews via functions, shortcodes, or widgets.
6
  * lets you socially randomly slide or list selected portfolios, quotes, reviews, or text with images or videos on your WordPress site.
7
- * Version: 3.4.7
8
  * Author: Axelerant
9
- * Author URI: https://axelerant.com/
10
  * License: GPLv2 or later
11
  * Text Domain: testimonials-widget
12
  * Domain Path: /languages
@@ -64,7 +64,7 @@ if ( ! defined( 'TW_PREMIUM_LINK' ) ) {
64
  }
65
 
66
  if ( ! defined( 'TW_VERSION' ) ) {
67
- define( 'TW_VERSION', '3.4.7' );
68
  }
69
 
70
  require_once TW_DIR_INC . 'requirements.php';
4
  * Plugin URI: http://wordpress.org/plugins/testimonials-widget/
5
  * Description: Easily add social proofing to your website with Testimonials Widget. List or slide reviews via functions, shortcodes, or widgets.
6
  * lets you socially randomly slide or list selected portfolios, quotes, reviews, or text with images or videos on your WordPress site.
7
+ * Version: 3.5.0
8
  * Author: Axelerant
9
+ * Author URI: https://www.axelerant.com/
10
  * License: GPLv2 or later
11
  * Text Domain: testimonials-widget
12
  * Domain Path: /languages
64
  }
65
 
66
  if ( ! defined( 'TW_VERSION' ) ) {
67
+ define( 'TW_VERSION', '3.5.0' );
68
  }
69
 
70
  require_once TW_DIR_INC . 'requirements.php';