Changeset 3445190
- Timestamp:
- 01/22/2026 09:58:09 PM (2 months ago)
- Location:
- threewp-broadcast/trunk
- Files:
-
- 2 edited
-
ThreeWP_Broadcast.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
threewp-broadcast/trunk/ThreeWP_Broadcast.php
r3445175 r3445190 9 9 Plugin Name: Broadcast 10 10 Plugin URI: https://broadcast.plainviewplugins.com/ 11 Version: 51.1 311 Version: 51.14 12 12 */ 13 13 14 14 if ( ! defined( 'ABSPATH' ) ) exit; 15 15 16 DEFINE( 'THREEWP_BROADCAST_VERSION', 51.1 3);16 DEFINE( 'THREEWP_BROADCAST_VERSION', 51.14 ); 17 17 18 18 require_once( __DIR__ . '/vendor/autoload.php' ); -
threewp-broadcast/trunk/readme.txt
r3445175 r3445190 5 5 Requires at least: 6.2 6 6 Requires PHP: 8.0 7 Stable tag: 51.1 37 Stable tag: 51.14 8 8 Tags: multipost, sharing, duplicate, syndication, marketing 9 9 Tested up to: 6.9 … … 373 373 == Changelog == 374 374 375 = 51.14 20260122 = 376 377 * Fix the correct upload tag. 378 375 379 = 51.13 20260122 = 376 380
Note: See TracChangeset
for help on using the changeset viewer.