Plugin Directory

Changeset 3143212


Ignore:
Timestamp:
08/28/2024 09:31:00 PM (19 months ago)
Author:
CloudSponge
Message:

releasing v2.6.6

Location:
better-sharing
Files:
1 added
8 edited

Legend:

Unmodified
Added
Removed
  • better-sharing/trunk/BetterSharingWP.php

    r3090558 r3143212  
    66 * Plugin Name:       Better Sharing
    77 * Description:       Add essential viral sharing functionality to any WordPress site.
    8  * Version:           2.6.5
     8 * Version:           2.6.6
    99 * Author:            CloudSponge
    1010 * Author URI:        https://www.cloudsponge.com
     
    5555define( 'BETTER_SHARING_PATH', plugin_dir_path( __FILE__ ) );
    5656define( 'BETTER_SHARING_URI', plugin_dir_url( __FILE__ ) );
    57 define( 'BETTER_SHARING_VERSION', '2.6.5' );
     57define( 'BETTER_SHARING_VERSION', '2.6.6' );
    5858
    5959define( 'BETTER_SHARING_ADMIN_TEMPLATE_PATH', BETTER_SHARING_PATH . 'includes/AdminScreens/admin-templates/' );
  • better-sharing/trunk/languages/better-sharing-wp-bg_BG.po

    r3090558 r3143212  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Better Sharing 2.6.5\n"
     5"Project-Id-Version: Better Sharing 2.6.6\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/better-sharing-"
    77"wp\n"
  • better-sharing/trunk/languages/better-sharing-wp-en_US.po

    r3090558 r3143212  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Better Sharing 2.6.5\n"
     3"Project-Id-Version: Better Sharing 2.6.6\n"
    44"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/better-sharing-"
    55"wp\n"
  • better-sharing/trunk/languages/better-sharing-wp.pot

    r3090558 r3143212  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Better Sharing 2.6.5\n"
     5"Project-Id-Version: Better Sharing 2.6.6\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/better-sharing-wp\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • better-sharing/trunk/readme.txt

    r3090558 r3143212  
    33Tags: cloudsponge, woocommerce, contact picker, sharing
    44Requires at least: 5.0.0
    5 Tested up to: 6.4
     5Tested up to: 6.6
    66Requires PHP: 7.0
    7 Stable tag: 2.6.5
     7Stable tag: 2.6.6
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 Add essential viral sharing functionality to any WordPress site that is based on modern best practices and mobile-first web standards.
    12 
    13 With Better Sharing, your users can copy a hyperlink to their clipboards, share it via email, or post it on social media.
     11Add essential viral sharing functionality to any WordPress site with Better Sharing.
    1412
    1513== Description ==
     
    2422* Display pre-filled social media sharing buttons to make it easy for your users to share your hyperlink on their favorite social platforms.
    2523
    26 ### Better Sharing for WordPress IgnitionDeck Addon
    27 
    28 Social sharing is crucial for the success of crowdfunding campaigns, as it extends their reach and increases visibility.
    29 The [Better Sharing for WordPress IgnitionDeck Addon](https://www.ignitiondeck.com/blog/elevate-crowdfunding-with-social-sharing/) provides tools for project creators, supporters, and site visitors to share campaigns via social media and email, enhancing the potential for funding.
    30 Personalized, dynamic sharing messages are designed to boost engagement and credibility, thereby fostering a sense of ownership and advocacy among supporters.
     24### Better Sharing IgnitionDeck Addon
     25
     26Social sharing is crucial for the success of crowdfunding campaigns, as it extends their reach and increases visibility. The [Better Sharing for WordPress IgnitionDeck Addon](https://www.ignitiondeck.com/blog/elevate-crowdfunding-with-social-sharing/) provides tools for project creators, supporters, and site visitors to share campaigns via social media and email, enhancing the potential for funding. Personalized, dynamic sharing messages are designed to boost engagement and credibility, thereby fostering a sense of ownership and advocacy among supporters.
    3127
    3228Learn more about [enabling and customizing the addon here](https://docs.ignitiondeck.com/article/165-ignitiondeck-better-sharing).
     
    73698. Emails sent using the Better Sharing plugin can be completely customized. Our Perfect Personalization templates make sure that the emails look familiar to recipients.
    74709. You can create multiple UI Templates for use in multiple places on your site or A/B test and keep improving them.
    75 10. Using any WooCommerce add-ons? We boost the performance of several of them by making their sharing interfaces easier to use with our Universal Contact Picker.
    76 11. The Better Sharing general settings screen gives you a simple way to enable the CloudSponge Contact Picker and set some global options for the plugin.
     7110. One-click integration with IgnitinoDeck's powerful crowdfunding platform.
     7211. Using any WooCommerce add-ons? We boost the performance of several of them by making their sharing interfaces easier to use with our Universal Contact Picker.
     7312. The Better Sharing general settings screen gives you a simple way to enable the CloudSponge Contact Picker and set some global options for the plugin.
    7774
    7875== Changelog ==
     76
     77= 2.6.6 =
     78* Bumping supported WordPress version to 6.6.
    7979
    8080= 2.6.5 =
  • better-sharing/trunk/vendor/composer/installed.php

    r3090558 r3143212  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '63c7df4237d58ff37ac20153e9fb0f497af6b62c',
     6        'reference' => 'a7d2e85770a6501507b748fd32ff0992bd62a7d9',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '63c7df4237d58ff37ac20153e9fb0f497af6b62c',
     16            'reference' => 'a7d2e85770a6501507b748fd32ff0992bd62a7d9',
    1717            'type' => 'project',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.