Plugin Directory

Changeset 1676651


Ignore:
Timestamp:
06/12/2017 12:37:02 PM (9 years ago)
Author:
dekkoteam
Message:

version number

Location:
react-and-share
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • react-and-share/tags/3.1/rns.php

    r1676627 r1676651  
    77Author URI: http://reactandshare.com
    88Licence: GPLv2
    9 Version: 3.0
     9Version: 3.1
    1010Stable Tag: 3.1
    1111*/
     
    576576
    577577        if (!empty($apiKey)) {
    578            
    579578        wp_enqueue_script('rns-new-script', 'https://reactandshare.azureedge.net/plugin/rns.js', array('jquery'), null);       
    580579            wp_add_inline_script('rns-new-script', "jQuery(document).ready(function() {window.rnsData = {apiKey: '$apiKey', multiple: true}; initRns();});", 'before');
  • react-and-share/trunk/rns.php

    r1676626 r1676651  
    77Author URI: http://reactandshare.com
    88Licence: GPLv2
    9 Version: 3.0
     9Version: 3.1
    1010Stable Tag: 3.1
    1111*/
     
    576576
    577577        if (!empty($apiKey)) {
    578            
    579578        wp_enqueue_script('rns-new-script', 'https://reactandshare.azureedge.net/plugin/rns.js', array('jquery'), null);       
    580579            wp_add_inline_script('rns-new-script', "jQuery(document).ready(function() {window.rnsData = {apiKey: '$apiKey', multiple: true}; initRns();});", 'before');
Note: See TracChangeset for help on using the changeset viewer.