Changeset 3455980
- Timestamp:
- 02/07/2026 03:22:09 PM (7 weeks ago)
- Location:
- threewp-broadcast/trunk
- Files:
-
- 3 edited
-
ThreeWP_Broadcast.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src/traits/admin_menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
threewp-broadcast/trunk/ThreeWP_Broadcast.php
r3455964 r3455980 9 9 Plugin Name: Broadcast 10 10 Plugin URI: https://broadcast.plainviewplugins.com/ 11 Version: 52.0 111 Version: 52.02 12 12 */ 13 13 14 14 if ( ! defined( 'ABSPATH' ) ) exit; 15 15 16 DEFINE( 'THREEWP_BROADCAST_VERSION', 52.0 1);16 DEFINE( 'THREEWP_BROADCAST_VERSION', 52.02 ); 17 17 18 18 require_once( __DIR__ . '/vendor/autoload.php' ); -
threewp-broadcast/trunk/readme.txt
r3455964 r3455980 5 5 Requires at least: 6.2 6 6 Requires PHP: 8.0 7 Stable tag: 52.0 17 Stable tag: 52.02 8 8 Tags: multipost, sharing, duplicate, syndication, marketing 9 9 Tested up to: 6.9.1 … … 373 373 == Changelog == 374 374 375 = 52.02 20260207 = 376 377 * Fix: Fatal error when displaying info about old version of the add-on packs when trying to view the Broadcast settings tab. 378 375 379 = 52.01 20260207 = 376 380 -
threewp-broadcast/trunk/src/traits/admin_menu.php
r3445175 r3455980 81 81 { 82 82 $message = $this->p( 83 // Translators: add-on pack name, version number, version number.84 __( 'Network admin! To ensure compatibility, please upgrade your version of the Broadcast %1$s add-on pack (%2$s) to match the major version of Broadcast itself: %$3s', 'threewp-broadcast' ),85 $pack->get( 'name' ),86 $constants[ $define ],87 $bc_major_version83 // Translators: add-on pack name, version number, version number. 84 __( 'Network admin! To ensure compatibility, please upgrade your version of the Broadcast %1$s add-on pack (%2$s) to match the major version of Broadcast itself: %3$s', 'threewp-broadcast' ), 85 $pack->get( 'name' ), 86 $constants[ $define ], 87 $bc_major_version 88 88 ); 89 89
Note: See TracChangeset
for help on using the changeset viewer.