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 instruction link & set cookie #28

Merged
merged 7 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions omnisend/class-omnisend-core-bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Plugin Name: Omnisend
* Description: Omnisend main plugin that enables integration with Omnisend.
* Version: 1.3.1
* Version: 1.3.2
* Author: Omnisend
* Author URI: https://www.omnisend.com
* Developer: Omnisend
Expand All @@ -22,7 +22,7 @@

defined( 'ABSPATH' ) || die( 'no direct access' );

const OMNISEND_CORE_PLUGIN_VERSION = '1.3.1';
const OMNISEND_CORE_PLUGIN_VERSION = '1.3.2';
const OMNISEND_CORE_SETTINGS_PAGE = 'omnisend';
const OMNISEND_CORE_PLUGIN_NAME = 'Email Marketing by Omnisend';

Expand Down
6 changes: 5 additions & 1 deletion omnisend/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: email marketing, marketing, newsletter, sms, form
Requires at least: 4.7.0
Tested up to: 6.4
Requires PHP: 7.1
Stable tag: 1.3.1
Stable tag: 1.3.2
License: GPLv3 or later
URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -54,6 +54,10 @@ Read Omnisend [Terms of Use](https://www.omnisend.com/terms)

== Changelog ==

= 1.3.2 =

* Update link to Omnisend WP store connection flow

= 1.3.1 =

* Add message for WooCommerce plugin
Expand Down
8 changes: 4 additions & 4 deletions omnisend/view/connection-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@ <h3 class="omnisend-h3">Steps to connect to Omnisend:</h3>
<div class="omnisend-grid-column">
<div class="omnisend-spacing-mv-1">
<p class="omnisend-paragraph-16">
Go to API keys section and create API key
Copy the API key from the platform connection instructions
</p>
</div>
<div class="omnisend-spacing-mt-4">
<a
class="omnisend-link-button"
target="_blank"
href="https://app.omnisend.com/integrations/api-keys/create"
href="https://app.omnisend.com/apps/connect-store/wordpress?source=wordpress%20plugin"
>
Go to API Keys</a
Go to connection instructions</a
>
</div>
</div>
Expand All @@ -125,7 +125,7 @@ <h3 class="omnisend-h3">Steps to connect to Omnisend:</h3>
<div class="omnisend-spacing-mr-4"></div>
<div class="omnisend-grid-column">
<div class="omnisend-spacing-mv-1">
<p class="omnisend-paragraph-16">Paste created API key here:</p>
<p class="omnisend-paragraph-16">Paste copied API key here:</p>
</div>
<div class="omnisend-spacing-mt-4">
<div class="omnisend-flex-row">
Expand Down
Loading