Changeset 3026585
- Timestamp:
- 01/25/2024 05:34:40 AM (2 years ago)
- Location:
- better-sharing/trunk
- Files:
-
- 4 edited
-
BetterSharingWP.php (modified) (2 diffs)
-
includes/AdminScreens/EmailTemplate.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
r3025401 r3026585 6 6 * Plugin Name: Better Sharing 7 7 * Description: Add essential viral sharing functionality to any WordPress site. 8 * Version: 2.5. 18 * Version: 2.5.2 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. 1' );56 define( 'BETTER_SHARING_VERSION', '2.5.2' ); 57 57 58 58 define( 'BETTER_SHARING_ADMIN_TEMPLATE_PATH', BETTER_SHARING_PATH . 'includes/AdminScreens/admin-templates/' ); -
better-sharing/trunk/includes/AdminScreens/EmailTemplate.php
r3023683 r3026585 401 401 </div> 402 402 <?php 403 404 include BETTER_SHARING_ADMIN_TEMPLATE_PATH . 'email-template/test-email-modal.php'; 405 403 406 endif; 404 405 include BETTER_SHARING_ADMIN_TEMPLATE_PATH . 'email-template/test-email-modal.php';406 407 } 407 408 -
better-sharing/trunk/readme.txt
r3025401 r3026585 5 5 Tested up to: 6.4 6 6 Requires PHP: 7.0 7 Stable tag: 2.5. 17 Stable tag: 2.5.2 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.2 = 73 * Fixed conflict with "Simple Custom CSS and JS" plugin 74 72 75 = 2.5.1 = 73 76 * Restored CSS override classes that had been clobbered by a merge. -
better-sharing/trunk/vendor/composer/installed.php
r3025401 r3026585 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' c46339fc30fb7e1debcd824e8108f7c1bfedee63',6 'reference' => '9b1b02a0368a0ddc75672c86e36ff493c8dc6d44', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => ' c46339fc30fb7e1debcd824e8108f7c1bfedee63',16 'reference' => '9b1b02a0368a0ddc75672c86e36ff493c8dc6d44', 17 17 'type' => 'project', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.