Plugin Directory

Changeset 3407074


Ignore:
Timestamp:
12/01/2025 05:12:36 PM (4 months ago)
Author:
CloudSponge
Message:

releasing v2.7.1

Location:
better-sharing
Files:
11 edited

Legend:

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

    r3375256 r3407074  
    77 * Plugin Name:       Better Sharing
    88 * Description:       Add essential viral sharing functionality to any WordPress site.
    9  * Version:           2.7.0
     9 * Version:           2.7.1
    1010 * Author:            CloudSponge
    1111 * Author URI:        https://www.cloudsponge.com
     
    5757define('BETTER_SHARING_PATH', plugin_dir_path(__FILE__));
    5858define('BETTER_SHARING_URI', plugin_dir_url(__FILE__));
    59 define('BETTER_SHARING_VERSION', '2.7.0');
     59define('BETTER_SHARING_VERSION', '2.7.1');
    6060
    6161define('BETTER_SHARING_ADMIN_TEMPLATE_PATH', BETTER_SHARING_PATH . 'includes/AdminScreens/admin-templates/');
  • better-sharing/trunk/languages/better-sharing-wp-bg_BG.po

    r3375256 r3407074  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Better Sharing 2.7.0\n"
     5"Project-Id-Version: Better Sharing 2.7.1\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

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

    r3375256 r3407074  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Better Sharing 2.7.0\n"
     5"Project-Id-Version: Better Sharing 2.7.1\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

    r3375256 r3407074  
    33Tags: cloudsponge, woocommerce, contact picker, sharing
    44Requires at least: 5.0.0
    5 Tested up to: 6.8.2
     5Tested up to: 6.8.3
    66Requires PHP: 7.0
    7 Stable tag: 2.7.0
     7Stable tag: 2.7.1
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    7575== Changelog ==
    7676
     77= 2.7.1 =
     78* Bumping supported WordPress version to 6.8.3
     79
    7780= 2.7.0 =
    7881* LinkedIn sharing added
  • better-sharing/trunk/vendor/composer/installed.php

    r3375256 r3407074  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => 'ed9205670869afc3c040a1287640690ba2ebccbc',
     6        'reference' => '92673b9ba98803d2ae235b948b84d82bd443ef8d',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => 'ed9205670869afc3c040a1287640690ba2ebccbc',
     16            'reference' => '92673b9ba98803d2ae235b948b84d82bd443ef8d',
    1717            'type' => 'project',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.