Changeset 2113691
- Timestamp:
- 06/27/2019 03:18:48 PM (7 years ago)
- Location:
- libsyn-podcasting/trunk
- Files:
-
- 4 edited
-
admin/lib/Libsyn.php (modified) (1 diff)
-
admin/lib/Libsyn/Service.php (modified) (1 diff)
-
libsyn-podcasting.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libsyn-podcasting/trunk/admin/lib/Libsyn.php
r2112228 r2113691 4 4 protected $text_dom = LIBSYN_TEXT_DOMAIN; 5 5 protected $plugin_name = "Libsyn/Wordpress"; 6 protected $plugin_version = "1.2.2 ";6 protected $plugin_version = "1.2.2.1"; 7 7 protected $api_table_name = "libsyn_podcast_plugin"; 8 8 protected $api_base_uri = "https://api.libsyn.com"; -
libsyn-podcasting/trunk/admin/lib/Libsyn/Service.php
r2113239 r2113691 235 235 return false; 236 236 } 237 237 238 238 $obj = (object) wp_remote_get( $url, $this->args ); 239 239 if( $this->checkResponse($obj) ) { -
libsyn-podcasting/trunk/libsyn-podcasting.php
r2112228 r2113691 4 4 Plugin URI: https://wordpress.org/plugins/libsyn-podcasting/ 5 5 Description: Post or edit Libsyn Podcast episodes directly through Wordpress. 6 Version: 1.2.2 6 Version: 1.2.2.1 7 7 Author: Libsyn 8 8 Author URI: https://www.libsyn.com -
libsyn-podcasting/trunk/readme.txt
r2112228 r2113691 4 4 Requires at least: 4.0 5 5 Tested up to: 5.2.1 6 Stable tag: 1.2.2 6 Stable tag: 1.2.2.1 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.