Skip to content

Commit

Permalink
Patchstack
Browse files Browse the repository at this point in the history
  • Loading branch information
rokeras committed Sep 24, 2024
1 parent 280af55 commit 4c24ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

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

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.0
Stable tag: 1.0.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 4c24ff8

Please sign in to comment.