Skip to content

Commit

Permalink
Merge branch 'develop' into feature/avif
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrisrp authored Feb 14, 2024
2 parents 19f6e4f + 431a4ff commit 5d431cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/Admin/AdminBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function get_admin_bar_profile_callback() {

if ( $user->is_free() ) {
$text = esc_html__( 'Upgrade your plan now for more!', 'rocket' ) . '<br>' .
esc_html__( 'From $4.99/month only, keep going with image optimization!', 'rocket' );
esc_html__( 'From $5.99/month only, keep going with image optimization!', 'rocket' );
$button_text = esc_html__( 'Upgrade My Plan', 'rocket' );
$upgrade_link = IMAGIFY_APP_DOMAIN . '/subscription/?utm_source=plugin&utm_medium=notification';
} elseif ( $user->is_growth() ) {
Expand Down
2 changes: 1 addition & 1 deletion views/part-upsell.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<?php
if ( $imagify_user->is_free() ) {
$upgrade = esc_html__( 'Upgrade your plan now for more!', 'imagify' );
$price = esc_html__( 'From $4.99/month only, keep going with image optimization!', 'imagify' );
$price = esc_html__( 'From $5.99/month only, keep going with image optimization!', 'imagify' );
$upgrade_link = IMAGIFY_APP_DOMAIN . '/subscription/?utm_source=plugin&utm_medium=upsell_banner';
} elseif ( $imagify_user->is_growth() ) {
$upgrade = esc_html__( 'Upgrade your plan now to keep optimizing your images.', 'imagify' );
Expand Down

0 comments on commit 5d431cf

Please sign in to comment.