Skip to content

Commit

Permalink
Merge pull request #668 from wp-media/branch-2.11.3
Browse files Browse the repository at this point in the history
2.11.3
  • Loading branch information
remyperona authored Dec 19, 2017
2 parents 79ea0d1 + 681e307 commit 27d3dc6
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 4 deletions.
Binary file modified inc/admin/ui/css/fancybox/fancybox_loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inc/admin/ui/css/fancybox/fancybox_loading@2x.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inc/admin/ui/css/fancybox/fancybox_overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inc/admin/ui/css/fancybox/fancybox_sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inc/admin/ui/css/fancybox/fancybox_sprite@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inc/admin/ui/img/logo-imagify.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inc/admin/ui/img/preloader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inc/admin/ui/img/wpspin.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion inc/common/purge.php
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ function do_admin_post_rocket_purge_cloudflare() {
} else {
$cf_purge_result = array(
'result' => 'success',
'message' => __( 'CloudFlare cache sucessfully purged', 'rocket' ),
'message' => __( 'CloudFlare cache successfully purged', 'rocket' ),
);
}

Expand Down
3 changes: 2 additions & 1 deletion inc/front/lazyload.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ function rocket_lazyload_script() {
var s = d.createElement("script"); s.async = true;
var v = !("IntersectionObserver" in w) ? "8.5.2" : "10.3.5";
s.src = "' . get_rocket_cdn_url( WP_ROCKET_FRONT_JS_URL . 'lazyload-v' . $suffix . '.js', array( 'all', 'css_and_js', 'js' ) ) . '";
s.src = s.src.replace( "-v", "-" + v );
s.src = s.src.replace( "lazyload-v", "lazyload-" + v );
w.lazyLoadOptions = {
elements_selector: "img, iframe",
data_src: "lazy-src",
data_srcset: "lazy-srcset",
skip_invisible: false,
class_loading: "lazyloading",
class_loaded: "lazyloaded",
threshold: ' . $threshold . ',
Expand Down
4 changes: 2 additions & 2 deletions wp-rocket.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Rocket
* Plugin URI: https://wp-rocket.me
* Description: The best WordPress performance plugin.
* Version: 2.11.2
* Version: 2.11.3
* Code Name: Dagobah
* Author: WP Media
* Contributors: Jonathan Buttigieg, Julio Potier, Remy Perona
Expand All @@ -19,7 +19,7 @@
defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' );

// Rocket defines.
define( 'WP_ROCKET_VERSION' , '2.11.2' );
define( 'WP_ROCKET_VERSION' , '2.11.3' );
define( 'WP_ROCKET_PRIVATE_KEY' , false );
define( 'WP_ROCKET_SLUG' , 'wp_rocket_settings' );
define( 'WP_ROCKET_WEB_MAIN' , false );
Expand Down

0 comments on commit 27d3dc6

Please sign in to comment.