Changeset 3202266
- Timestamp:
- 12/04/2024 10:29:31 AM (16 months ago)
- Location:
- futurio-extra/tags/2.0.16
- Files:
-
- 38 copied
-
. (copied) (copied from futurio-extra/trunk)
-
futurio-extra.php (copied) (copied from futurio-extra/trunk/futurio-extra.php) (1 diff)
-
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/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.16/futurio-extra.php
r3184396 r3202266 4 4 * Plugin URI: https://futuriowp.com/ 5 5 * Description: Extra addon for Futurio Theme 6 * Version: 2.0.1 56 * Version: 2.0.16 7 7 * Author: FuturioWP 8 8 * Author URI: https://futuriowp.com/ 9 9 * License: GPL-2.0+ 10 10 * WC requires at least: 3.3.0 11 * WC tested up to: 9. 412 * Elementor tested up to: 3.2 5.011 * WC tested up to: 9.5 12 * Elementor tested up to: 3.26.0 13 13 */ 14 14 // Exit if accessed directly. -
futurio-extra/tags/2.0.16/readme.txt
r3184396 r3202266 5 5 Requires at Least: 4.4 6 6 Tested Up To: 6.7 7 Stable tag: 2.0.1 57 Stable tag: 2.0.16 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.16 = 63 * Updated Writing Effect Headline Elementor widget 64 * Tested with Elementor 3.26 61 65 62 66 = 2.0.15 =
Note: See TracChangeset
for help on using the changeset viewer.