Changeset 3195252
- Timestamp:
- 11/22/2024 10:46:01 PM (4 months ago)
- Location:
- better-sharing/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified better-sharing/trunk/BetterSharingWP.php ¶
r3195248 r3195252 6 6 * Plugin Name: Better Sharing 7 7 * Description: Add essential viral sharing functionality to any WordPress site. 8 * Version: 2.6. 88 * Version: 2.6.9 9 9 * Author: CloudSponge 10 10 * Author URI: https://www.cloudsponge.com … … 55 55 define( 'BETTER_SHARING_PATH', plugin_dir_path( __FILE__ ) ); 56 56 define( 'BETTER_SHARING_URI', plugin_dir_url( __FILE__ ) ); 57 define( 'BETTER_SHARING_VERSION', '2.6. 8' );57 define( 'BETTER_SHARING_VERSION', '2.6.9' ); 58 58 59 59 define( 'BETTER_SHARING_ADMIN_TEMPLATE_PATH', BETTER_SHARING_PATH . 'includes/AdminScreens/admin-templates/' ); -
TabularUnified better-sharing/trunk/languages/better-sharing-wp-bg_BG.po ¶
r3195248 r3195252 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Better Sharing 2.6. 8\n"5 "Project-Id-Version: Better Sharing 2.6.9\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/better-sharing-" 7 7 "wp\n" -
TabularUnified better-sharing/trunk/languages/better-sharing-wp-en_US.po ¶
r3195248 r3195252 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Better Sharing 2.6. 8\n"3 "Project-Id-Version: Better Sharing 2.6.9\n" 4 4 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/better-sharing-" 5 5 "wp\n" -
TabularUnified better-sharing/trunk/languages/better-sharing-wp.pot ¶
r3195248 r3195252 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Better Sharing 2.6. 8\n"5 "Project-Id-Version: Better Sharing 2.6.9\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/better-sharing-wp\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
TabularUnified better-sharing/trunk/readme.txt ¶
r3195248 r3195252 3 3 Tags: cloudsponge, woocommerce, contact picker, sharing 4 4 Requires at least: 5.0.0 5 Tested up to: 6. 65 Tested up to: 6.7 6 6 Requires PHP: 7.0 7 Stable tag: 2.6. 87 Stable tag: 2.6.9 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 75 75 == Changelog == 76 76 77 = 2.6.9 = 78 * Bumping supported WordPress version to 6.7. 79 77 80 = 2.6.8 = 78 * Bumping supported WordPress version to 6.7.81 * Test deploy. 79 82 80 83 = 2.6.7 =
Note: See TracChangeset
for help on using the changeset viewer.