Skip to content

Commit

Permalink
Merge pull request #17 from omnisend/misc/update-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
arnas authored Feb 5, 2024
2 parents f78e3a5 + 6a6ebc7 commit 75e72ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 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.0.0
* Version: 1.1.0
* Author: Omnisend
* Author URI: https://www.omnisend.com
* Developer: Omnisend
Expand Down Expand Up @@ -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.0.0',
'1.1.0',
);
wp_enqueue_style(
'styles.css',
plugin_dir_url( __FILE__ ) . 'styles/styles.css?' . time(),
array(),
'1.0.0',
'1.1.0',
);
}
}
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: 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.0.0
Stable tag: 1.1.0
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.1.0 =

* Added version tracking. Fixed minor bugs.

= 1.0.0 =

* Initial release.

0 comments on commit 75e72ab

Please sign in to comment.