Changeset 3478543
- Timestamp:
- 03/09/2026 09:04:24 PM (4 weeks ago)
- Location:
- post2podcast
- Files:
-
- 3 edited
- 8 copied
-
tags/1.3.12 (copied) (copied from post2podcast/trunk)
-
tags/1.3.12/assets/js/settings.js (copied) (copied from post2podcast/trunk/assets/js/settings.js)
-
tags/1.3.12/includes/class-post2podcast-admin.php (copied) (copied from post2podcast/trunk/includes/class-post2podcast-admin.php)
-
tags/1.3.12/includes/class-post2podcast-api.php (copied) (copied from post2podcast/trunk/includes/class-post2podcast-api.php) (1 diff)
-
tags/1.3.12/includes/upgrade.php (copied) (copied from post2podcast/trunk/includes/upgrade.php)
-
tags/1.3.12/post2podcast.php (copied) (copied from post2podcast/trunk/post2podcast.php) (2 diffs)
-
tags/1.3.12/readme.txt (copied) (copied from post2podcast/trunk/readme.txt) (1 diff)
-
tags/1.3.12/upgrade.php (copied) (copied from post2podcast/trunk/upgrade.php)
-
trunk/includes/class-post2podcast-api.php (modified) (1 diff)
-
trunk/post2podcast.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
post2podcast/tags/1.3.12/includes/class-post2podcast-api.php
r3478525 r3478543 40 40 $response = wp_remote_post($url, array( 41 41 'method' => 'POST', 42 'timeout' => 45,42 'timeout' => 300, 43 43 'headers' => array('Content-Type' => 'application/json; charset=utf-8'), 44 44 'body' => json_encode($payload), -
post2podcast/tags/1.3.12/post2podcast.php
r3478525 r3478543 4 4 * Plugin server URI: https://github.com/samukbg/post2podcast-server 5 5 * Description: Convert WordPress posts into podcast episodes with AI voices 6 * Version: 1.3.1 16 * Version: 1.3.12 7 7 * Author: Samuel Bezerra 8 8 * Author URI: https://github.com/samukbg … … 20 20 21 21 // Define plugin constants 22 define('POST2PODCAST_VERSION', '1.3.1 1');22 define('POST2PODCAST_VERSION', '1.3.12'); 23 23 define('POST2PODCAST_PLUGIN_DIR', plugin_dir_path(__FILE__)); 24 24 define('POST2PODCAST_PLUGIN_URL', plugin_dir_url(__FILE__)); -
post2podcast/tags/1.3.12/readme.txt
r3478525 r3478543 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.3.1 17 Stable tag: 1.3.12 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
post2podcast/trunk/includes/class-post2podcast-api.php
r3478525 r3478543 40 40 $response = wp_remote_post($url, array( 41 41 'method' => 'POST', 42 'timeout' => 45,42 'timeout' => 300, 43 43 'headers' => array('Content-Type' => 'application/json; charset=utf-8'), 44 44 'body' => json_encode($payload), -
post2podcast/trunk/post2podcast.php
r3478525 r3478543 4 4 * Plugin server URI: https://github.com/samukbg/post2podcast-server 5 5 * Description: Convert WordPress posts into podcast episodes with AI voices 6 * Version: 1.3.1 16 * Version: 1.3.12 7 7 * Author: Samuel Bezerra 8 8 * Author URI: https://github.com/samukbg … … 20 20 21 21 // Define plugin constants 22 define('POST2PODCAST_VERSION', '1.3.1 1');22 define('POST2PODCAST_VERSION', '1.3.12'); 23 23 define('POST2PODCAST_PLUGIN_DIR', plugin_dir_path(__FILE__)); 24 24 define('POST2PODCAST_PLUGIN_URL', plugin_dir_url(__FILE__)); -
post2podcast/trunk/readme.txt
r3478525 r3478543 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.3.1 17 Stable tag: 1.3.12 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.