Plugin Directory

Changeset 2464306


Ignore:
Timestamp:
01/28/2021 01:56:27 PM (5 years ago)
Author:
casterfm
Message:

Update to version 1.0.1 from GitHub

Location:
wpradio
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpradio/tags/1.0.1/Admin/assets/js/helpers/feeds.js

    r2464219 r2464306  
    2222
    2323const 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');
    2525};
    2626
  • wpradio/tags/1.0.1/README.txt

    r2464219 r2464306  
    55Tested up to: 5.6
    66Requires PHP: 5.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7878
    7979= 1.0.0 =
     80* Fix news feed url
     81
     82= 1.0.0 =
    8083* Initial release of the plugin
    8184
  • wpradio/tags/1.0.1/wpradio.php

    r2464219 r2464306  
    6060 * Rename this for your plugin and update it as you release new versions.
    6161 */
    62 define( 'WPRADIO_VERSION', '1.0.0' );
     62define( 'WPRADIO_VERSION', '1.0.1' );
    6363
    6464/**
  • wpradio/trunk/Admin/assets/js/helpers/feeds.js

    r2464219 r2464306  
    2222
    2323const 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');
    2525};
    2626
  • wpradio/trunk/README.txt

    r2464219 r2464306  
    55Tested up to: 5.6
    66Requires PHP: 5.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7878
    7979= 1.0.0 =
     80* Fix news feed url
     81
     82= 1.0.0 =
    8083* Initial release of the plugin
    8184
  • wpradio/trunk/wpradio.php

    r2464219 r2464306  
    6060 * Rename this for your plugin and update it as you release new versions.
    6161 */
    62 define( 'WPRADIO_VERSION', '1.0.0' );
     62define( 'WPRADIO_VERSION', '1.0.1' );
    6363
    6464/**
Note: See TracChangeset for help on using the changeset viewer.