Plugin Directory

Changeset 3064074


Ignore:
Timestamp:
04/03/2024 07:27:21 PM (2 years ago)
Author:
CloudSponge
Message:

releasing v2.6.3

Location:
better-sharing/trunk
Files:
4 edited

Legend:

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

    r3060195 r3064074  
    66 * Plugin Name:       Better Sharing
    77 * Description:       Add essential viral sharing functionality to any WordPress site.
    8  * Version:           2.6.2
     8 * Version:           2.6.3
    99 * Author:            CloudSponge
    1010 * Author URI:        https://www.cloudsponge.com
     
    5454define( 'BETTER_SHARING_PATH', plugin_dir_path( __FILE__ ) );
    5555define( 'BETTER_SHARING_URI', plugin_dir_url( __FILE__ ) );
    56 define( 'BETTER_SHARING_VERSION', '2.6.2' );
     56define( 'BETTER_SHARING_VERSION', '2.6.3' );
    5757
    5858define( 'BETTER_SHARING_ADMIN_TEMPLATE_PATH', BETTER_SHARING_PATH . 'includes/AdminScreens/admin-templates/' );
  • better-sharing/trunk/includes/AddOns/IgnitionDeck/IgnitionDeck.php

    r3054040 r3064074  
    429429     * @return void
    430430     */
    431     public function display_admin_notice( $notice ){
    432         // @TODO check current screen is bswp
     431    public function display_admin_notice(){
    433432        if ( ! empty( $this->admin_notices ) ) :
    434433            foreach( $this->admin_notices as $notice ) :
  • better-sharing/trunk/readme.txt

    r3060195 r3064074  
    55Tested up to: 6.4
    66Requires PHP: 7.0
    7 Stable tag: 2.6.2
     7Stable tag: 2.6.3
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    7070== Changelog ==
    7171
     72= 2.6.3 =
     73* Fixes extra parameter causing conflict with the IgnitionDeck AddOn.
     74
    7275= 2.6.2 =
    7376* Fix successful email sent count when caching gets in the way.
  • better-sharing/trunk/vendor/composer/installed.php

    r3060195 r3064074  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '9f31fe2a8e6a3864a744ab2b580ed4739decf5e7',
     6        'reference' => '18be79cfd86c608e95264028423b7da2d599be6f',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '9f31fe2a8e6a3864a744ab2b580ed4739decf5e7',
     16            'reference' => '18be79cfd86c608e95264028423b7da2d599be6f',
    1717            'type' => 'project',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.