Changeset 2464306
- Timestamp:
- 01/28/2021 01:56:27 PM (5 years ago)
- Location:
- wpradio
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from wpradio/trunk)
-
tags/1.0.1/Admin/assets/js/helpers/feeds.js (modified) (1 diff)
-
tags/1.0.1/README.txt (modified) (2 diffs)
-
tags/1.0.1/wpradio.php (modified) (1 diff)
-
trunk/Admin/assets/js/helpers/feeds.js (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/wpradio.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpradio/tags/1.0.1/Admin/assets/js/helpers/feeds.js
r2464219 r2464306 22 22 23 23 const newsFeed = () => { 24 return axios.get('https://api.caster.fm/category/ tutorials/feed/json?tag=wpradio');24 return axios.get('https://api.caster.fm/category/news/feed/json?tag=wpradio'); 25 25 }; 26 26 -
wpradio/tags/1.0.1/README.txt
r2464219 r2464306 5 5 Tested up to: 5.6 6 6 Requires PHP: 5.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 78 78 79 79 = 1.0.0 = 80 * Fix news feed url 81 82 = 1.0.0 = 80 83 * Initial release of the plugin 81 84 -
wpradio/tags/1.0.1/wpradio.php
r2464219 r2464306 60 60 * Rename this for your plugin and update it as you release new versions. 61 61 */ 62 define( 'WPRADIO_VERSION', '1.0. 0' );62 define( 'WPRADIO_VERSION', '1.0.1' ); 63 63 64 64 /** -
wpradio/trunk/Admin/assets/js/helpers/feeds.js
r2464219 r2464306 22 22 23 23 const newsFeed = () => { 24 return axios.get('https://api.caster.fm/category/ tutorials/feed/json?tag=wpradio');24 return axios.get('https://api.caster.fm/category/news/feed/json?tag=wpradio'); 25 25 }; 26 26 -
wpradio/trunk/README.txt
r2464219 r2464306 5 5 Tested up to: 5.6 6 6 Requires PHP: 5.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 78 78 79 79 = 1.0.0 = 80 * Fix news feed url 81 82 = 1.0.0 = 80 83 * Initial release of the plugin 81 84 -
wpradio/trunk/wpradio.php
r2464219 r2464306 60 60 * Rename this for your plugin and update it as you release new versions. 61 61 */ 62 define( 'WPRADIO_VERSION', '1.0. 0' );62 define( 'WPRADIO_VERSION', '1.0.1' ); 63 63 64 64 /**
Note: See TracChangeset
for help on using the changeset viewer.