Plugin Directory

Changeset 1810608


Ignore:
Timestamp:
01/28/2018 12:39:40 AM (8 years ago)
Author:
FrodoBean
Message:

Removed that causes undefined function error.

Location:
ra-widgets-parallax/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ra-widgets-parallax/trunk/ra-widgets-parallax.php

    r1798651 r1810608  
    44Plugin URI:  https://github.com/webdevsuperfast/ra-widgets-parallax
    55Description: Add parallax scrolling image effect on your widgets.
    6 Version:     1.0.3
     6Version:     1.0.4
    77Author:      Rotsen Mark Acob
    88Author URI:  https://rotsenacob.com/
     
    1414
    1515defined( 'ABSPATH' ) or die( esc_html_e( 'With great power comes great responsibility.', 'ra-widgets-parallax' ) );
    16 
    17 $plugin_data = get_plugin_data( __FILE__ );
    18 
    19 define( 'RAWP_VERSION', $plugin_data['Version'] );
    2016
    2117class RA_Widgets_Parallax {
     
    150146        if ( !is_admin() ) {
    151147            // Parallax JS
    152             wp_register_script( 'rawp-parallax-js', plugin_dir_url( __FILE__ ) . 'public/js/parallax.min.js', array( 'jquery' ), RAWP_VERSION, true );
     148            wp_register_script( 'rawp-parallax-js', plugin_dir_url( __FILE__ ) . 'public/js/parallax.min.js', array( 'jquery' ), null, true );
    153149            wp_enqueue_script( 'rawp-parallax-js' );
    154150
  • ra-widgets-parallax/trunk/readme.txt

    r1798651 r1810608  
    44Tags: parallax.js, parallax, widgets
    55Requires at least: 4.7
    6 Tested up to: 4.9.1
    7 Stable tag: 1.0.3
     6Tested up to: 4.9.2
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3232
    3333== Changelog ==
     34= 1.0.4 =
     35* Removed $plugin_data that causes undefined function error.
     36
    3437= 1.0.3 =
    3538* Reverted back to Parallax.js, updated form fields, hide form fields when using SiteOrigin Panels, better image handling, style changes.
     
    4548
    4649== Upgrade Notice ==
     50= 1.0.4 =
     51Removed $plugin_data that causes undefined function error.
     52
    4753= 1.0.3 =
    4854Reverted back to Parallax.js, updated form fields, hide form fields when using SiteOrigin Panels, better image handling, style changes.
Note: See TracChangeset for help on using the changeset viewer.