Changeset 3025401
- Timestamp:
- 01/22/2024 07:33:19 PM (2 years ago)
- Location:
- better-sharing/trunk
- Files:
-
- 4 edited
-
BetterSharingWP.php (modified) (2 diffs)
-
includes/templates/bswp-modules-container.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
r3023683 r3025401 6 6 * Plugin Name: Better Sharing 7 7 * Description: Add essential viral sharing functionality to any WordPress site. 8 * Version: 2.5. 08 * Version: 2.5.1 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.5. 0' );56 define( 'BETTER_SHARING_VERSION', '2.5.1' ); 57 57 58 58 define( 'BETTER_SHARING_ADMIN_TEMPLATE_PATH', BETTER_SHARING_PATH . 'includes/AdminScreens/admin-templates/' ); -
better-sharing/trunk/includes/templates/bswp-modules-container.php
r3011658 r3025401 1 <div class="wp-block-cgb-block-ea-better-sharing "1 <div class="wp-block-cgb-block-ea-better-sharing <?php echo 'bswp-'.$bswp_ui_template; ?>" 2 2 data-block-attr="<?php echo esc_attr( json_encode( $block_attributes ) ); ?>"> 3 3 <?php -
better-sharing/trunk/readme.txt
r3023683 r3025401 5 5 Tested up to: 6.4 6 6 Requires PHP: 7.0 7 Stable tag: 2.5. 07 Stable tag: 2.5.1 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.5.1 = 73 * Restored CSS override classes that had been clobbered by a merge. 74 72 75 = 2.5.0 = 73 76 * New admin main screen -
better-sharing/trunk/vendor/composer/installed.php
r3023683 r3025401 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 863e4f169b3e461e566199c7641aeb0bf44ac9db',6 'reference' => 'c46339fc30fb7e1debcd824e8108f7c1bfedee63', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => ' 863e4f169b3e461e566199c7641aeb0bf44ac9db',16 'reference' => 'c46339fc30fb7e1debcd824e8108f7c1bfedee63', 17 17 'type' => 'project', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.