Changeset 3417981
- Timestamp:
- 12/12/2025 07:36:07 AM (3 months ago)
- Location:
- dmimag-liveblog/trunk
- Files:
-
- 4 edited
-
dmimag-liveblog.php (modified) (2 diffs)
-
includes/class-dmimag-liveblog.php (modified) (1 diff)
-
public/class-dmimag-liveblog-public.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dmimag-liveblog/trunk/dmimag-liveblog.php
r3318124 r3417981 17 17 * Plugin URI: https://dmimag.site 18 18 * Description: Create an unlimited of Live broadcast that easily fit into your website design. 19 * Version: 1.2. 419 * Version: 1.2.5 20 20 * Author: dmimag 21 21 * Author URI: https://dmimag.site/ … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'DMIMAG_LIVEBLOG_VERSION', '1.2. 4' );37 define( 'DMIMAG_LIVEBLOG_VERSION', '1.2.5' ); 38 38 39 39 /** -
dmimag-liveblog/trunk/includes/class-dmimag-liveblog.php
r3318124 r3417981 72 72 $this->version = DMIMAG_LIVEBLOG_VERSION; 73 73 } else { 74 $this->version = '1.2. 4';74 $this->version = '1.2.5'; 75 75 } 76 76 -
dmimag-liveblog/trunk/public/class-dmimag-liveblog-public.php
r3318124 r3417981 51 51 52 52 $this->plugin_name = $plugin_name; 53 53 54 $this->version = $version; 54 55 -
dmimag-liveblog/trunk/readme.txt
r3318124 r3417981 4 4 Tags: liveblog, livebroadcast, live blog, wordpress liveblog, live broadcast 5 5 Requires at least: 6.0 6 Tested up to: 6. 86 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.2. 48 Stable tag: 1.2.5 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 1.2.5 = 47 - Tested with PHP 8.3 48 - Tested with WordPress 6.9 49 46 50 = 1.2.4 = 47 51 - Fixed a bug related to wp_add_inline_script
Note: See TracChangeset
for help on using the changeset viewer.