Changeset 1651483
- Timestamp:
- 05/05/2017 08:42:23 AM (9 years ago)
- Location:
- interactive-testimonial-showcase-visual-composer-addon
- Files:
-
- 30 added
- 3 edited
-
tags/1.0 (added)
-
tags/1.0/admin (added)
-
tags/1.0/admin/images (added)
-
tags/1.0/admin/images/hs_t1.jpg (added)
-
tags/1.0/admin/images/hs_t2.jpg (added)
-
tags/1.0/admin/images/hs_t3.jpg (added)
-
tags/1.0/admin/images/hs_t4.jpg (added)
-
tags/1.0/admin/js (added)
-
tags/1.0/admin/js/hs_function.js (added)
-
tags/1.0/includes (added)
-
tags/1.0/includes/shortcode-testimonial.php (added)
-
tags/1.0/includes/testimonial_meta_box.php (added)
-
tags/1.0/includes/vc-testimonials.php (added)
-
tags/1.0/interactive-testimonial-showcase-vc-addon.php (added)
-
tags/1.0/readme.txt (added)
-
tags/1.0/templates (added)
-
tags/1.0/templates/css (added)
-
tags/1.0/templates/css/ajax-loader.gif (added)
-
tags/1.0/templates/css/hs-testimonial-common.css (added)
-
tags/1.0/templates/css/owl.carousel.min.css (added)
-
tags/1.0/templates/css/owl.theme.default.min.css (added)
-
tags/1.0/templates/css/theme-hs_t1.css (added)
-
tags/1.0/templates/css/theme-hs_t2.css (added)
-
tags/1.0/templates/css/theme-hs_t3.css (added)
-
tags/1.0/templates/css/theme-hs_t4.css (added)
-
tags/1.0/templates/js (added)
-
tags/1.0/templates/js/hs-testimonial-custom.js (added)
-
tags/1.0/templates/js/jquery.matchHeight-min.js (added)
-
tags/1.0/templates/js/owl.carousel.min.js (added)
-
tags/1.0/templates/template.php (added)
-
trunk/includes/shortcode-testimonial.php (modified) (1 diff)
-
trunk/interactive-testimonial-showcase-vc-addon.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
interactive-testimonial-showcase-visual-composer-addon/trunk/includes/shortcode-testimonial.php
r1581677 r1651483 30 30 'post_type' => 'hs_testimonials', 31 31 'order' => $hs_testimonail_order, 32 'post_status' => 'publish' 32 'post_status' => 'publish', 33 'posts_per_page' => -1 33 34 ); 34 35 $name = $image = $rating = ""; -
interactive-testimonial-showcase-visual-composer-addon/trunk/interactive-testimonial-showcase-vc-addon.php
r1581677 r1651483 4 4 * Plugin URI: http://heliossolutions.in/ 5 5 * Description: Visual composer addon for Interactive & Engaging Testimonial Showcase. 6 * Version: 1. 0.06 * Version: 1.1 7 7 * Author: Helios Solutions 8 8 * Text Domain: hs-testimonial-visual-composer-addon -
interactive-testimonial-showcase-visual-composer-addon/trunk/readme.txt
r1581677 r1651483 5 5 Requires at least: 4.0 6 6 Tested up to: 4.7.1 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 … … 74 74 = 1.0 = 75 75 * Initial launch of the plugin 76 77 78 = 1.1 = 79 * Fix Bug related to number of testimonials shown.
Note: See TracChangeset
for help on using the changeset viewer.