Update backstretch script to 2.1.17

This commit is contained in:
Robin Cornett
2019-08-22 11:14:21 -04:00
parent c359c03cc1
commit 94063235a6
3 changed files with 845 additions and 819 deletions
+843 -817
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
File diff suppressed because one or more lines are too long
@@ -56,7 +56,7 @@ class DisplayFeaturedImageGenesisEnqueue {
*/
public function enqueue_scripts() {
$minify = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
wp_register_script( 'backstretch', plugins_url( "/js/backstretch{$minify}.js", dirname( __FILE__ ) ), array( 'jquery' ), '2.1.16', true );
wp_register_script( 'backstretch', plugins_url( "/js/backstretch{$minify}.js", dirname( __FILE__ ) ), array( 'jquery' ), '2.1.17', true );
wp_enqueue_script(
'displayfeaturedimage-backstretch-set',
plugins_url( "/js/backstretch-set{$minify}.js", dirname( __FILE__ ) ),