Skip to content

Commit

Permalink
Merge pull request #141 from omnisend/update-image-and-tested-wp-version
Browse files Browse the repository at this point in the history
Update tested WP version, image and copy.
  • Loading branch information
nerijuszaniauskas authored Dec 3, 2024
2 parents 3361e9f + c251605 commit 84a1f58
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified .wordpress-org/banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions omnisend/class-omnisend-core-bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Omnisend plugin
*
* Plugin Name: Omnisend Email Marketing
* Plugin Name: Newsletters, Email Marketing, SMS and Popups by Omnisend
* Description: Omnisend main plugin that enables integration with Omnisend.
* Version: 1.6.1
* Author: Omnisend
Expand Down Expand Up @@ -85,7 +85,7 @@ function ( $user_login, $user ) {

public static function omnisend_app_market() {
if ( ! current_user_can( 'manage_options' ) ) {
wp_die( esc_html__( 'You do not have sufficient permissions to access this page.' ) );
wp_die( esc_html__( 'You do not have sufficient permissions to access this page.', 'omnisend' ) );
}

?>
Expand Down
2 changes: 1 addition & 1 deletion omnisend/includes/Internal/class-connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Connection {

public static function display(): void {
if ( ! current_user_can( 'manage_options' ) ) {
wp_die( esc_html__( 'You do not have sufficient permissions to access this page.' ) );
wp_die( esc_html__( 'You do not have sufficient permissions to access this page.', 'omnisend' ) );
}

Options::set_landing_page_visited();
Expand Down
2 changes: 1 addition & 1 deletion omnisend/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Plugin Name: Newsletters, Email Marketing, SMS and Popups by Omnisend
Contributors: Omnisend
Tags: email marketing, marketing, newsletter, sms, form
Requires at least: 4.7.0
Tested up to: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 1.6.1
License: GPLv3 or later
Expand Down
2 changes: 1 addition & 1 deletion omnisend/view/landing-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
/>
<div class="omnisend-landing-page-banner-content">
<div class="omnisend-spacing-mb-4">
<div class="omnisend-landing-page-banner-header">Join 100,000+ brands using Omnisend</div>
<div class="omnisend-landing-page-banner-header">Join 125,000+ brands using Omnisend</div>
</div>
<div class="omnisend-landing-page-banner-text">
Quickly connect Omnisend to turn visitors into subscribers and keep them engaged with newsletters and targeted emails.
Expand Down

0 comments on commit 84a1f58

Please sign in to comment.