Plugin Directory

Changeset 3417981


Ignore:
Timestamp:
12/12/2025 07:36:07 AM (3 months ago)
Author:
dmimag
Message:

Tested with PHP 8.3
Tested with WordPress 6.9

Location:
dmimag-liveblog/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • dmimag-liveblog/trunk/dmimag-liveblog.php

    r3318124 r3417981  
    1717 * Plugin URI:        https://dmimag.site
    1818 * Description:       Create an unlimited of Live broadcast that easily fit into your website design.
    19  * Version:           1.2.4
     19 * Version:           1.2.5
    2020 * Author:            dmimag
    2121 * Author URI:        https://dmimag.site/
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'DMIMAG_LIVEBLOG_VERSION', '1.2.4' );
     37define( 'DMIMAG_LIVEBLOG_VERSION', '1.2.5' );
    3838
    3939/**
  • dmimag-liveblog/trunk/includes/class-dmimag-liveblog.php

    r3318124 r3417981  
    7272            $this->version = DMIMAG_LIVEBLOG_VERSION;
    7373        } else {
    74             $this->version = '1.2.4';
     74            $this->version = '1.2.5';
    7575        }
    7676
  • dmimag-liveblog/trunk/public/class-dmimag-liveblog-public.php

    r3318124 r3417981  
    5151
    5252        $this->plugin_name = $plugin_name;
     53       
    5354        $this->version = $version;
    5455
  • dmimag-liveblog/trunk/readme.txt

    r3318124 r3417981  
    44Tags: liveblog, livebroadcast, live blog, wordpress liveblog, live broadcast
    55Requires at least: 6.0
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.2.4
     8Stable tag: 1.2.5
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    4444== Changelog ==
    4545
     46= 1.2.5 =
     47- Tested with PHP 8.3
     48- Tested with WordPress 6.9
     49
    4650= 1.2.4 =
    4751- Fixed a bug related to wp_add_inline_script
Note: See TracChangeset for help on using the changeset viewer.