Skip to content

Commit

Permalink
setting version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenney committed Oct 24, 2014
1 parent 68db1f5 commit 80fa56c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See the [README.txt][1.0] file, or one of the links below:
- [Issue Tracker][1.4.1]
- [Forum][1.4.2]
- Releases
- __[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)
- __[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)
- __[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)


Expand Down
12 changes: 9 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://jasonpenney.net/donate
Tags: javascript, performance, CDN, Google, jQuery, Prototype, MooTools, Dojo, Google AJAX Libraries API, YSlow, Page Speed
Requires at least: 3.4
Tested up to: 4.0
Stable tag: 1.6.1
Stable tag: 1.6.2

Allows your site to use common javascript libraries from Google's AJAX
Libraries CDN, rather than from WordPress's own copies.
Expand Down Expand Up @@ -126,6 +126,11 @@ using K2.

== Changelog ==

= 1.6.2 =

+ added some missing jQuery UI modules (hopefully fixes issues from support
forums I couldn't reproduce previously).

= 1.6.1 =

+ same as 1.6 (due to SVN issue with 1.6)
Expand Down Expand Up @@ -237,8 +242,9 @@ from [Peter Wilson](http://peterwilson.cc/).

== Upgrade Notice ==

= 1.6.1 =
Fixes numerous issues. Recommended upgrade.
= 1.6.2 =

Fixes missing registrations. Upgrade immediately!

== A Request ==

Expand Down
4 changes: 2 additions & 2 deletions use-google-libraries.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Use Google Libraries
Plugin URI: http://jasonpenney.net/wordpress-plugins/use-google-libraries/
Description: Allows your site to use common javascript libraries from Google's AJAX Libraries CDN, rather than from WordPress's own copies.
Version: 1.6.1
Version: 1.6.2
Author: Jason Penney
Author URI: http://jasonpenney.net/
Text Domain: use-google-libraries
Expand Down Expand Up @@ -34,7 +34,7 @@ class JCP_UseGoogleLibraries {

protected static $instance;
protected static $plugin_file = __FILE__;
protected static $version = '1.6.1';
protected static $version = '1.6.2';
protected static $noconflict_inject = "<script type='text/javascript'>try{jQuery.noConflict();}catch(e){};</script>\n";

public static function get_instance() {
Expand Down

0 comments on commit 80fa56c

Please sign in to comment.