Changeset 2490754
- Timestamp:
- 03/09/2021 03:05:23 PM (5 years ago)
- Location:
- wpstudio-testimonial-slider/trunk
- Files:
-
- 3 edited
-
genesis-testimonials.php (modified) (2 diffs)
-
readme.md (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpstudio-testimonial-slider/trunk/genesis-testimonials.php
r2109580 r2490754 4 4 * Plugin URI: http://wpstud.io/plugins 5 5 * Description: The Genesis Testimonials Slider is a simple-to-use plugin for adding Testimonials to your Genesis Theme, using a shortcode or a widget. 6 * Version: 1. 56 * Version: 1.6 7 7 * Author: Frank Schrijvers, WPStudio 8 8 * Author URI: http://www.wpstud.io … … 91 91 $gts_loop = 'true'; 92 92 93 if ( ! function_exists( 'genesis_get_option' ) ) { 94 return; 95 } 96 93 97 if ( genesis_get_option( 'gts_speed', 'gts-settings' ) ) { 94 98 $gts_speed = genesis_get_option( 'gts_speed', 'gts-settings' ); -
wpstudio-testimonial-slider/trunk/readme.md
r2411216 r2490754 4 4 * Tags: testimonials, testimonial, testimonials plugin, widget, genesis, slider, Genesis Framework, genesiswp 5 5 * Requires at least: 3.6 6 * Tested up to: 5. 2.37 * Stable tag: 1. 56 * Tested up to: 5.6.2 7 * Stable tag: 1.6 8 8 * License: GPLv2 or later 9 9 * License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wpstudio-testimonial-slider/trunk/readme.txt
r2411216 r2490754 3 3 Tags: testimonials, testimonial, testimonials plugin, widget, genesis, slider, Genesis Framework, genesiswp 4 4 Requires at least: 3.6 5 Tested up to: 5. 5.36 Stable tag: 1. 55 Tested up to: 5.6.2 6 Stable tag: 1.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.