diff --git a/omnisend/class-omnisend-core-bootstrap.php b/omnisend/class-omnisend-core-bootstrap.php index 5c7ca20..0d9d084 100644 --- a/omnisend/class-omnisend-core-bootstrap.php +++ b/omnisend/class-omnisend-core-bootstrap.php @@ -4,7 +4,7 @@ * * Plugin Name: Omnisend * Description: Omnisend main plugin that enables integration with Omnisend. - * Version: 1.1.2 + * Version: 1.1.3 * Author: Omnisend * Author URI: https://www.omnisend.com * Developer: Omnisend @@ -71,13 +71,13 @@ public static function load_omnisend_admin_styles(): void { 'roboto.css', plugin_dir_url( __FILE__ ) . 'assets/fonts/roboto/roboto.css?' . time(), array(), - '1.1.2', + '1.1.3', ); wp_enqueue_style( 'styles.css', plugin_dir_url( __FILE__ ) . 'styles/styles.css?' . time(), array(), - '1.1.2', + '1.1.3', ); } } diff --git a/omnisend/readme.txt b/omnisend/readme.txt index 63b9f5d..bfbb7ea 100644 --- a/omnisend/readme.txt +++ b/omnisend/readme.txt @@ -5,7 +5,7 @@ Tags: form, email marketing, web tracking, subscriber collection Requires at least: 4.7.0 Tested up to: 6.4 Requires PHP: 7.1 -Stable tag: 1.1.2 +Stable tag: 1.1.3 License: GPLv3 or later URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -54,6 +54,11 @@ Read Omnisend [Terms of Use](https://www.omnisend.com/terms) == Changelog == += 1.1.3 = + +* Update build process + + = 1.1.2 = * Update URL in plugin admin.