Changeset 2616520
- Timestamp:
- 10/19/2021 12:59:14 PM (4 years ago)
- Location:
- deepen-shortcode/trunk
- Files:
-
- 2 edited
-
deepen-shortcode.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
deepen-shortcode/trunk/deepen-shortcode.php
r2612966 r2616520 10 10 * Example: '[deepen resource="articleId=12345678-abcd-ef01-2345-6789abcdef01" username="xxx" password="yyyyyyy"]'. 11 11 * 12 * Version: 1. 312 * Version: 1.4 13 13 * 14 14 * Author: Deepen srl … … 28 28 'resource' => null, 29 29 'width' => '100%', 30 'height' => ' 165px',30 'height' => '210px', 31 31 'username' => null, 32 32 'password' => null … … 96 96 // Get player size 97 97 $width = deepen_get_dimension($params['width'], '100%'); 98 $height = deepen_get_dimension($params['height'], ' 165px');98 $height = deepen_get_dimension($params['height'], '210px'); 99 99 100 100 // Build the url -
deepen-shortcode/trunk/readme.txt
r2612966 r2616520 4 4 Requires at least: 2.5.0 5 5 Tested up to: 5.7.2 6 Stable tag: 1. 36 Stable tag: 1.4 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 50 50 == Changelog == 51 51 52 = 1.4 = 53 * Fix iframe's height 54 52 55 = 1.3 = 53 56 * Update min height value
Note: See TracChangeset
for help on using the changeset viewer.