Changeset 3205679
- Timestamp:
- 12/10/2024 01:31:38 PM (16 months ago)
- Location:
- futurio-extra/tags/2.0.17
- Files:
-
- 1 edited
- 38 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)
-
inc/elementor/shortcode.php (copied) (copied from futurio-extra/trunk/inc/elementor/shortcode.php)
-
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/js/waypoints.min.js (copied) (copied from futurio-extra/trunk/inc/elementor/widgets/js/waypoints.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/googlefonts/package-lock.json (copied) (copied from futurio-extra/trunk/inc/framework/kirki-packages/googlefonts/package-lock.json)
-
inc/framework/kirki-packages/googlefonts/src/package-lock.json (copied) (copied from futurio-extra/trunk/inc/framework/kirki-packages/googlefonts/src/package-lock.json)
-
inc/framework/kirki-packages/l10n/src/L10n.php (modified) (1 diff)
-
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) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
futurio-extra/tags/2.0.17/futurio-extra.php
r3202267 r3205679 4 4 * Plugin URI: https://futuriowp.com/ 5 5 * Description: Extra addon for Futurio Theme 6 * Version: 2.0.1 66 * Version: 2.0.17 7 7 * Author: FuturioWP 8 8 * Author URI: https://futuriowp.com/ … … 52 52 require_once( plugin_dir_path(__FILE__) . 'inc/notify.php' ); 53 53 54 add_action(' plugins_loaded', 'futurio_extra_load_textdomain');54 add_action('init', 'futurio_extra_load_textdomain'); 55 55 56 56 function futurio_extra_load_textdomain() { -
futurio-extra/tags/2.0.17/inc/framework/kirki-packages/l10n/src/L10n.php
r2976979 r3205679 60 60 $this->languages_path = $languages_path; 61 61 // This will only work if we're inside a plugin. 62 add_action( ' plugins_loaded', [ $this, 'load_textdomain' ] );62 add_action( 'init', [ $this, 'load_textdomain' ] ); 63 63 64 64 // If we got this far, then Kirki is embedded in a plugin. -
futurio-extra/tags/2.0.17/readme.txt
r3202267 r3205679 5 5 Requires at Least: 4.4 6 6 Tested Up To: 6.7 7 Stable tag: 2.0.1 67 Stable tag: 2.0.17 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 59 59 60 60 == Changelog == 61 62 = 2.0.17 = 63 * Fixed _load_textdomain_just_in_time issue 64 * Tested with WooCommerce 9.5 61 65 62 66 = 2.0.16 =
Note: See TracChangeset
for help on using the changeset viewer.