Changeset 1982238
- Timestamp:
- 11/28/2018 09:12:46 PM (7 years ago)
- Location:
- ra-widgets-animate/trunk
- Files:
-
- 5 added
- 2 edited
-
admin/js/rawa-admin.min.js (added)
-
admin/js/rawa-settings.min.js (added)
-
admin/js/siteorigin-admin.min.js (added)
-
public/css/aos.css (added)
-
public/js/aos.js (added)
-
ra-widgets-animate.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ra-widgets-animate/trunk/ra-widgets-animate.php
r1981658 r1982238 4 4 Plugin URI: https://github.com/webdevsuperfast/ra-widgets-animate 5 5 Description: Animate widgets using Animate on Scroll library. 6 Version: 1.1.9 6 Version: 1.1.9.1 7 7 Author: Rotsen Mark Acob 8 8 Author URI: https://webdevsuperfast.github.io/ … … 570 570 $offset = get_option( 'rawa_aos_offset', '120' ); 571 571 $duration = get_option( 'rawa_aos_duration', '400' ); 572 $easing = get_option( 'rawa_aos_easing', ease);572 $easing = get_option( 'rawa_aos_easing', 'ease' ); 573 573 $delay = get_option( 'rawa_aos_delay', 0 ); 574 574 $disable = get_option( 'rawa_aos_disable', false ); -
ra-widgets-animate/trunk/readme.txt
r1981658 r1982238 5 5 Requires at least: 4.7 6 6 Tested up to: 4.9.8 7 Stable tag: 1.1.9 7 Stable tag: 1.1.9.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 88 88 == Changelog == 89 89 90 = 1.1.9.1 = 91 * Fixed undefined constant 92 * Added missing js, css files 93 90 94 = 1.1.9 = 91 95 * Updated Animate on Scroll to version 2.3.4. … … 153 157 == Upgrade Notice == 154 158 159 = 1.1.9.1 160 Fixed undefined constant, added missing js and css files. 161 155 162 = 1.1.9 = 156 163 Updated Animate on Scroll, fixed Disable on Devices and updated translation.
Note: See TracChangeset
for help on using the changeset viewer.