Plugin Directory

Changeset 3338984


Ignore:
Timestamp:
08/04/2025 12:58:34 PM (8 months ago)
Author:
CloudSponge
Message:

releasing v2.6.13

Location:
better-sharing/trunk
Files:
5 edited

Legend:

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

    r3338978 r3338984  
    77 * Plugin Name:       Better Sharing
    88 * Description:       Add essential viral sharing functionality to any WordPress site.
    9  * Version:           2.6.12
     9 * Version:           2.6.13
    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.6.12');
     59define('BETTER_SHARING_VERSION', '2.6.13');
    6060
    6161define('BETTER_SHARING_ADMIN_TEMPLATE_PATH', BETTER_SHARING_PATH . 'includes/AdminScreens/admin-templates/');
  • better-sharing/trunk/languages/better-sharing-wp-bg_BG.po

    r3338978 r3338984  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Better Sharing 2.6.12\n"
     5"Project-Id-Version: Better Sharing 2.6.13\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

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

    r3338978 r3338984  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Better Sharing 2.6.12\n"
     5"Project-Id-Version: Better Sharing 2.6.13\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

    r3338978 r3338984  
    55Tested up to: 6.8.2
    66Requires PHP: 7.0
    7 Stable tag: 2.6.12
     7Stable tag: 2.6.13
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    7575== Changelog ==
    7676
     77= 2.6.13 =
     78* Minor fixes.
     79
    7780= 2.6.12 =
    7881* Bumping supported WordPress version to 6.8.2
Note: See TracChangeset for help on using the changeset viewer.