Changeset 2960206
- Timestamp:
- 08/29/2023 06:36:01 PM (3 years ago)
- Location:
- libsyn-podcasting/trunk
- Files:
-
- 4 edited
-
admin/lib/Libsyn.php (modified) (1 diff)
-
admin/lib/libsyn-podcasting.log (modified) (1 diff)
-
libsyn-podcasting.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libsyn-podcasting/trunk/admin/lib/Libsyn.php
r2951699 r2960206 4 4 protected $text_dom = LIBSYN_TEXT_DOMAIN; 5 5 protected $plugin_name = "Libsyn/Wordpress"; 6 protected $plugin_version = "1.4. 1";6 protected $plugin_version = "1.4.2"; 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-podcasting.log
r2951699 r2960206 1 i -
libsyn-podcasting/trunk/libsyn-podcasting.php
r2951699 r2960206 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.4. 16 * Version: 1.4.2 7 7 * Requires at least: 7.2 8 8 * Requires PHP: 7.4 -
libsyn-podcasting/trunk/readme.txt
r2951699 r2960206 4 4 Requires at least: 5.6 5 5 Requires PHP: 7.4 6 Tested up to: 8.27 Stable tag: 1.4. 16 Tested up to: 6.3 7 Stable tag: 1.4.2 8 8 License: GPLv3 or later 9 9 Author URI: https://help.libsynsupport.com/hc/en-us/articles/360041220971-Installing-Configuring-the-Libsyn-Publisher-Hub-WordPress-Plugin … … 57 57 == Changelog == 58 58 59 = 1.4.2 = 60 * Testing up to Wordpress 6.3 61 * Fix for WP version number 62 59 63 = 1.4.1 = 60 64 * Testing up to Wordpress 6.2.2
Note: See TracChangeset
for help on using the changeset viewer.