Changeset 1797652
- Timestamp:
- 01/05/2018 01:26:21 PM (8 years ago)
- Location:
- ra-widgets-animate/trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
gulpfile.js (modified) (2 diffs)
-
ra-widgets-animate.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ra-widgets-animate/trunk
- Property svn:ignore
-
old new 4 4 .git 5 5 .gitattributes 6 yarn.lock 7 gulpfile.js 8 package.json 6 9 .gitignore
-
- Property svn:ignore
-
ra-widgets-animate/trunk/gulpfile.js
r1797644 r1797652 40 40 return gulp.src([ 41 41 'node_modules/aos/dist/aos.js', 42 'public/js/source /app.js'42 'public/js/sources/app.js' 43 43 ]) 44 44 .pipe(foreach(function(stream, file){ … … 69 69 // Watch .scss files 70 70 gulp.watch(['public/scss/*.scss', 'public/sass/**/*.scss'], ['styles']); 71 gulp.watch(['public/js/source /*.js'], ['scripts']);71 gulp.watch(['public/js/sources/*.js'], ['scripts']); 72 72 }); -
ra-widgets-animate/trunk/ra-widgets-animate.php
r1797644 r1797652 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 6 Version: 1.1.1 7 7 Author: Rotsen Mark Acob 8 8 Author URI: https://rotsenacob.com/ -
ra-widgets-animate/trunk/readme.txt
r1797644 r1797652 5 5 Requires at least: 4.7 6 6 Tested up to: 4.9.1 7 Stable tag: 1.1 7 Stable tag: 1.1.1 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.1 = 59 * Fixing missing js files 60 58 61 = 1.1 = 59 62 * Added settings page, added app.js script, modify css build path, grammar fixes, code cleanup, updated translation. 63 60 64 = 1.0.7 = 61 65 * Prevent `.rawa-fields` from closing on widgets save, added back deleted files, migrate to Yarn from Bower. … … 83 87 84 88 == Upgrade Notice == 89 = 1.1.1 = 90 Fixing missing js files 91 85 92 = 1.1 = 86 93 Added settings page, added app.js script, modify css build path, grammar fixes, code cleanup, updated translation.
Note: See TracChangeset
for help on using the changeset viewer.