Plugin Directory

Changeset 2585503


Ignore:
Timestamp:
08/19/2021 01:36:59 PM (5 years ago)
Author:
libsyn
Message:

changes for version 1.3.2

Location:
libsyn-podcasting/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • libsyn-podcasting/trunk/admin/lib/Libsyn.php

    r2584186 r2585503  
    44    protected $text_dom = LIBSYN_TEXT_DOMAIN;
    55    protected $plugin_name = "Libsyn/Wordpress";
    6     protected $plugin_version = "1.3.1";
     6    protected $plugin_version = "1.3.2";
    77    protected $api_table_name = "libsyn_podcast_plugin";
    88    protected $api_base_uri = "https://api.libsyn.com";
  • libsyn-podcasting/trunk/admin/lib/Libsyn/Post/Block.php

    r2584186 r2585503  
    9191            array( 'wp-blocks', 'wp-i18n', 'wp-editor', 'wp-components', 'wp-element' ), // Dependencies, defined above.
    9292            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)
    9494        );
    9595
     
    9898            'libsyn_podcasting_block-editor-css', // Handle.
    9999            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.
    101101        );
    102102    }
  • libsyn-podcasting/trunk/libsyn-podcasting.php

    r2584186 r2585503  
    44Plugin URI: https://wordpress.org/plugins/libsyn-podcasting/
    55Description: Post or edit Libsyn Podcast episodes directly through Wordpress.
    6 Version: 1.3.1
     6Version: 1.3.2
    77Author: Libsyn
    88Author URI: https://support.libsyn.com/kb/libsyn-publisher-hub/
     
    6060    }
    6161
    62     //check for classic editor in settings 
     62    //check for classic editor in settings
    6363    if ( function_exists('get_option') ) {
    6464        $utilities = new \Libsyn\Utilities();
  • libsyn-podcasting/trunk/readme.txt

    r2584186 r2585503  
    33Tags: libsyn publisher hub, libsyn podcasting, libsyn publishing, libsyn, podcast, podcasting, audio, video, liberated syndication, hosting, libsyn podcast plugin, libsin, libsun, libson
    44Requires at least: 4.0
    5 Requires PHP: 5.4
     5Requires PHP: 5.6
    66Tested up to: 5.8
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: GPLv3 or later
    99Author URI: https://support.libsyn.com/kb/libsyn-publisher-hub/
     
    4848== Changelog ==
    4949
     50= 1.3.2 =
     51* Bug fix causing issue with php < 7.2 compatibility.
     52
    5053= 1.3.1 =
    5154* Added show selector from the posts page.
Note: See TracChangeset for help on using the changeset viewer.