Changeset 3351066
- Timestamp:
- 08/27/2025 10:10:32 AM (7 months ago)
- Location:
- share-one/trunk
- Files:
-
- 3 edited
-
assets/share-one-logo.png (modified) (previous)
-
readme.txt (modified) (2 diffs)
-
share-one.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
share-one/trunk/readme.txt
r3255883 r3351066 3 3 Requires at least: 6.0 4 4 Tested up to: 6.6.1 5 Stable tag: 1.1. 05 Stable tag: 1.1.1 6 6 Requires PHP: 8.0 7 7 License: GPLv3 or later … … 15 15 It allows showing your customized Catch widget, with your testimonials, into your site pages. 16 16 17 It also provides an easy way to render your video testimonials Wall of Love anywhere in your site, by using the shorttag `[share_one_wall_of_love]` 17 It also provides an easy way to render your video testimonials using the inline Catch widget, by using the shorttag `[share_one__]` 18 or the Wall of Love anywhere , by using the shorttag `[share_one_wall_of_love]` 18 19 or the provided Gutenberg block or Elementor widget. 19 20 20 21 21 22 == Changelog == 23 24 = 1.1.1 = 25 26 * Fix: Updated Share.one logo 22 27 23 28 = 1.1.0 = -
share-one/trunk/share-one.php
r3255883 r3351066 3 3 Plugin Name: Share.one 4 4 Description: Show professional video testimonials by Share.one in an easy way 5 Version: 1.1. 05 Version: 1.1.1 6 6 Author: Share.one 7 7 Author URI: https://www.share.one/ … … 13 13 } 14 14 15 const SHARE_ONE_PLUGIN_VERSION = '1.1. 0';15 const SHARE_ONE_PLUGIN_VERSION = '1.1.1'; 16 16 17 17 // Define the option name for the UUID and script toggle
Note: See TracChangeset
for help on using the changeset viewer.