Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tested WP version, image and copy. #141

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading