Plugin Directory

Changeset 1013621


Ignore:
Timestamp:
10/24/2014 09:52:59 PM (11 years ago)
Author:
jczorkmid
Message:

setting version to 1.6.2

Location:
use-google-libraries/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • use-google-libraries/trunk/README.md

    r1013618 r1013621  
    1212    - [Forum][1.4.2]
    1313 - Releases
    14     - __[1.6.1][1.5]__ [![Build Status](https://travis-ci.org/jpenney/use-google-libraries.png?branch=master)](https://travis-ci.org/jpenney/use-google-libraries)[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/?branch=master)[![Code Coverage](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/?branch=master)         
     14    - __[1.6.2][1.5]__ [![Build Status](https://travis-ci.org/jpenney/use-google-libraries.png?branch=master)](https://travis-ci.org/jpenney/use-google-libraries)[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/?branch=master)[![Code Coverage](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/?branch=master)         
    1515    -  __[dev][1.6]__ [![Build Status](https://travis-ci.org/jpenney/use-google-libraries.png?branch=develop)](https://travis-ci.org/jpenney/use-google-libraries)[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/?branch=develop)[![Code Coverage](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/badges/coverage.png?b=develop)](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/?branch=develop)
    1616
  • use-google-libraries/trunk/README.txt

    r982352 r1013621  
    55Requires at least: 3.4
    66Tested up to: 4.0
    7 Stable tag: 1.6.1
     7Stable tag: 1.6.2
    88
    99Allows your site to use common javascript libraries from Google's AJAX
     
    126126
    127127== Changelog ==
     128
     129= 1.6.2 =
     130
     131+ added some missing jQuery UI modules (hopefully fixes issues from support
     132forums I couldn't reproduce previously).
    128133
    129134= 1.6.1 =
     
    238243== Upgrade Notice ==
    239244
    240 = 1.6.1 =
    241 Fixes numerous issues. Recommended upgrade.
     245= 1.6.2 =
     246
     247Fixes missing registrations. Upgrade immediately!
    242248
    243249== A Request ==
  • use-google-libraries/trunk/use-google-libraries.php

    r1013620 r1013621  
    44  Plugin URI: http://jasonpenney.net/wordpress-plugins/use-google-libraries/
    55  Description: Allows your site to use common javascript libraries from Google's AJAX Libraries CDN, rather than from WordPress's own copies.
    6   Version: 1.6.1
     6  Version: 1.6.2
    77  Author: Jason Penney
    88  Author URI: http://jasonpenney.net/
     
    3535        protected static $instance;
    3636        protected static $plugin_file = __FILE__;
    37         protected static $version = '1.6.1';
     37        protected static $version = '1.6.2';
    3838        protected static $noconflict_inject = "<script type='text/javascript'>try{jQuery.noConflict();}catch(e){};</script>\n";
    3939
Note: See TracChangeset for help on using the changeset viewer.