Skip to content

Commit

Permalink
Merge pull request #8 from vidmantaskiro/updated-version
Browse files Browse the repository at this point in the history
1.0.3v update
  • Loading branch information
greta-mik authored Oct 22, 2024
2 parents 34395cb + 4556c35 commit 9b889c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Omnisend for Paid Memberships Pro Add-On
* Description: A Paid Memberships Pro add-on to sync contacts with Omnisend. In collaboration with Paid Memberships Pro plugin it enables better customer tracking
* Version: 1.0.2
* Version: 1.0.3
* Author: Omnisend
* Author URI: https://www.omnisend.com
* Developer: Omnisend
Expand All @@ -26,7 +26,7 @@
}

define( 'OMNISEND_MEMBERSHIPS_ADDON_NAME', 'Omnisend for Paid Memberships Pro Add-On' );
define( 'OMNISEND_MEMBERSHIPS_ADDON_VERSION', '1.0.2' );
define( 'OMNISEND_MEMBERSHIPS_ADDON_VERSION', '1.0.3' );

spl_autoload_register( array( 'Omnisend_PaidMembershipsProAddOn', 'autoloader' ) );
add_action( 'plugins_loaded', array( 'Omnisend_PaidMembershipsProAddOn', 'check_plugin_requirements' ) );
Expand Down
2 changes: 1 addition & 1 deletion omnisend-for-paid-memberships-pro/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: Paid Memberships Pro, form, email marketing, web tracking, subscriber coll
Requires at least: 4.7.0
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.0.2
Stable tag: 1.0.3
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 9b889c2

Please sign in to comment.