Changeset 3203144
- Timestamp:
- 12/05/2024 03:01:37 PM (15 months ago)
- Location:
- really-simple-featured-audio
- Files:
-
- 2 deleted
- 6 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from really-simple-featured-audio/trunk)
-
tags/1.0.2/readme.txt (modified) (2 diffs)
-
tags/1.0.2/really-simple-featured-audio.php (modified) (3 diffs)
-
tags/1.0.2/vendor/composer/installed.php (modified) (2 diffs)
-
tags/1.0.2/vendor/freemius/wordpress-sdk/assets/img/really-simple-featured-audio.png (deleted)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/really-simple-featured-audio.php (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/vendor/freemius/wordpress-sdk/assets/img/really-simple-featured-audio.png (deleted)
Legend:
- Unmodified
- Added
- Removed
-
really-simple-featured-audio/tags/1.0.2/readme.txt
r3203126 r3203144 4 4 Requires PHP: 8.0 5 5 Tested up to: 6.7.1 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Tags: audio, podcast, woocommerce, featured, music 8 8 License: GPLv2 … … 66 66 == Changelog == 67 67 68 = 1.0.2 = 69 - Fix: In some cases installing/activating other Freemius based plugins causes a fatal error 70 68 71 = 1.0.1 = 69 72 - New: Support for TwentyTwent-Five theme -
really-simple-featured-audio/tags/1.0.2/really-simple-featured-audio.php
r3203126 r3203144 4 4 * Plugin URI: https://jetixwp.com/plugins/really-simple-featured-audio 5 5 * Description: Adds support for Featured Audio to WordPress posts, pages & WooCommerce products. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: JetixWP Plugins 8 8 * Author URI: https://jetixwp.com … … 17 17 defined( 'ABSPATH' ) || exit; 18 18 19 define( 'RSFA_VERSION', '1.0. 1' );19 define( 'RSFA_VERSION', '1.0.2' ); 20 20 define( 'RSFA_PLUGIN_FILE', __FILE__ ); 21 21 define( 'RSFA_PLUGIN_URL', plugin_dir_url( RSFA_PLUGIN_FILE ) ); … … 38 38 global $rsfa_fs; 39 39 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' ) ) { 41 45 $rsfa_fs = fs_dynamic_init( 42 46 array( -
really-simple-featured-audio/tags/1.0.2/vendor/composer/installed.php
r3203126 r3203144 4 4 'pretty_version' => 'dev-develop', 5 5 'version' => 'dev-develop', 6 'reference' => ' 96f5c602d00d45d41934f8f9c4ce1314303de629',6 'reference' => '56d1c51b3caf56ccd983ee0341932e2faf4d307e', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 23 23 'pretty_version' => 'dev-develop', 24 24 'version' => 'dev-develop', 25 'reference' => ' 96f5c602d00d45d41934f8f9c4ce1314303de629',25 'reference' => '56d1c51b3caf56ccd983ee0341932e2faf4d307e', 26 26 'type' => 'library', 27 27 'install_path' => __DIR__ . '/../../', -
really-simple-featured-audio/trunk/readme.txt
r3203126 r3203144 4 4 Requires PHP: 8.0 5 5 Tested up to: 6.7.1 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Tags: audio, podcast, woocommerce, featured, music 8 8 License: GPLv2 … … 66 66 == Changelog == 67 67 68 = 1.0.2 = 69 - Fix: In some cases installing/activating other Freemius based plugins causes a fatal error 70 68 71 = 1.0.1 = 69 72 - New: Support for TwentyTwent-Five theme -
really-simple-featured-audio/trunk/really-simple-featured-audio.php
r3203126 r3203144 4 4 * Plugin URI: https://jetixwp.com/plugins/really-simple-featured-audio 5 5 * Description: Adds support for Featured Audio to WordPress posts, pages & WooCommerce products. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: JetixWP Plugins 8 8 * Author URI: https://jetixwp.com … … 17 17 defined( 'ABSPATH' ) || exit; 18 18 19 define( 'RSFA_VERSION', '1.0. 1' );19 define( 'RSFA_VERSION', '1.0.2' ); 20 20 define( 'RSFA_PLUGIN_FILE', __FILE__ ); 21 21 define( 'RSFA_PLUGIN_URL', plugin_dir_url( RSFA_PLUGIN_FILE ) ); … … 38 38 global $rsfa_fs; 39 39 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' ) ) { 41 45 $rsfa_fs = fs_dynamic_init( 42 46 array( -
really-simple-featured-audio/trunk/vendor/composer/installed.php
r3203126 r3203144 4 4 'pretty_version' => 'dev-develop', 5 5 'version' => 'dev-develop', 6 'reference' => ' 96f5c602d00d45d41934f8f9c4ce1314303de629',6 'reference' => '56d1c51b3caf56ccd983ee0341932e2faf4d307e', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 23 23 'pretty_version' => 'dev-develop', 24 24 'version' => 'dev-develop', 25 'reference' => ' 96f5c602d00d45d41934f8f9c4ce1314303de629',25 'reference' => '56d1c51b3caf56ccd983ee0341932e2faf4d307e', 26 26 'type' => 'library', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.