Plugin Directory

Changeset 3026585


Ignore:
Timestamp:
01/25/2024 05:34:40 AM (2 years ago)
Author:
CloudSponge
Message:

releasing v2.5.2

Location:
better-sharing/trunk
Files:
4 edited

Legend:

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

    r3025401 r3026585  
    66 * Plugin Name:       Better Sharing
    77 * Description:       Add essential viral sharing functionality to any WordPress site.
    8  * Version:           2.5.1
     8 * Version:           2.5.2
    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.5.1' );
     56define( 'BETTER_SHARING_VERSION', '2.5.2' );
    5757
    5858define( 'BETTER_SHARING_ADMIN_TEMPLATE_PATH', BETTER_SHARING_PATH . 'includes/AdminScreens/admin-templates/' );
  • better-sharing/trunk/includes/AdminScreens/EmailTemplate.php

    r3023683 r3026585  
    401401        </div>
    402402        <?php
     403
     404            include BETTER_SHARING_ADMIN_TEMPLATE_PATH . 'email-template/test-email-modal.php'; 
     405
    403406        endif;
    404 
    405         include BETTER_SHARING_ADMIN_TEMPLATE_PATH . 'email-template/test-email-modal.php'; 
    406407    }
    407408
  • better-sharing/trunk/readme.txt

    r3025401 r3026585  
    55Tested up to: 6.4
    66Requires PHP: 7.0
    7 Stable tag: 2.5.1
     7Stable tag: 2.5.2
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    7070== Changelog ==
    7171
     72= 2.5.2 =
     73* Fixed conflict with "Simple Custom CSS and JS" plugin
     74
    7275= 2.5.1 =
    7376* Restored CSS override classes that had been clobbered by a merge.
  • better-sharing/trunk/vendor/composer/installed.php

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