Changeset 2752521
- Timestamp:
- 07/06/2022 11:14:35 AM (4 years ago)
- Location:
- responsivevoice-text-to-speech/trunk
- Files:
-
- 3 edited
-
includes/responsivevoice-includes.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
responsivevoice-text-to-speech.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
responsivevoice-text-to-speech/trunk/includes/responsivevoice-includes.php
r2721688 r2752521 15 15 16 16 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)); 18 18 } 19 19 -
responsivevoice-text-to-speech/trunk/readme.txt
r2721688 r2752521 6 6 Requires at least: 3.6 7 7 Tested up to: 6.0 8 Stable tag: 1.7. 48 Stable tag: 1.7.5 9 9 License: GPLv2 10 10 … … 80 80 81 81 == Changelog == 82 83 = Version 1.7.5 = 84 * Upgrade to ResponsiveVoice 1.8.3 82 85 83 86 = Version 1.7.4 = … … 300 303 == Upgrade Notice == 301 304 302 = 1.7. 4=305 = 1.7.5 = 303 306 * Upgrade the plugin for the latest improvements. -
responsivevoice-text-to-speech/trunk/responsivevoice-text-to-speech.php
r2721688 r2752521 4 4 Plugin URI: responsivevoice.com/wordpress-text-to-speech-plugin/?utm_source=wpadmin&utm_medium=plugin&utm_campaign=wprvttsplugin 5 5 Description: An easy to use plugin to integrate ResponsiveVoice Text to Speech into your WP blog. 6 Version: 1.7. 46 Version: 1.7.5 7 7 Author: ResponsiveVoice 8 8 Author URI: http://responsivevoice.com … … 10 10 */ 11 11 /* 12 Copyright 2015-202 1ResponsiveVoice (email : info@responsivevoice.com)12 Copyright 2015-2022 ResponsiveVoice (email : info@responsivevoice.com) 13 13 14 14 This program is free software; you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.