Skip to content

Commit

Permalink
Reintroduce Swiper experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
heinvv committed Nov 18, 2024
1 parent 9019176 commit 86d6153
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions core/experiments/manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,15 @@ private function add_default_features() {
],
] );

$this->add_feature( [
'name' => 'e_swiper_latest',
'title' => esc_html__( 'Upgrade Swiper Library', 'elementor' ),
'description' => esc_html__( 'Prepare your website for future improvements to carousel features by upgrading the Swiper library integrated into your site from v5.36 to v8.45. This experiment includes markup changes so it might require updating custom code and cause compatibility issues with third party plugins.', 'elementor' ),
'default' => self::STATE_ACTIVE,
static::TYPE_HIDDEN => true,
'mutable' => false,
] );

$this->add_feature( [
'name' => 'e_nested_atomic_repeaters',
'title' => esc_html__( 'Nested Elements Performance', 'elementor' ),
Expand Down

0 comments on commit 86d6153

Please sign in to comment.