Plugin Directory

Changeset 3455980


Ignore:
Timestamp:
02/07/2026 03:22:09 PM (7 weeks ago)
Author:
edward_plainview
Message:

Broadcast v52.02

Location:
threewp-broadcast/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • threewp-broadcast/trunk/ThreeWP_Broadcast.php

    r3455964 r3455980  
    99Plugin Name:    Broadcast
    1010Plugin URI:     https://broadcast.plainviewplugins.com/
    11 Version:        52.01
     11Version:        52.02
    1212*/
    1313
    1414if ( ! defined( 'ABSPATH' ) ) exit;
    1515
    16 DEFINE( 'THREEWP_BROADCAST_VERSION', 52.01 );
     16DEFINE( 'THREEWP_BROADCAST_VERSION', 52.02 );
    1717
    1818require_once( __DIR__ . '/vendor/autoload.php' );
  • threewp-broadcast/trunk/readme.txt

    r3455964 r3455980  
    55Requires at least: 6.2
    66Requires PHP: 8.0
    7 Stable tag: 52.01
     7Stable tag: 52.02
    88Tags: multipost, sharing, duplicate, syndication, marketing
    99Tested up to: 6.9.1
     
    373373== Changelog ==
    374374
     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
    375379= 52.01 20260207 =
    376380
  • threewp-broadcast/trunk/src/traits/admin_menu.php

    r3445175 r3455980  
    8181            {
    8282                $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_version
     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: %3$s', 'threewp-broadcast' ),
     85                        $pack->get( 'name' ),
     86                        $constants[ $define ],
     87                        $bc_major_version
    8888                );
    8989
Note: See TracChangeset for help on using the changeset viewer.