Changeset 3167579
- Timestamp:
- 10/12/2024 02:07:49 PM (17 months ago)
- Location:
- plugnmeet
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.11 (copied) (copied from plugnmeet/trunk)
-
tags/1.2.11/README.txt (modified) (1 diff)
-
tags/1.2.11/plugnmeet.php (modified) (2 diffs)
-
tags/1.2.11/public/js/plugnmeet-public.js (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/plugnmeet.php (modified) (2 diffs)
-
trunk/public/js/plugnmeet-public.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugnmeet/tags/1.2.11/README.txt
r3159555 r3167579 5 5 Requires at least: 5.9 6 6 Tested up to: 6.6.2 7 Stable tag: 1.2.1 07 Stable tag: 1.2.11 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later -
plugnmeet/tags/1.2.11/plugnmeet.php
r3159555 r3167579 16 16 * Plugin URI: https://github.com/mynaparrot/plugNmeet-WordPress 17 17 * Description: Plug-N-Meet web conference integration with WordPress 18 * Version: 1.2.1 018 * Version: 1.2.11 19 19 * Author: Jibon L. Costa <[email protected]> 20 20 * Requires at least: 5.9 … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define( 'PLUGNMEET_VERSION', '1.2.1 0' );40 define( 'PLUGNMEET_VERSION', '1.2.11' ); 41 41 42 42 /** -
plugnmeet/tags/1.2.11/public/js/plugnmeet-public.js
r3159555 r3167579 27 27 if (!windowOpen) { 28 28 setTimeout(() => { 29 window.location.href = data.url 29 // check, if still not opened 30 if (!windowOpen) { 31 window.location.href = url 32 } 30 33 }, 5000); 31 34 } -
plugnmeet/trunk/README.txt
r3159555 r3167579 5 5 Requires at least: 5.9 6 6 Tested up to: 6.6.2 7 Stable tag: 1.2.1 07 Stable tag: 1.2.11 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later -
plugnmeet/trunk/plugnmeet.php
r3159555 r3167579 16 16 * Plugin URI: https://github.com/mynaparrot/plugNmeet-WordPress 17 17 * Description: Plug-N-Meet web conference integration with WordPress 18 * Version: 1.2.1 018 * Version: 1.2.11 19 19 * Author: Jibon L. Costa <[email protected]> 20 20 * Requires at least: 5.9 … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define( 'PLUGNMEET_VERSION', '1.2.1 0' );40 define( 'PLUGNMEET_VERSION', '1.2.11' ); 41 41 42 42 /** -
plugnmeet/trunk/public/js/plugnmeet-public.js
r3159555 r3167579 27 27 if (!windowOpen) { 28 28 setTimeout(() => { 29 window.location.href = data.url 29 // check, if still not opened 30 if (!windowOpen) { 31 window.location.href = url 32 } 30 33 }, 5000); 31 34 }
Note: See TracChangeset
for help on using the changeset viewer.