Changeset 2585503
- Timestamp:
- 08/19/2021 01:36:59 PM (5 years ago)
- Location:
- libsyn-podcasting/trunk
- Files:
-
- 4 edited
-
admin/lib/Libsyn.php (modified) (1 diff)
-
admin/lib/Libsyn/Post/Block.php (modified) (2 diffs)
-
libsyn-podcasting.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libsyn-podcasting/trunk/admin/lib/Libsyn.php
r2584186 r2585503 4 4 protected $text_dom = LIBSYN_TEXT_DOMAIN; 5 5 protected $plugin_name = "Libsyn/Wordpress"; 6 protected $plugin_version = "1.3. 1";6 protected $plugin_version = "1.3.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/Post/Block.php
r2584186 r2585503 91 91 array( 'wp-blocks', 'wp-i18n', 'wp-editor', 'wp-components', 'wp-element' ), // Dependencies, defined above. 92 92 null, //Plugin Version (Not required) 93 true ,//Load in Footer (Fixes bug caused by not saving some post meta)93 true //Load in Footer (Fixes bug caused by not saving some post meta) 94 94 ); 95 95 … … 98 98 'libsyn_podcasting_block-editor-css', // Handle. 99 99 plugins_url( LIBSYN_DIR . '/lib/libsyn-podcasting-block/build/index.css' ), // Block editor CSS. 100 array( 'wp-edit-blocks' ) ,// Dependency to include the CSS after it.100 array( 'wp-edit-blocks' ) // Dependency to include the CSS after it. 101 101 ); 102 102 } -
libsyn-podcasting/trunk/libsyn-podcasting.php
r2584186 r2585503 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.3. 16 Version: 1.3.2 7 7 Author: Libsyn 8 8 Author URI: https://support.libsyn.com/kb/libsyn-publisher-hub/ … … 60 60 } 61 61 62 //check for classic editor in settings 62 //check for classic editor in settings 63 63 if ( function_exists('get_option') ) { 64 64 $utilities = new \Libsyn\Utilities(); -
libsyn-podcasting/trunk/readme.txt
r2584186 r2585503 3 3 Tags: libsyn publisher hub, libsyn podcasting, libsyn publishing, libsyn, podcast, podcasting, audio, video, liberated syndication, hosting, libsyn podcast plugin, libsin, libsun, libson 4 4 Requires at least: 4.0 5 Requires PHP: 5. 45 Requires PHP: 5.6 6 6 Tested up to: 5.8 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 License: GPLv3 or later 9 9 Author URI: https://support.libsyn.com/kb/libsyn-publisher-hub/ … … 48 48 == Changelog == 49 49 50 = 1.3.2 = 51 * Bug fix causing issue with php < 7.2 compatibility. 52 50 53 = 1.3.1 = 51 54 * Added show selector from the posts page.
Note: See TracChangeset
for help on using the changeset viewer.