Changeset 3184380
- Timestamp:
- 11/08/2024 11:53:42 AM (17 months ago)
- Location:
- futurio-extra/tags/2.0.14
- Files:
-
- 1 edited
- 34 copied
-
. (copied) (copied from futurio-extra/trunk)
-
futurio-extra.php (copied) (copied from futurio-extra/trunk/futurio-extra.php) (2 diffs)
-
inc/demo/demos.php (copied) (copied from futurio-extra/trunk/inc/demo/demos.php) (1 diff)
-
inc/elementor/shortcode.php (modified) (1 diff)
-
inc/elementor/widgets.php (copied) (copied from futurio-extra/trunk/inc/elementor/widgets.php)
-
inc/elementor/widgets/advanced-text-block.php (copied) (copied from futurio-extra/trunk/inc/elementor/widgets/advanced-text-block.php)
-
inc/elementor/widgets/blog-feed-author.php (copied) (copied from futurio-extra/trunk/inc/elementor/widgets/blog-feed-author.php)
-
inc/elementor/widgets/blog-feed-categories.php (copied) (copied from futurio-extra/trunk/inc/elementor/widgets/blog-feed-categories.php)
-
inc/elementor/widgets/blog-feed-comments.php (copied) (copied from futurio-extra/trunk/inc/elementor/widgets/blog-feed-comments.php)
-
inc/elementor/widgets/blog-feed-date.php (copied) (copied from futurio-extra/trunk/inc/elementor/widgets/blog-feed-date.php)
-
inc/elementor/widgets/blog-feed-read-more.php (copied) (copied from futurio-extra/trunk/inc/elementor/widgets/blog-feed-read-more.php)
-
inc/elementor/widgets/blog-feed-tags.php (copied) (copied from futurio-extra/trunk/inc/elementor/widgets/blog-feed-tags.php)
-
inc/elementor/widgets/js/frontend.js (copied) (copied from futurio-extra/trunk/inc/elementor/widgets/js/frontend.js)
-
inc/elementor/widgets/js/preview.min.js (copied) (copied from futurio-extra/trunk/inc/elementor/widgets/js/preview.min.js)
-
inc/elementor/widgets/posts-carousel.php (copied) (copied from futurio-extra/trunk/inc/elementor/widgets/posts-carousel.php)
-
inc/elementor/widgets/writing-effect-headline.php (copied) (copied from futurio-extra/trunk/inc/elementor/widgets/writing-effect-headline.php)
-
inc/framework/assets/images/kirki-logo.jpg (copied) (copied from futurio-extra/trunk/inc/framework/assets/images/kirki-logo.jpg)
-
inc/framework/inc/bootstrap.php (copied) (copied from futurio-extra/trunk/inc/framework/inc/bootstrap.php)
-
inc/framework/kirki-composer/autoload.php (copied) (copied from futurio-extra/trunk/inc/framework/kirki-composer/autoload.php)
-
inc/framework/kirki-composer/composer/ClassLoader.php (copied) (copied from futurio-extra/trunk/inc/framework/kirki-composer/composer/ClassLoader.php)
-
inc/framework/kirki-composer/composer/InstalledVersions.php (copied) (copied from futurio-extra/trunk/inc/framework/kirki-composer/composer/InstalledVersions.php)
-
inc/framework/kirki-composer/composer/autoload_psr4.php (copied) (copied from futurio-extra/trunk/inc/framework/kirki-composer/composer/autoload_psr4.php)
-
inc/framework/kirki-composer/composer/autoload_static.php (copied) (copied from futurio-extra/trunk/inc/framework/kirki-composer/composer/autoload_static.php)
-
inc/framework/kirki-composer/composer/installed.php (copied) (copied from futurio-extra/trunk/inc/framework/kirki-composer/composer/installed.php)
-
inc/framework/kirki-packages/compatibility/src/Field.php (copied) (copied from futurio-extra/trunk/inc/framework/kirki-packages/compatibility/src/Field.php)
-
inc/framework/kirki-packages/module-webfonts/src/Webfonts/Downloader.php (copied) (copied from futurio-extra/trunk/inc/framework/kirki-packages/module-webfonts/src/Webfonts/Downloader.php)
-
inc/framework/kirki-packages/settings/src/Notice.php (copied) (copied from futurio-extra/trunk/inc/framework/kirki-packages/settings/src/Notice.php)
-
inc/framework/kirki-packages/settings/src/SetupSettings.php (copied) (copied from futurio-extra/trunk/inc/framework/kirki-packages/settings/src/SetupSettings.php)
-
inc/framework/kirki-packages/settings/templates/metaboxes/documentation.php (copied) (copied from futurio-extra/trunk/inc/framework/kirki-packages/settings/templates/metaboxes/documentation.php)
-
inc/framework/kirki-packages/settings/templates/settings-template.php (copied) (copied from futurio-extra/trunk/inc/framework/kirki-packages/settings/templates/settings-template.php)
-
inc/framework/kirki.php (copied) (copied from futurio-extra/trunk/inc/framework/kirki.php)
-
inc/notify.php (copied) (copied from futurio-extra/trunk/inc/notify.php)
-
inc/options/extra.php (copied) (copied from futurio-extra/trunk/inc/options/extra.php)
-
languages/futurio-extra.pot (copied) (copied from futurio-extra/trunk/languages/futurio-extra.pot)
-
readme.txt (copied) (copied from futurio-extra/trunk/readme.txt) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
futurio-extra/tags/2.0.14/futurio-extra.php
r3160266 r3184380 4 4 * Plugin URI: https://futuriowp.com/ 5 5 * Description: Extra addon for Futurio Theme 6 * Version: 2.0.1 36 * Version: 2.0.14 7 7 * Author: FuturioWP 8 8 * Author URI: https://futuriowp.com/ … … 10 10 * WC requires at least: 3.3.0 11 11 * WC tested up to: 9.4 12 * Elementor tested up to: 3.2 4.012 * Elementor tested up to: 3.25.0 13 13 */ 14 14 // Exit if accessed directly. -
futurio-extra/tags/2.0.14/inc/demo/demos.php
r3069523 r3184380 1784 1784 1785 1785 public function ajax_activate_theme() { 1786 if (!current_user_can('manage_options') || !wp_verify_nonce(sanitize_text_field( wp_unslash( $_POST['futurio_import_demo_data_nonce'])), 'futurio_import_demo_data_nonce')) { 1787 die('This action was stopped for security purposes.'); 1788 } 1789 $this->tbfe_plugin_fire(); 1786 if ( !current_user_can( 'manage_options' ) || !wp_verify_nonce( sanitize_text_field( wp_unslash( $_POST[ 'futurio_import_demo_data_nonce' ] ) ), 'futurio_import_demo_data_nonce' ) ) { 1787 die( 'This action was stopped for security purposes.' ); 1788 } 1789 $result = ''; 1790 1791 // Get the selected demo 1792 if ( isset( $_POST[ 'futurio_import_demo' ] ) ) { 1793 $demo_type = sanitize_text_field( wp_unslash( $_POST[ 'futurio_import_demo' ] ) ); 1794 } 1795 1796 // Get demos data 1797 $demo = FuturioWP_Demos::get_demos_data()[ $demo_type ]; 1798 1799 // Settings file 1800 $theme_settings = isset( $demo[ 'theme_settings' ] ) ? $demo[ 'theme_settings' ] : ''; 1801 $required_theme = isset( $demo[ 'required_theme' ] ) ? $demo[ 'required_theme' ] : ''; 1802 $required_theme = str_replace(' ', '-', strtolower($required_theme)); 1803 1804 require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; 1805 include_once ABSPATH . 'wp-admin/includes/theme.php'; 1806 1807 $api = themes_api( 1808 'theme_information', array( 1809 'slug' => $required_theme, 1810 'fields' => array( 'sections' => false ), 1811 ) 1812 ); 1813 1814 if ( is_wp_error( $api ) ) { 1815 $status[ 'errorMessage' ] = $api->get_error_message(); 1816 wp_send_json_error( $status ); 1817 } 1818 1819 $skin = new WP_Ajax_Upgrader_Skin(); 1820 $upgrader = new Theme_Upgrader( $skin ); 1821 $result = $upgrader->install( $api->download_link ); 1822 1823 1824 // Include settings importer 1825 include FE_PATH . 'classes/importers/class-settings-importer.php'; 1826 1827 switch_theme( $required_theme ); 1828 1829 // Import settings. 1830 $settings_importer = new FWP_Settings_Importer(); 1831 $result = $settings_importer->process_import_file( $theme_settings ); 1832 1833 if ( is_wp_error( $result ) ) { 1834 echo json_encode( $result->errors ); 1835 } else { 1836 echo 'successful import'; 1837 } 1838 die(); 1790 1839 } 1791 1840 -
futurio-extra/tags/2.0.14/inc/elementor/shortcode.php
r2976979 r3184380 42 42 } 43 43 if (empty($attributes['id'])) { 44 return ''; 45 } 46 if (get_post_status ($attributes['id']) != 'publish') { 44 47 return ''; 45 48 } -
futurio-extra/tags/2.0.14/readme.txt
r3160266 r3184380 4 4 Plugin URL: https://futuriowp.com/ 5 5 Requires at Least: 4.4 6 Tested Up To: 6. 67 Stable tag: 2.0.1 36 Tested Up To: 6.7 7 Stable tag: 2.0.14 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 == Description == 15 15 16 Futurio Extra add extra features and options to [Futurio](https://futuriowp.com/) theme.17 This plugin require the free WP theme - [Futurio](https://wordpress.org/themes/futurio/) - to be installed.16 Futurio Extra add extra features and options to [Futurio](https://futuriowp.com/) and [Futurio Storefront](https://wordpress.org/themes/futurio-storefront/) theme. 17 This plugin require the free WP theme - [Futurio](https://wordpress.org/themes/futurio/) or [Futurio Storefront](https://wordpress.org/themes/futurio-storefront/) - to be installed. 18 18 19 19 Futurio Extra brings new widgets to be used in Elementor and allows you to import beautiful page templates for Elementor page builder. It also comes with 100% WooCommerce support and custom options. With the one click demo import feature you can import all our 10+ demo sites. … … 56 56 = I installed the plugin but it does not work = 57 57 58 This plugin will only work with the [Futurio](https://futuriowp.com/) theme.58 This plugin will only work with the [Futurio](https://futuriowp.com/) or [Futurio Storefront](https://wordpress.org/themes/futurio-storefront/) theme. 59 59 60 60 == Changelog == 61 62 = 2.0.14 = 63 * Tested with Elementor 3.25 64 * Tested with WP 6.7 65 * Tested with WooCommerce 9.4 66 * Security update 67 * Updated demo importer 61 68 62 69 = 2.0.13 =
Note: See TracChangeset
for help on using the changeset viewer.