Plugin Directory

Changeset 1982238


Ignore:
Timestamp:
11/28/2018 09:12:46 PM (7 years ago)
Author:
FrodoBean
Message:

Fixed undefined constant, added missing css and js files

Location:
ra-widgets-animate/trunk
Files:
5 added
2 edited

Legend:

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

    r1981658 r1982238  
    44Plugin URI:  https://github.com/webdevsuperfast/ra-widgets-animate
    55Description: Animate widgets using Animate on Scroll library.
    6 Version:     1.1.9
     6Version:     1.1.9.1
    77Author:      Rotsen Mark Acob
    88Author URI:  https://webdevsuperfast.github.io/
     
    570570            $offset = get_option( 'rawa_aos_offset', '120' );
    571571            $duration = get_option( 'rawa_aos_duration', '400' );
    572             $easing = get_option( 'rawa_aos_easing', ease );
     572            $easing = get_option( 'rawa_aos_easing', 'ease' );
    573573            $delay = get_option( 'rawa_aos_delay', 0 );
    574574            $disable = get_option( 'rawa_aos_disable', false );
  • ra-widgets-animate/trunk/readme.txt

    r1981658 r1982238  
    55Requires at least: 4.7
    66Tested up to: 4.9.8
    7 Stable tag: 1.1.9
     7Stable tag: 1.1.9.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8888== Changelog ==
    8989
     90= 1.1.9.1 =
     91* Fixed undefined constant
     92* Added missing js, css files
     93
    9094= 1.1.9 =
    9195* Updated Animate on Scroll to version 2.3.4.
     
    153157== Upgrade Notice ==
    154158
     159= 1.1.9.1
     160Fixed undefined constant, added missing js and css files.
     161
    155162= 1.1.9 =
    156163Updated Animate on Scroll, fixed Disable on Devices and updated translation.
Note: See TracChangeset for help on using the changeset viewer.