Plugin Directory

Changeset 3195248


Ignore:
Timestamp:
11/22/2024 10:42:04 PM (17 months ago)
Author:
CloudSponge
Message:

releasing v2.6.8

Location:
better-sharing/trunk
Files:
5 edited

Legend:

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

    r3154852 r3195248  
    66 * Plugin Name:       Better Sharing
    77 * Description:       Add essential viral sharing functionality to any WordPress site.
    8  * Version:           2.6.7
     8 * Version:           2.6.8
    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.7' );
     57define( 'BETTER_SHARING_VERSION', '2.6.8' );
    5858
    5959define( 'BETTER_SHARING_ADMIN_TEMPLATE_PATH', BETTER_SHARING_PATH . 'includes/AdminScreens/admin-templates/' );
  • better-sharing/trunk/languages/better-sharing-wp-bg_BG.po

    r3154852 r3195248  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Better Sharing 2.6.7\n"
     5"Project-Id-Version: Better Sharing 2.6.8\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

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

    r3154852 r3195248  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Better Sharing 2.6.7\n"
     5"Project-Id-Version: Better Sharing 2.6.8\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

    r3154852 r3195248  
    55Tested up to: 6.6
    66Requires PHP: 7.0
    7 Stable tag: 2.6.7
     7Stable tag: 2.6.8
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    7575== Changelog ==
    7676
     77= 2.6.8 =
     78* Bumping supported WordPress version to 6.7.
     79
    7780= 2.6.7 =
    7881* Fixed a UI issue when the compact view is displayed in a modal.
Note: See TracChangeset for help on using the changeset viewer.