Plugin Directory

Changeset 3167579


Ignore:
Timestamp:
10/12/2024 02:07:49 PM (17 months ago)
Author:
bobteng
Message:

Update to version 1.2.11 from GitHub

Location:
plugnmeet
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • plugnmeet/tags/1.2.11/README.txt

    r3159555 r3167579  
    55Requires at least: 5.9
    66Tested up to: 6.6.2
    7 Stable tag: 1.2.10
     7Stable tag: 1.2.11
    88Requires PHP: 7.4
    99License: GPLv2 or later
  • plugnmeet/tags/1.2.11/plugnmeet.php

    r3159555 r3167579  
    1616 * Plugin URI:        https://github.com/mynaparrot/plugNmeet-WordPress
    1717 * Description:       Plug-N-Meet web conference integration with WordPress
    18  * Version:           1.2.10
     18 * Version:           1.2.11
    1919 * Author:            Jibon L. Costa <[email protected]>
    2020 * Requires at least: 5.9
     
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define( 'PLUGNMEET_VERSION', '1.2.10' );
     40define( 'PLUGNMEET_VERSION', '1.2.11' );
    4141
    4242/**
  • plugnmeet/tags/1.2.11/public/js/plugnmeet-public.js

    r3159555 r3167579  
    2727                    if (!windowOpen) {
    2828                        setTimeout(() => {
    29                             window.location.href = data.url
     29                            // check, if still not opened
     30                            if (!windowOpen) {
     31                                window.location.href = url
     32                            }
    3033                        }, 5000);
    3134                    }
  • plugnmeet/trunk/README.txt

    r3159555 r3167579  
    55Requires at least: 5.9
    66Tested up to: 6.6.2
    7 Stable tag: 1.2.10
     7Stable tag: 1.2.11
    88Requires PHP: 7.4
    99License: GPLv2 or later
  • plugnmeet/trunk/plugnmeet.php

    r3159555 r3167579  
    1616 * Plugin URI:        https://github.com/mynaparrot/plugNmeet-WordPress
    1717 * Description:       Plug-N-Meet web conference integration with WordPress
    18  * Version:           1.2.10
     18 * Version:           1.2.11
    1919 * Author:            Jibon L. Costa <[email protected]>
    2020 * Requires at least: 5.9
     
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define( 'PLUGNMEET_VERSION', '1.2.10' );
     40define( 'PLUGNMEET_VERSION', '1.2.11' );
    4141
    4242/**
  • plugnmeet/trunk/public/js/plugnmeet-public.js

    r3159555 r3167579  
    2727                    if (!windowOpen) {
    2828                        setTimeout(() => {
    29                             window.location.href = data.url
     29                            // check, if still not opened
     30                            if (!windowOpen) {
     31                                window.location.href = url
     32                            }
    3033                        }, 5000);
    3134                    }
Note: See TracChangeset for help on using the changeset viewer.