Plugin Directory

Changeset 1797652


Ignore:
Timestamp:
01/05/2018 01:26:21 PM (8 years ago)
Author:
FrodoBean
Message:

Preparing for 1.1.1 release

Location:
ra-widgets-animate/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ra-widgets-animate/trunk

    • Property svn:ignore
      •  

        old new  
        44.git
        55.gitattributes
         6yarn.lock
         7gulpfile.js
         8package.json
        69.gitignore
  • ra-widgets-animate/trunk/gulpfile.js

    r1797644 r1797652  
    4040    return gulp.src([
    4141        'node_modules/aos/dist/aos.js',
    42         'public/js/source/app.js'
     42        'public/js/sources/app.js'
    4343    ])
    4444    .pipe(foreach(function(stream, file){
     
    6969    // Watch .scss files
    7070    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']);
    7272});
  • ra-widgets-animate/trunk/ra-widgets-animate.php

    r1797644 r1797652  
    44Plugin URI:  https://github.com/webdevsuperfast/ra-widgets-animate
    55Description: Animate widgets using Animate on Scroll library.
    6 Version:     1.1
     6Version:     1.1.1
    77Author:      Rotsen Mark Acob
    88Author URI:  https://rotsenacob.com/
  • ra-widgets-animate/trunk/readme.txt

    r1797644 r1797652  
    55Requires at least: 4.7
    66Tested up to: 4.9.1
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5656
    5757== Changelog ==
     58= 1.1.1 =
     59* Fixing missing js files
     60
    5861= 1.1 =
    5962* Added settings page, added app.js script, modify css build path, grammar fixes, code cleanup, updated translation.
     63
    6064= 1.0.7 =
    6165* Prevent `.rawa-fields` from closing on widgets save, added back deleted files, migrate to Yarn from Bower.
     
    8387
    8488== Upgrade Notice ==
     89= 1.1.1 =
     90Fixing missing js files
     91
    8592= 1.1 =
    8693Added 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.