Changeset 2285861
- Timestamp:
- 04/17/2020 04:40:40 PM (6 years ago)
- Location:
- link-to-popup
- Files:
-
- 12 added
- 4 edited
-
branches/js/link-to-popup.js (modified) (1 diff)
-
branches/readme.txt (modified) (2 diffs)
-
tags/1.1 (added)
-
tags/1.1/css (added)
-
tags/1.1/css/admin (added)
-
tags/1.1/css/admin/link-to-popup.css (added)
-
tags/1.1/css/magnific-popup.min.css (added)
-
tags/1.1/js (added)
-
tags/1.1/js/admin (added)
-
tags/1.1/js/admin/link-to-popup.js (added)
-
tags/1.1/js/jquery.magnific-popup.min.js (added)
-
tags/1.1/js/link-to-popup.js (added)
-
tags/1.1/link-to-popup.php (added)
-
tags/1.1/readme.txt (added)
-
trunk/js/link-to-popup.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
link-to-popup/branches/js/link-to-popup.js
r2285117 r2285861 15 15 var selectors = response.data.selectors.join(', '); 16 16 $(selectors).magnificPopup({ 17 type: 'iframe' 17 type: 'iframe', 18 iframe: { 19 patterns: { 20 youtu: { 21 index: 'youtu.be', 22 id: 'be/', 23 src: '//www.youtube.com/embed/%id%?autoplay=1' 24 } 25 } 26 } 18 27 }); 19 28 } -
link-to-popup/branches/readme.txt
r2285117 r2285861 1 === Plugin Name===1 === Link to Popup === 2 2 Contributors: sandirosyandi 3 Donate link: https:// sandi-racy.github.io3 Donate link: https://www.paypal.me/sandirosyandi 4 4 Tags: link, popup 5 5 Requires at least: 5.1 6 6 Tested up to: 5.4 7 7 Requires PHP: 5.3 8 Stable tag: 1. 08 Stable tag: 1.1 9 9 License: GPL3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 20 20 1. Upload `link-to-popup` directory to the `/wp-content/plugins/` directory 21 21 2. Activate the plugin through the 'Plugins' menu in WordPress 22 23 == Frequently Asked Questions == 24 25 = What library does this plugin use? = 26 27 Magnific Popup 22 28 23 29 == Screenshots == 24 30 25 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from26 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets27 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`28 (or jpg, jpeg, gif).29 31 1. Settings page 30 32 31 == Changelog ==33 == Changelog == 32 34 33 35 = 1.0 = 34 36 * Transform your regular link to popup 37 38 = 1.1 = 39 * Added support for Youtube shorten URL -
link-to-popup/trunk/js/link-to-popup.js
r2285117 r2285861 15 15 var selectors = response.data.selectors.join(', '); 16 16 $(selectors).magnificPopup({ 17 type: 'iframe' 17 type: 'iframe', 18 iframe: { 19 patterns: { 20 youtu: { 21 index: 'youtu.be', 22 id: 'be/', 23 src: '//www.youtube.com/embed/%id%?autoplay=1' 24 } 25 } 26 } 18 27 }); 19 28 } -
link-to-popup/trunk/readme.txt
r2285117 r2285861 1 === Plugin Name===1 === Link to Popup === 2 2 Contributors: sandirosyandi 3 Donate link: https:// sandi-racy.github.io3 Donate link: https://www.paypal.me/sandirosyandi 4 4 Tags: link, popup 5 5 Requires at least: 5.1 6 6 Tested up to: 5.4 7 7 Requires PHP: 5.3 8 Stable tag: 1. 08 Stable tag: 1.1 9 9 License: GPL3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 20 20 1. Upload `link-to-popup` directory to the `/wp-content/plugins/` directory 21 21 2. Activate the plugin through the 'Plugins' menu in WordPress 22 23 == Frequently Asked Questions == 24 25 = What library does this plugin use? = 26 27 Magnific Popup 22 28 23 29 == Screenshots == 24 30 25 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from26 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets27 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`28 (or jpg, jpeg, gif).29 31 1. Settings page 30 32 31 == Changelog ==33 == Changelog == 32 34 33 35 = 1.0 = 34 36 * Transform your regular link to popup 37 38 = 1.1 = 39 * Added support for Youtube shorten URL
Note: See TracChangeset
for help on using the changeset viewer.