Changeset 3250779
- Timestamp:
- 03/05/2025 04:20:24 AM (12 months ago)
- Location:
- xpro-elementor-addons/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
libs/starter-sites/classes/class-starter-sites-admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
xpro-elementor-addons.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xpro-elementor-addons/trunk/changelog.txt
r3248584 r3250779 1 = V 1.4.7 – 05 Mar 2025 2 3 Fix: Resolved issue with Starter Sites header and footer not importing. 4 5 1 6 = V 1.4.6.8 – 28 Feb 2025 2 7 -
xpro-elementor-addons/trunk/libs/starter-sites/classes/class-starter-sites-admin.php
r3090127 r3250779 1111 1111 $response = wp_remote_retrieve_body( $request ); 1112 1112 $result = json_decode( $response, true ); 1113 if ( ! is_array( $result ) ) { 1114 $result = []; 1115 } 1113 1116 set_transient( $file, $result, 1000 ); 1114 1117 -
xpro-elementor-addons/trunk/readme.txt
r3248584 r3250779 1 1 === 140+ Widgets | Xpro Addons For Elementor - FREE === 2 2 Plugin Name: Xpro Addons For Elementor (140+ Widgets & Free Theme Builder) 3 Version: 1.4. 6.83 Version: 1.4.7 4 4 Contributors: Xpro 5 5 Tags: elementor, widgets for elementor, elementor widgets, addons for elementor, woocommerce elementor … … 266 266 == Changelog == 267 267 268 = V 1.4.7 – 05 Mar 2025 269 270 Fix: Resolved issue with Starter Sites header and footer not importing. 271 272 268 273 = V 1.4.6.8 – 28 Feb 2025 269 274 -
xpro-elementor-addons/trunk/xpro-elementor-addons.php
r3248584 r3250779 4 4 * Description: A complete Elementor Addons Pack to enhance your web designing experience. Create amazing websites with 50+ FREE Widgets, Extensions & more. 5 5 * Plugin URI: https://elementor.wpxpro.com/ 6 * Version: 1.4. 6.86 * Version: 1.4.7 7 7 * Author: Xpro 8 8 * Author URI: https://www.wpxpro.com/ … … 14 14 defined( 'ABSPATH' ) || die(); 15 15 16 define( 'XPRO_ELEMENTOR_ADDONS_VERSION', '1.4. 6.8' );16 define( 'XPRO_ELEMENTOR_ADDONS_VERSION', '1.4.7' ); 17 17 define( 'INNER_ELEMENTOR_WIDGET_CONTAINER', false ); 18 18 define( 'XPRO_ELEMENTOR_ADDONS__FILE__', __FILE__ ); … … 67 67 * @var string The plugin version. 68 68 */ 69 const VERSION = '1.4. 6.8';69 const VERSION = '1.4.7'; 70 70 71 71 /**
Note: See TracChangeset
for help on using the changeset viewer.