Plugin Directory

Changeset 2133035


Ignore:
Timestamp:
08/02/2019 08:43:01 PM (7 years ago)
Author:
sharpay
Message:

version 1.7

Location:
sharpay
Files:
20 added
3 edited

Legend:

Unmodified
Added
Removed
  • sharpay/trunk/includes/sharpay-public.php

    r2132258 r2133035  
    127127    }
    128128
    129     wp_register_script('sharpay-js', 'https://app.sharpay.io/api/script.js', array(), SHARPAY_PLUGIN_VERSION, true);
     129    wp_register_script('sharpay-js', 'https://app.sharpay.io/api/script.js', array(), null, true);
    130130    wp_enqueue_script('sharpay-js');
    131131}
  • sharpay/trunk/readme.txt

    r2132258 r2133035  
    3636== Changelog ==
    3737
     38= 1.7 =
     39* Removed script version caching
     40
    3841= 1.6 =
    3942* Modal window mode.
  • sharpay/trunk/sharpay.php

    r2132258 r2133035  
    2121Plugin URI: https://github.com/sharpay-io/wordpress
    2222Description: Sharpay is multisharing button with blockchain profit. It allows you to reward site's visitors for sharing content to their audience via Facebook, Twitter, Medium, Reddit and many other social networks.
    23 Version: 1.6
     23Version: 1.7
    2424Author: Sharpay Inc
    2525Author URI: https://sharpay.io
     
    2929*/
    3030
    31 define('SHARPAY_PLUGIN_VERSION', '1.6');
     31define('SHARPAY_PLUGIN_VERSION', '1.7');
    3232
    3333register_activation_hook(__FILE__, 'sharpay_activate');
Note: See TracChangeset for help on using the changeset viewer.