Plugin Directory

Changeset 1822689


Ignore:
Timestamp:
02/15/2018 11:41:20 AM (8 years ago)
Author:
texthelp
Message:

Fix: Lock version to 2.5.1

Location:
browsealoud/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • browsealoud/trunk/README.txt

    r1760006 r1822689  
    6969== Changelog ==
    7070
     71= 1.5 =
     72* Forced the use of HTTPs, and locked the version to 2.5.1
     73
    7174= 1.4 =
    7275
  • browsealoud/trunk/browsealoud-wpp.php

    r1822684 r1822689  
    1313
    1414function browsealoudScript() {
    15     wp_enqueue_script("Browsealoud", "https://www.browsealoud.com/plus/scripts/ba.js", array(), false, true);
     15    wp_enqueue_script("Browsealoud", "https://www.browsealoud.com/plus/scripts/2.5.1/ba.js", array(), false, true);
    1616}
    1717
Note: See TracChangeset for help on using the changeset viewer.