Plugin Directory

Changeset 1797660


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

Preparing for 1.1.2 release

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

Legend:

Unmodified
Added
Removed
  • ra-widgets-animate/trunk/gulpfile.js

    r1797652 r1797660  
    4040    return gulp.src([
    4141        'node_modules/aos/dist/aos.js',
    42         'public/js/sources/app.js'
     42        'public/js/sources/rawa.js'
    4343    ])
    4444    .pipe(foreach(function(stream, file){
  • ra-widgets-animate/trunk/ra-widgets-animate.php

    r1797652 r1797660  
    44Plugin URI:  https://github.com/webdevsuperfast/ra-widgets-animate
    55Description: Animate widgets using Animate on Scroll library.
    6 Version:     1.1.1
     6Version:     1.1.2
    77Author:      Rotsen Mark Acob
    88Author URI:  https://rotsenacob.com/
     
    563563
    564564            // 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 );
    566566            wp_enqueue_script( 'rawa-app-js' );
    567567
  • ra-widgets-animate/trunk/readme.txt

    r1797652 r1797660  
    55Requires at least: 4.7
    66Tested up to: 4.9.1
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5656
    5757== Changelog ==
     58= 1.1.2 =
     59* Renamed app.js to rawa.js, trying to fixed missing js files on SVN commit
     60
    5861= 1.1.1 =
    5962* Fixing missing js files
     
    8790
    8891== Upgrade Notice ==
     92= 1.1.2 =
     93Renamed app.js to rawa.js, trying to fixed missing js files on SVN commit
     94
    8995= 1.1.1 =
    9096Fixing missing js files
Note: See TracChangeset for help on using the changeset viewer.