Skip to content

Commit

Permalink
fixed #25 by updating MooTools.Core to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Jan 6, 2016
1 parent 22cc994 commit 29e0113
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 489 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### 2.12 ###
* Bugfix: Theme Customizer was not able to modify the special-line-highlighting-color of codeblocks **without** line-numbers - thanks to [CraigMcKenna on GitHub](https://github.com/AndiDittrich/WordPress.Enlighter/issues/24)
* Bugfix: MooTools < 1.5.1 [#2705](https://github.com/mootools/mootools-core/pull/2705) will throw the javascript error `The specified value "t" is not a valid email address` - [updated to v1.5.2](http://mootools.net/blog/2015/09/13/mootools-1-5-2-release) - thanks to [
lots0logs on GitHub](https://github.com/AndiDittrich/WordPress.Enlighter/issues/25)

### 2.11 ###
* Bugfix: the default option of "Enlighter Config" is now set to "inline" - this may avoid highlighting when upgrading to 2.10 - I apologize for the inconvenience - thanks to [ciambellino on GitHub](https://github.com/AndiDittrich/WordPress.Enlighter/issues/21)
Expand Down
4 changes: 2 additions & 2 deletions class/ResourceLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public function __construct($settingssUtil, $themeManager, $languageKeys){

// initialize cdn locations
self::$cdnLocations['mootools-local'] = plugins_url('/enlighter/resources/mootools-core-yc.js');
self::$cdnLocations['mootools-google'] = '//ajax.googleapis.com/ajax/libs/mootools/1.5.1/mootools-yui-compressed.js';
self::$cdnLocations['mootools-cdnjs'] = '//cdnjs.cloudflare.com/ajax/libs/mootools/1.5.1/mootools-core-full-nocompat.min.js';
self::$cdnLocations['mootools-google'] = '//ajax.googleapis.com/ajax/libs/mootools/1.5.2/mootools.min.js';
self::$cdnLocations['mootools-cdnjs'] = '//cdnjs.cloudflare.com/ajax/libs/mootools/1.5.2/mootools-core.min.js';
}

// initialzize the frontend
Expand Down
Loading

0 comments on commit 29e0113

Please sign in to comment.