Skip to content

Commit

Permalink
Update admin promo content and translation references
Browse files Browse the repository at this point in the history
  • Loading branch information
rudlinkon committed Dec 29, 2024
1 parent 0d99174 commit 5a45fe1
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 135 deletions.
2 changes: 1 addition & 1 deletion includes/Traits/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@ public function admin_enqueue_scripts( $hook ) {
],
'admin_screen_promo' => [
'display' => get_option( 'eael_admin_promotion' ) < self::EAEL_PROMOTION_FLAG,
'content' => sprintf( __( "<p> <i>📣</i> <b>NEW:</b> Introducing EA 6.0 with revamped '<b>Dashboard</b>', '<a target='_blank' href='%s'>Interactive Animations</a>', '<a target='_blank' href='%s'>Hover Interactions</a>', '<a target='_blank' href='%s'>Dynamic Tags</a>' & more! Check out the <a target='_blank' href='%s'>Changelog</a> 🎉</p>", "essential-addons-for-elementor-lite" ), esc_url( 'https://essential-addons.com/interactive-animations/' ), esc_url( 'https://essential-addons.com/hover-interaction/' ), esc_url( 'https://essential-addons.com/dynamic-tags/' ), esc_url( 'https://essential-addons.com/view-ea-changelog' ) )
'content' => sprintf( __( "<p> <i>📣</i> <b>NEW:</b> Introducing EA 6.1 with 4 New \"<b>WooCommerce</b>\" widgets along with \"<b>Breadcrumbs</b>\" widget! Check out the <a target='_blank' href='%s'>Changelog</a> 🎉</p>", "essential-addons-for-elementor-lite" ), esc_url( 'https://essential-addons.com/view-ea-changelog' ) )
],
'pro_modal' => [
'heading' => __( 'Unlock the PRO Features', 'essential-addons-for-elementor-lite' ),
Expand Down
Loading

0 comments on commit 5a45fe1

Please sign in to comment.