Skip to content

Commit

Permalink
Update elementor.php (elementor#23482)
Browse files Browse the repository at this point in the history
  • Loading branch information
davseve authored Aug 20, 2023
1 parent a503504 commit 5ffae62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
exit; // Exit if accessed directly.
}

define( 'ELEMENTOR_VERSION', '3.14.0' ); //this is actually 3.13.0 , just a Workaround to allow screenshooter tests for 3.16
define( 'ELEMENTOR_VERSION', '3.15.0' ); //this is actually 3.14.0 , just a Workaround to allow screenshooter tests for 3.17

define( 'ELEMENTOR__FILE__', __FILE__ );
define( 'ELEMENTOR_PLUGIN_BASE', plugin_basename( ELEMENTOR__FILE__ ) );
Expand Down

0 comments on commit 5ffae62

Please sign in to comment.