Testimonials Widget - Version 3.4.7

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.4.7
Comparing to
See all releases

Code changes from version 3.4.6 to 3.4.7

CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
 
3
  ## master
4
 
 
 
 
 
5
  ## 3.4.6
6
  * Update Gamajo-Template-Loader template
7
 
2
 
3
  ## master
4
 
5
+ ## 3.4.7
6
+ * Confirm WordPress 5.0 compatibility
7
+ * Fix compatibility issue with PHP7*
8
+
9
  ## 3.4.6
10
  * Update Gamajo-Template-Loader template
11
 
includes/libraries/aihrus-framework/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
 
3
  ## master
4
 
 
 
 
 
 
 
 
5
  ## 1.3.1
6
  * Tested with WordPress 4.9.4
7
  * Fix copyright branding typo
2
 
3
  ## master
4
 
5
+ ## 1.3.3
6
+ * Fix Axelerant website links
7
+
8
+ ## 1.3.2
9
+ * Removed deprecated function "create_function"
10
+ * Tested with WordPress 4.9.8
11
+
12
  ## 1.3.1
13
  * Tested with WordPress 4.9.4
14
  * Fix copyright branding typo
includes/libraries/aihrus-framework/README.md CHANGED
@@ -1,7 +1,7 @@
1
  # Axelerant Framework
2
 
3
- Tested up to: 4.8.1
4
- Stable tag: 1.3.1
5
 
6
  A helper library for WordPress plugins. Maintained by [Axelerant](https://axelerant.com).
7
 
1
  # Axelerant Framework
2
 
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
 
includes/libraries/aihrus-framework/aihrus-framework.php CHANGED
@@ -35,7 +35,7 @@ if ( ! defined( 'AIHR_DIR_LIB' ) ) {
35
  }
36
 
37
  if ( ! defined( 'AIHR_VERSION' ) ) {
38
- define( 'AIHR_VERSION', '1.3.1' );
39
  }
40
 
41
  require_once ABSPATH . 'wp-admin/includes/plugin.php';
35
  }
36
 
37
  if ( ! defined( 'AIHR_VERSION' ) ) {
38
+ define( 'AIHR_VERSION', '1.3.3' );
39
  }
40
 
41
  require_once ABSPATH . 'wp-admin/includes/plugin.php';
