Changeset 3140269
- Timestamp:
- 08/23/2024 09:37:47 AM (7 months ago)
- Location:
- really-simple-featured-audio
- Files:
-
- 390 added
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
really-simple-featured-audio/tags/0.5.0/readme.txt
r3136484 r3140269 4 4 Requires PHP: 8.0 5 5 Tested up to: 6.6.1 6 Stable tag: 0. 4.07 Tags: audio, featured audio, woocommerce, product audio, audio embed6 Stable tag: 0.5.0 7 Tags: audio, featured audio, woocommerce, product audio, featured 8 8 License: GPLv2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 66 66 == Changelog == 67 67 68 = 0.5.0 = 69 - Add Freemius SDK 70 - Other minor changes 71 68 72 = 0.4.0 = 69 73 - Wp.org release -
really-simple-featured-audio/tags/0.5.0/really-simple-featured-audio.php
r3136484 r3140269 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: 0. 4.06 * Version: 0.5.0 7 7 * Author: JetixWP Plugins 8 8 * Author URI: https://jetixwp.com … … 17 17 defined( 'ABSPATH' ) || exit; 18 18 19 define( 'RSFA_VERSION', '0. 4.0' );19 define( 'RSFA_VERSION', '0.5.0' ); 20 20 define( 'RSFA_PLUGIN_FILE', __FILE__ ); 21 21 define( 'RSFA_PLUGIN_URL', plugin_dir_url( RSFA_PLUGIN_FILE ) ); … … 23 23 define( 'RSFA_PLUGIN_BASE', plugin_basename( RSFA_PLUGIN_FILE ) ); 24 24 define( 'RSFA_PLUGIN_PRO_URL', 'https://jetixwp.com/plugins/really-simple-featured-audio' ); 25 26 if ( ! function_exists( 'rsfa_fs' ) ) { 27 /** 28 * Create a helper function for easy SDK access. 29 */ 30 function rsfa_fs() { 31 global $rsfa_fs; 32 33 if ( ! isset( $rsfa_fs ) ) { 34 // Include Freemius SDK. 35 require_once __DIR__ . '/freemius/start.php'; 36 37 $rsfa_fs = fs_dynamic_init( 38 array( 39 'id' => '15832', 40 'slug' => 'really-simple-featured-audio', 41 'type' => 'plugin', 42 'public_key' => 'pk_966ab730c951fb6730786c41ce9ad', 43 'is_premium' => false, 44 'has_addons' => false, 45 'has_paid_plans' => false, 46 'menu' => array( 47 'slug' => 'rsfa-settings', 48 'first-path' => 'options-general.php?page=rsfa-settings', 49 'support' => false, 50 'parent' => array( 51 'slug' => 'options-general.php', 52 ), 53 ), 54 ) 55 ); 56 } 57 58 return $rsfa_fs; 59 } 60 61 // Init Freemius. 62 rsfa_fs(); 63 // Signal that SDK was initiated. 64 do_action( 'rsfa_fs_loaded' ); 65 } 25 66 26 67 /** -
really-simple-featured-audio/trunk/readme.txt
r3136484 r3140269 4 4 Requires PHP: 8.0 5 5 Tested up to: 6.6.1 6 Stable tag: 0. 4.07 Tags: audio, featured audio, woocommerce, product audio, audio embed6 Stable tag: 0.5.0 7 Tags: audio, featured audio, woocommerce, product audio, featured 8 8 License: GPLv2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 66 66 == Changelog == 67 67 68 = 0.5.0 = 69 - Add Freemius SDK 70 - Other minor changes 71 68 72 = 0.4.0 = 69 73 - Wp.org release -
really-simple-featured-audio/trunk/really-simple-featured-audio.php
r3136484 r3140269 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: 0. 4.06 * Version: 0.5.0 7 7 * Author: JetixWP Plugins 8 8 * Author URI: https://jetixwp.com … … 17 17 defined( 'ABSPATH' ) || exit; 18 18 19 define( 'RSFA_VERSION', '0. 4.0' );19 define( 'RSFA_VERSION', '0.5.0' ); 20 20 define( 'RSFA_PLUGIN_FILE', __FILE__ ); 21 21 define( 'RSFA_PLUGIN_URL', plugin_dir_url( RSFA_PLUGIN_FILE ) ); … … 23 23 define( 'RSFA_PLUGIN_BASE', plugin_basename( RSFA_PLUGIN_FILE ) ); 24 24 define( 'RSFA_PLUGIN_PRO_URL', 'https://jetixwp.com/plugins/really-simple-featured-audio' ); 25 26 if ( ! function_exists( 'rsfa_fs' ) ) { 27 /** 28 * Create a helper function for easy SDK access. 29 */ 30 function rsfa_fs() { 31 global $rsfa_fs; 32 33 if ( ! isset( $rsfa_fs ) ) { 34 // Include Freemius SDK. 35 require_once __DIR__ . '/freemius/start.php'; 36 37 $rsfa_fs = fs_dynamic_init( 38 array( 39 'id' => '15832', 40 'slug' => 'really-simple-featured-audio', 41 'type' => 'plugin', 42 'public_key' => 'pk_966ab730c951fb6730786c41ce9ad', 43 'is_premium' => false, 44 'has_addons' => false, 45 'has_paid_plans' => false, 46 'menu' => array( 47 'slug' => 'rsfa-settings', 48 'first-path' => 'options-general.php?page=rsfa-settings', 49 'support' => false, 50 'parent' => array( 51 'slug' => 'options-general.php', 52 ), 53 ), 54 ) 55 ); 56 } 57 58 return $rsfa_fs; 59 } 60 61 // Init Freemius. 62 rsfa_fs(); 63 // Signal that SDK was initiated. 64 do_action( 'rsfa_fs_loaded' ); 65 } 25 66 26 67 /**
Note: See TracChangeset
for help on using the changeset viewer.