Changeset 1797660
- Timestamp:
- 01/05/2018 01:38:43 PM (8 years ago)
- Location:
- ra-widgets-animate/trunk
- Files:
-
- 3 edited
-
gulpfile.js (modified) (1 diff)
-
ra-widgets-animate.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ra-widgets-animate/trunk/gulpfile.js
r1797652 r1797660 40 40 return gulp.src([ 41 41 'node_modules/aos/dist/aos.js', 42 'public/js/sources/ app.js'42 'public/js/sources/rawa.js' 43 43 ]) 44 44 .pipe(foreach(function(stream, file){ -
ra-widgets-animate/trunk/ra-widgets-animate.php
r1797652 r1797660 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. 16 Version: 1.1.2 7 7 Author: Rotsen Mark Acob 8 8 Author URI: https://rotsenacob.com/ … … 563 563 564 564 // Initialize AOS 565 wp_register_script( 'rawa-app-js', plugin_dir_url( __FILE__ ) . 'public/js/ app.min.js', array( 'jquery' ), null, true );565 wp_register_script( 'rawa-app-js', plugin_dir_url( __FILE__ ) . 'public/js/rawa.min.js', array( 'jquery' ), null, true ); 566 566 wp_enqueue_script( 'rawa-app-js' ); 567 567 -
ra-widgets-animate/trunk/readme.txt
r1797652 r1797660 5 5 Requires at least: 4.7 6 6 Tested up to: 4.9.1 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 56 56 57 57 == Changelog == 58 = 1.1.2 = 59 * Renamed app.js to rawa.js, trying to fixed missing js files on SVN commit 60 58 61 = 1.1.1 = 59 62 * Fixing missing js files … … 87 90 88 91 == Upgrade Notice == 92 = 1.1.2 = 93 Renamed app.js to rawa.js, trying to fixed missing js files on SVN commit 94 89 95 = 1.1.1 = 90 96 Fixing missing js files
Note: See TracChangeset
for help on using the changeset viewer.