includes/libraries/aihrus-framework/includes/class-aihrus-settings.php CHANGED
@@ -248,18 +248,18 @@ abstract class Aihrus_Settings {
248
 
249
 
250
  public static function display_about() {
251
- $text = __( '<img class="size-medium" src="%5$s" alt="Axelerant 2015 Retreat in Goa" width="640" height="327" /><p>Axelerant is a full-service software development company that focuses on open-source technologies. Top technical talent who are passionate, giving, and communicative demonstrates our backbone. We provide high-end Strategy, Implementation, and Support services for our clients and agencies with whom we partner.</p><p>Our team members span the world, and we follow agile delivery and working processes. Further, we’re actively giving back to many open-source communities and have fostered an innovative, incubator culture to give ideas a chance to succeed.</p><h2>Foundations of Axelerant</h2><ul><li><b>Passion</b> – Our passion is so strong, we’re self­directed to make the difficult easy.</li><li><b>Openness</b> – We’re so honest and painstaking in our discussions that there are no questions left, and standards are created.</li><li><b>Giving</b> – We’re excited to share our results to inspire all to surpass them.</li></ul><h3>Learn More About Axelerant</h3><ul><li><a href="%1$s">Axelerant Team</a></li><li><a href="%2$s">Giving Back</a></li><li><a href="%7$s">Inside Axelerant</a></li><li><a href="%3$s">Our Services</a></li><li><a href="%4$s">Testimonials</a></li><li><a href="%6$s">Careers</a></li></ul>' );
252
 
253
  echo '<div id="about" style="width: 70%; min-height: 225px;"><p>';
254
  echo sprintf(
255
  $text,
256
- esc_url( 'https://axelerant.com/about-axelerant/' ),
257
- esc_url( 'https://axelerant.com/drupalgive/' ),
258
- esc_url( 'https://axelerant.com/services/' ),
259
- esc_url( 'https://axelerant.com/about-axelerant/testimonials/' ),
260
- esc_url( 'https://axelerant.com/wp-content/uploads/2015/02/IGP7228-2015-01-22-at-05-18-02.jpg' ),
261
- esc_url( 'https://axelerant.com/careers/' ),
262
- esc_url( 'https://axelerant.com/open-policies-open-discussion/' )
263
  );
264
  echo '</p></div>';
265
  }
248
 
249
 
250
  public static function display_about() {
251
+ $text = __( '<img class="size-medium" src="%5$s" alt="Axelerant 2015 Retreat in Goa" width="640" height="327" /><p>Axelerant is a full-service software development company that focuses on open-source technologies. Top technical talent who are passionate, giving, and communicative demonstrates our backbone. We provide high-end Strategy, Implementation, and Support services for our clients and agencies with whom we partner.</p><p>Our team members span the world, and we follow agile delivery and working processes. Further, we’re actively giving back to many open-source communities and have fostered an innovative, incubator culture to give ideas a chance to succeed.</p><h2>Foundations of Axelerant</h2><ul><li><b>Passion</b> – Our passion is so strong, we’re self­directed to make the difficult easy.</li><li><b>Openness</b> – We’re so honest and painstaking in our discussions that there are no questions left, and standards are created.</li><li><b>Giving</b> – We’re excited to share our results to inspire all to surpass them.</li></ul><h3>Learn More About Axelerant</h3><ul><li><a href="%1$s">Axelerant Team</a></li><li><a href="%7$s">Inside Axelerant</a></li><li><a href="%3$s">Our Services</a></li><li><a href="%6$s">Careers</a></li></ul>' );
252
 
253
  echo '<div id="about" style="width: 70%; min-height: 225px;"><p>';
254
  echo sprintf(
255
  $text,
256
+ esc_url( 'https://www.axelerant.com/about/' ),
257
+ esc_url( 'https://www.axelerant.com/drupalgive/' ),
258
+ esc_url( 'https://www.axelerant.com/services/' ),
259
+ esc_url( 'https://www.axelerant.com/about/testimonials/' ),
260
+ esc_url( 'https://store.axelerant.com/wp-content/uploads/2015/02/IGP7228-2015-01-22-at-05-18-02.jpg' ),
261
+ esc_url( 'https://www.axelerant.com/careers/' ),
262
+ esc_url( 'https://www.axelerant.com/open-policies-open-discussion/' )
263
  );
264
  echo '</p></div>';
265
  }
includes/libraries/aihrus-framework/includes/libraries/class-redrokk-metabox-class.php CHANGED
@@ -1291,10 +1291,10 @@ jQuery('#edit_<?php echo $this->_category_name; ?>_<?php echo $meta_id; ?>').cli
1291
  if ( !isset( $field['id'] ) ) continue;
1292
 
1293
  //creating the callback for the admin page
1294
- $function = create_function( '$default', '
1295
- return redrokk_admin_class::getInstance("'.$this->_isAdminPage.'")
1296
- ->getOption("'.$field['id'].'", $default, true);
1297
- ' );
1298
  add_filter( "pre_option_{$field['id']}", $function, 20, 2 );
1299
  }
1300
  }
1291
  if ( !isset( $field['id'] ) ) continue;
1292
 
1293
  //creating the callback for the admin page
1294
+ $function = function($default) {
1295
+ return redrokk_admin_class::getInstance($this->_isAdminPage)
1296
+ ->getOption($field['id'], $default, true);
1297
+ };
1298
  add_filter( "pre_option_{$field['id']}", $function, 20, 2 );
1299
  }
1300
  }
readme.txt CHANGED
@@ -4,8 +4,8 @@ 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: 4.9.8
8
- Stable tag: 3.4.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
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
 
testimonials-widget.php CHANGED
@@ -4,7 +4,7 @@
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.6
8
  * Author: Axelerant
9
  * Author URI: https://axelerant.com/
10
  * License: GPLv2 or later
@@ -36,7 +36,7 @@ if ( ! defined( 'ABSPATH' ) ) {
36
  }
37
 
38
  if ( ! defined( 'TW_AIHR_VERSION' ) ) {
39
- define( 'TW_AIHR_VERSION', '1.3.1' );
40
  }
41
 
42
  if ( ! defined( 'TW_BASE' ) ) {
@@ -64,7 +64,7 @@ if ( ! defined( 'TW_PREMIUM_LINK' ) ) {
64
  }
65
 
66
  if ( ! defined( 'TW_VERSION' ) ) {
67
- define( 'TW_VERSION', '3.4.6' );
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.4.7
8
  * Author: Axelerant
9
  * Author URI: https://axelerant.com/
10
  * License: GPLv2 or later
36
  }
37
 
38
  if ( ! defined( 'TW_AIHR_VERSION' ) ) {
39
+ define( 'TW_AIHR_VERSION', '1.3.3' );
40
  }
41
 
42
  if ( ! defined( 'TW_BASE' ) ) {
64
  }
65
 
66
  if ( ! defined( 'TW_VERSION' ) ) {
67
+ define( 'TW_VERSION', '3.4.7' );
68
  }
69
 
70
  require_once TW_DIR_INC . 'requirements.php';