Changeset 2089277
- Timestamp:
- 05/16/2019 03:51:02 PM (7 years ago)
- Location:
- fitvids-for-wordpress/trunk
- Files:
-
- 3 edited
-
admin.php (modified) (1 diff)
-
fitvids-for-wordpress.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fitvids-for-wordpress/trunk/admin.php
r1484835 r2089277 73 73 <?php $this->print_cdn_field_checked(); ?> 74 74 > 75 My theme is missing jQuery. Add jQuery 1.12.4from Google CDN.75 My theme is missing jQuery. Add jQuery 3.4.1 from Google CDN. 76 76 </label> 77 77 </td> -
fitvids-for-wordpress/trunk/fitvids-for-wordpress.php
r1709886 r2089277 22 22 public $request = array(); 23 23 public $activating = false; 24 public $jquery_version = ' 1.12.4';24 public $jquery_version = '3.4.1'; 25 25 public $transient = 'fitvids-admin-notice'; 26 26 public $id = 'fitvids-wp'; -
fitvids-for-wordpress/trunk/readme.txt
r1709888 r2089277 3 3 Tags: videos, fitvids, responsive 4 4 Requires at least: 3.9 5 Tested up to: 4.86 Stable Tag: 3.0. 45 Tested up to: 5.2 6 Stable Tag: 3.0.5 7 7 8 8 This plugin makes videos responsive using the FitVids jQuery plugin on WordPress. … … 25 25 26 26 == Changelog == 27 28 = 3.0.5 = 29 * Update version of jQuery to 3.4.1 27 30 28 31 = 3.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.