Skip to content

Commit

Permalink
Added Fancy Chart notice in the EA Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rudlinkon committed Oct 22, 2023
1 parent f99d053 commit 9cbf530
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions includes/Classes/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ class Bootstrap
protected $installer;


const EAEL_PROMOTION_FLAG = 9;
const EAEL_ADMIN_MENU_FLAG = 9;
const EAEL_PROMOTION_FLAG = 10;
const EAEL_ADMIN_MENU_FLAG = 10;
/**
* Singleton instance
*
Expand Down
2 changes: 1 addition & 1 deletion includes/Traits/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ public function promotion_message_on_admin_screen() {
?>
<div id="eael-admin-promotion-message" class="eael-admin-promotion-message">
<i class="e-notice__dismiss eael-admin-promotion-close" role="button" aria-label="Dismiss" tabindex="0"></i>
<?php printf( __( "<p> <i>📣</i> NEW: Essential Addons Pro 5.7 is here, with new '<a target='_blank' href='%s'>Woo Account Dashboard</a>' widget & more! Check out the <a target='_blank' href='%s'>Changelog</a> for more details 🎉</p>", "essential-addons-for-elementor-lite" ), esc_url( 'https://essential-addons.com/elementor/woo-account-dashboard' ), esc_url( 'https://essential-addons.com/elementor/changelog/' ) ); ?>
<?php printf( __( "<p> <i>📣</i> NEW: Essential Addons Pro 5.8 is here, with new '<a target='_blank' href='%s'>Fancy Chart</a>' widget & more! Check out the <a target='_blank' href='%s'>Changelog</a> for more details 🎉</p>", "essential-addons-for-elementor-lite" ), esc_url( 'https://essential-addons.com/elementor/docs/ea-fancy-chart/' ), esc_url( 'https://essential-addons.com/elementor/changelog/' ) ); ?>
</div>
<?php
}
Expand Down
2 changes: 1 addition & 1 deletion languages/essential-addons-for-elementor-lite.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9691,7 +9691,7 @@ msgid "Submit"
msgstr ""

#: ../includes/Traits/Helper.php:493
msgid "<p> <i>📣</i> NEW: Essential Addons Pro 5.7 is here, with new '<a target='_blank' href='%s'>Woo Account Dashboard</a>' widget & more! Check out the <a target='_blank' href='%s'>Changelog</a> for more details 🎉</p>"
msgid "<p> <i>📣</i> NEW: Essential Addons Pro 5.8 is here, with new '<a target='_blank' href='%s'>Fancy Chart</a>' widget & more! Check out the <a target='_blank' href='%s'>Changelog</a> for more details 🎉</p>"
msgstr ""

#: ../includes/Traits/Helper.php:555
Expand Down

0 comments on commit 9cbf530

Please sign in to comment.