Plugin Directory

Changeset 3351066


Ignore:
Timestamp:
08/27/2025 10:10:32 AM (7 months ago)
Author:
DaveFX
Message:

Deploy from Git

Location:
share-one/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • share-one/trunk/readme.txt

    r3255883 r3351066  
    33Requires at least: 6.0
    44Tested up to: 6.6.1
    5 Stable tag: 1.1.0
     5Stable tag: 1.1.1
    66Requires PHP: 8.0
    77License: GPLv3 or later
     
    1515It allows showing your customized Catch widget, with your testimonials, into your site pages.
    1616
    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]`
     17It also provides an easy way to render your video testimonials using the inline Catch widget, by using the shorttag `[share_one__]`
     18or the Wall of Love anywhere , by using the shorttag `[share_one_wall_of_love]`
    1819or the provided Gutenberg block or Elementor widget.
    1920
    2021
    2122== Changelog ==
     23
     24= 1.1.1 =
     25
     26* Fix: Updated Share.one logo
    2227
    2328= 1.1.0 =
  • share-one/trunk/share-one.php

    r3255883 r3351066  
    33Plugin Name: Share.one
    44Description: Show professional video testimonials by Share.one in an easy way
    5 Version: 1.1.0
     5Version: 1.1.1
    66Author: Share.one
    77Author URI: https://www.share.one/
     
    1313}
    1414
    15 const SHARE_ONE_PLUGIN_VERSION = '1.1.0';
     15const SHARE_ONE_PLUGIN_VERSION = '1.1.1';
    1616
    1717// Define the option name for the UUID and script toggle
Note: See TracChangeset for help on using the changeset viewer.