Plugin Directory

Changeset 2089277


Ignore:
Timestamp:
05/16/2019 03:51:02 PM (7 years ago)
Author:
kevindees
Message:

update jQuery

Location:
fitvids-for-wordpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fitvids-for-wordpress/trunk/admin.php

    r1484835 r2089277  
    7373                            <?php $this->print_cdn_field_checked(); ?>
    7474                        >
    75                         My theme is missing jQuery. Add jQuery 1.12.4 from Google CDN.
     75                        My theme is missing jQuery. Add jQuery 3.4.1 from Google CDN.
    7676                    </label>
    7777                </td>
  • fitvids-for-wordpress/trunk/fitvids-for-wordpress.php

    r1709886 r2089277  
    2222    public $request = array();
    2323    public $activating = false;
    24     public $jquery_version = '1.12.4';
     24    public $jquery_version = '3.4.1';
    2525    public $transient = 'fitvids-admin-notice';
    2626    public $id = 'fitvids-wp';
  • fitvids-for-wordpress/trunk/readme.txt

    r1709888 r2089277  
    33Tags: videos, fitvids, responsive
    44Requires at least: 3.9
    5 Tested up to: 4.8
    6 Stable Tag: 3.0.4
     5Tested up to: 5.2
     6Stable Tag: 3.0.5
    77
    88This plugin makes videos responsive using the FitVids jQuery plugin on WordPress.
     
    2525
    2626== Changelog ==
     27
     28= 3.0.5 =
     29* Update version of jQuery to 3.4.1
    2730
    2831= 3.0.4 =
Note: See TracChangeset for help on using the changeset viewer.