Changeset 3064074
- Timestamp:
- 04/03/2024 07:27:21 PM (2 years ago)
- Location:
- better-sharing/trunk
- Files:
-
- 4 edited
-
BetterSharingWP.php (modified) (2 diffs)
-
includes/AddOns/IgnitionDeck/IgnitionDeck.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
better-sharing/trunk/BetterSharingWP.php
r3060195 r3064074 6 6 * Plugin Name: Better Sharing 7 7 * Description: Add essential viral sharing functionality to any WordPress site. 8 * Version: 2.6. 28 * Version: 2.6.3 9 9 * Author: CloudSponge 10 10 * Author URI: https://www.cloudsponge.com … … 54 54 define( 'BETTER_SHARING_PATH', plugin_dir_path( __FILE__ ) ); 55 55 define( 'BETTER_SHARING_URI', plugin_dir_url( __FILE__ ) ); 56 define( 'BETTER_SHARING_VERSION', '2.6. 2' );56 define( 'BETTER_SHARING_VERSION', '2.6.3' ); 57 57 58 58 define( 'BETTER_SHARING_ADMIN_TEMPLATE_PATH', BETTER_SHARING_PATH . 'includes/AdminScreens/admin-templates/' ); -
better-sharing/trunk/includes/AddOns/IgnitionDeck/IgnitionDeck.php
r3054040 r3064074 429 429 * @return void 430 430 */ 431 public function display_admin_notice( $notice ){ 432 // @TODO check current screen is bswp 431 public function display_admin_notice(){ 433 432 if ( ! empty( $this->admin_notices ) ) : 434 433 foreach( $this->admin_notices as $notice ) : -
better-sharing/trunk/readme.txt
r3060195 r3064074 5 5 Tested up to: 6.4 6 6 Requires PHP: 7.0 7 Stable tag: 2.6. 27 Stable tag: 2.6.3 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 70 70 == Changelog == 71 71 72 = 2.6.3 = 73 * Fixes extra parameter causing conflict with the IgnitionDeck AddOn. 74 72 75 = 2.6.2 = 73 76 * Fix successful email sent count when caching gets in the way. -
better-sharing/trunk/vendor/composer/installed.php
r3060195 r3064074 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 9f31fe2a8e6a3864a744ab2b580ed4739decf5e7',6 'reference' => '18be79cfd86c608e95264028423b7da2d599be6f', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => ' 9f31fe2a8e6a3864a744ab2b580ed4739decf5e7',16 'reference' => '18be79cfd86c608e95264028423b7da2d599be6f', 17 17 'type' => 'project', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.