Skip to content

Commit

Permalink
Update class-omnisend-core-bootstrap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nerijuszaniauskas authored Dec 3, 2024
1 parent e3e438c commit 64a7b1d
Showing 1 changed file with 2 additions and 2 deletions.
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 Email Marketing
* Description: Omnisend main plugin that enables integration with Omnisend.
* Version: v1.6.0
* Version: 1.6.0
* Author: Omnisend
* Author URI: https://www.omnisend.com
* Developer: Omnisend
Expand All @@ -23,7 +23,7 @@

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

const OMNISEND_CORE_PLUGIN_VERSION = 'v1.6.0';
const OMNISEND_CORE_PLUGIN_VERSION = '1.6.1';
const OMNISEND_CORE_SETTINGS_PAGE = 'omnisend';
const OMNISEND_CORE_PLUGIN_NAME = 'Email Marketing by Omnisend';
const OMNISEND_MENU_TITLE = 'Omnisend Email Marketing';
Expand Down

0 comments on commit 64a7b1d

Please sign in to comment.