Changeset 2507645
- Timestamp:
- 04/01/2021 06:47:03 PM (5 years ago)
- Location:
- captivatesync-trade/trunk
- Files:
-
- 4 edited
-
README.html (modified) (2 diffs)
-
captivate-sync.php (modified) (2 diffs)
-
inc/class-cfmh-hosting-publish-episode.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
captivatesync-trade/trunk/README.html
r2502367 r2507645 11 11 Requires at least: 4.8.0 12 12 Tested up to: 5.7 13 Stable tag: 2.0. 5</p>13 Stable tag: 2.0.6</p> 14 14 15 15 <p>Captivate Sync™ is a WordPress plugin maintained and developed by Captivate, part of the Rebel Base Media family. With our background in Podcast Websites, WordPress development and podcast hosting, hundreds of independent podcasters trust Captivate Sync™ and Captivate to power their podcast brands everyday.</p> … … 131 131 132 132 <p>== Changelog ==</p> 133 134 <p>= 2.0.6 =</p> 135 <ul> 136 <li>Released on 01/04/2021</li> 137 <li>Small minor fix</li> 138 </ul> 133 139 134 140 <p>= 2.0.5 =</p> -
captivatesync-trade/trunk/captivate-sync.php
r2502367 r2507645 4 4 Plugin URI: https://captivate.fm/sync 5 5 Description: Captivate Sync™ is the WordPress podcasting plugin from Captivate.fm. Publish directly from your WordPress site or your Captivate podcast hosting account and stay in-sync wherever you are! 6 Version: 2.0. 56 Version: 2.0.6 7 7 Author: Captivate Audio Ltd 8 8 Author URI: https://www.captivate.fm … … 22 22 23 23 if ( ! defined( 'CFMH_VERSION' ) ) { 24 define( 'CFMH_VERSION', '2.0. 5' );24 define( 'CFMH_VERSION', '2.0.6' ); 25 25 } 26 26 -
captivatesync-trade/trunk/inc/class-cfmh-hosting-publish-episode.php
r2502341 r2507645 370 370 $body = json_decode( $response['body'] ); 371 371 372 if ( isset( $body->success ) && $body-> record) {373 374 $captivate_episode_id = $body-> record->id ? $body->record->id : $body->record->episodes_id;372 if ( isset( $body->success ) && $body->episode ) { 373 374 $captivate_episode_id = $body->episode->id ? $body->episode->id : $body->episode->episodes_id; 375 375 376 376 update_post_meta( $post_id, 'cfm_episode_id', $captivate_episode_id ); -
captivatesync-trade/trunk/readme.txt
r2502367 r2507645 4 4 Requires at least: 4.8.0 5 5 Tested up to: 5.7 6 Stable tag: 2.0. 56 Stable tag: 2.0.6 7 7 8 8 Captivate Sync™ is a WordPress plugin maintained and developed by Captivate, part of the Rebel Base Media family. With our background in Podcast Websites, WordPress development and podcast hosting, hundreds of independent podcasters trust Captivate Sync™ and Captivate to power their podcast brands everyday. … … 103 103 104 104 == Changelog == 105 106 = 2.0.6 = 107 * Released on 01/04/2021 108 * Small minor fix 105 109 106 110 = 2.0.5 =
Note: See TracChangeset
for help on using the changeset viewer.