Plugin Directory

Changeset 2752521


Ignore:
Timestamp:
07/06/2022 11:14:35 AM (4 years ago)
Author:
ResponsiveVoice
Message:

Upgrade to ResponsiveVoice 1.8.3

Location:
responsivevoice-text-to-speech/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • responsivevoice-text-to-speech/trunk/includes/responsivevoice-includes.php

    r2721688 r2752521  
    1515
    1616    wp_enqueue_style('rv-style', plugin_dir_url(__FILE__) . 'css/responsivevoice.css');
    17     wp_enqueue_script('responsive-voice', 'https://code.responsivevoice.org/1.8.2/responsivevoice.js?' . implode('&', $appendScriptTag));
     17    wp_enqueue_script('responsive-voice', 'https://code.responsivevoice.org/1.8.3/responsivevoice.js?' . implode('&', $appendScriptTag));
    1818}
    1919
  • responsivevoice-text-to-speech/trunk/readme.txt

    r2721688 r2752521  
    66Requires at least: 3.6
    77Tested up to: 6.0
    8 Stable tag: 1.7.4
     8Stable tag: 1.7.5
    99License: GPLv2
    1010
     
    8080
    8181== Changelog ==
     82
     83= Version 1.7.5 =
     84* Upgrade to ResponsiveVoice 1.8.3
    8285
    8386= Version 1.7.4 =
     
    300303== Upgrade Notice ==
    301304
    302 = 1.7.4 =
     305= 1.7.5 =
    303306* Upgrade the plugin for the latest improvements.
  • responsivevoice-text-to-speech/trunk/responsivevoice-text-to-speech.php

    r2721688 r2752521  
    44Plugin URI: responsivevoice.com/wordpress-text-to-speech-plugin/?utm_source=wpadmin&utm_medium=plugin&utm_campaign=wprvttsplugin
    55Description: An easy to use plugin to integrate ResponsiveVoice Text to Speech into your WP blog.
    6 Version: 1.7.4
     6Version: 1.7.5
    77Author: ResponsiveVoice
    88Author URI: http://responsivevoice.com
     
    1010*/
    1111/*
    12 Copyright 2015-2021  ResponsiveVoice   (email : info@responsivevoice.com)
     12Copyright 2015-2022  ResponsiveVoice   (email : info@responsivevoice.com)
    1313
    1414This program is free software; you can redistribute it and/or modify
Note: See TracChangeset for help on using the changeset viewer.