Plugin Directory

Changeset 3203144


Ignore:
Timestamp:
12/05/2024 03:01:37 PM (15 months ago)
Author:
lushkant
Message:

Update to version 1.0.2 from GitHub

Location:
really-simple-featured-audio
Files:
2 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • really-simple-featured-audio/tags/1.0.2/readme.txt

    r3203126 r3203144  
    44Requires PHP: 8.0
    55Tested up to: 6.7.1
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Tags: audio, podcast, woocommerce, featured, music
    88License: GPLv2
     
    6666== Changelog ==
    6767
     68= 1.0.2 =
     69- Fix: In some cases installing/activating other Freemius based plugins causes a fatal error
     70
    6871= 1.0.1 =
    6972- New: Support for TwentyTwent-Five theme
  • really-simple-featured-audio/tags/1.0.2/really-simple-featured-audio.php

    r3203126 r3203144  
    44 * Plugin URI:  https://jetixwp.com/plugins/really-simple-featured-audio
    55 * Description: Adds support for Featured Audio to WordPress posts, pages & WooCommerce products.
    6  * Version:     1.0.1
     6 * Version:     1.0.2
    77 * Author:      JetixWP Plugins
    88 * Author URI:  https://jetixwp.com
     
    1717defined( 'ABSPATH' ) || exit;
    1818
    19 define( 'RSFA_VERSION', '1.0.1' );
     19define( 'RSFA_VERSION', '1.0.2' );
    2020define( 'RSFA_PLUGIN_FILE', __FILE__ );
    2121define( 'RSFA_PLUGIN_URL', plugin_dir_url( RSFA_PLUGIN_FILE ) );
     
    3838        global $rsfa_fs;
    3939
    40         if ( ! isset( $rsfa_fs ) ) {
     40        if ( ! function_exists( 'fs_dynamic_init' ) && file_exists( __DIR__ . '/vendor/freemius/wordpress-sdk/start.php' ) ) {
     41            require_once __DIR__ . '/vendor/freemius/wordpress-sdk/start.php';
     42        }
     43
     44        if ( ! isset( $rsfa_fs ) && function_exists( 'fs_dynamic_init' ) ) {
    4145            $rsfa_fs = fs_dynamic_init(
    4246                array(
  • really-simple-featured-audio/tags/1.0.2/vendor/composer/installed.php

    r3203126 r3203144  
    44        'pretty_version' => 'dev-develop',
    55        'version' => 'dev-develop',
    6         'reference' => '96f5c602d00d45d41934f8f9c4ce1314303de629',
     6        'reference' => '56d1c51b3caf56ccd983ee0341932e2faf4d307e',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-develop',
    2424            'version' => 'dev-develop',
    25             'reference' => '96f5c602d00d45d41934f8f9c4ce1314303de629',
     25            'reference' => '56d1c51b3caf56ccd983ee0341932e2faf4d307e',
    2626            'type' => 'library',
    2727            'install_path' => __DIR__ . '/../../',
  • really-simple-featured-audio/trunk/readme.txt

    r3203126 r3203144  
    44Requires PHP: 8.0
    55Tested up to: 6.7.1
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Tags: audio, podcast, woocommerce, featured, music
    88License: GPLv2
     
    6666== Changelog ==
    6767
     68= 1.0.2 =
     69- Fix: In some cases installing/activating other Freemius based plugins causes a fatal error
     70
    6871= 1.0.1 =
    6972- New: Support for TwentyTwent-Five theme
  • really-simple-featured-audio/trunk/really-simple-featured-audio.php

    r3203126 r3203144  
    44 * Plugin URI:  https://jetixwp.com/plugins/really-simple-featured-audio
    55 * Description: Adds support for Featured Audio to WordPress posts, pages & WooCommerce products.
    6  * Version:     1.0.1
     6 * Version:     1.0.2
    77 * Author:      JetixWP Plugins
    88 * Author URI:  https://jetixwp.com
     
    1717defined( 'ABSPATH' ) || exit;
    1818
    19 define( 'RSFA_VERSION', '1.0.1' );
     19define( 'RSFA_VERSION', '1.0.2' );
    2020define( 'RSFA_PLUGIN_FILE', __FILE__ );
    2121define( 'RSFA_PLUGIN_URL', plugin_dir_url( RSFA_PLUGIN_FILE ) );
     
    3838        global $rsfa_fs;
    3939
    40         if ( ! isset( $rsfa_fs ) ) {
     40        if ( ! function_exists( 'fs_dynamic_init' ) && file_exists( __DIR__ . '/vendor/freemius/wordpress-sdk/start.php' ) ) {
     41            require_once __DIR__ . '/vendor/freemius/wordpress-sdk/start.php';
     42        }
     43
     44        if ( ! isset( $rsfa_fs ) && function_exists( 'fs_dynamic_init' ) ) {
    4145            $rsfa_fs = fs_dynamic_init(
    4246                array(
  • really-simple-featured-audio/trunk/vendor/composer/installed.php

    r3203126 r3203144  
    44        'pretty_version' => 'dev-develop',
    55        'version' => 'dev-develop',
    6         'reference' => '96f5c602d00d45d41934f8f9c4ce1314303de629',
     6        'reference' => '56d1c51b3caf56ccd983ee0341932e2faf4d307e',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-develop',
    2424            'version' => 'dev-develop',
    25             'reference' => '96f5c602d00d45d41934f8f9c4ce1314303de629',
     25            'reference' => '56d1c51b3caf56ccd983ee0341932e2faf4d307e',
    2626            'type' => 'library',
    2727            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.