Skip to content

Commit

Permalink
Merge pull request #5 from omnisend/patchstack
Browse files Browse the repository at this point in the history
Patchstack
  • Loading branch information
rokeras authored Sep 25, 2024
2 parents 484471e + 5983f61 commit f338876
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions omnisend-for-lifterlms/class-omnisend-lifterlmsaddon.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Omnisend for LifterLMS Add-On
* Description: A LifterLMS add-on to sync contacts with Omnisend. In collaboration with LifterLMS plugin it enables better customer tracking
* Version: 1.0.0
* Version: 1.0.2
* Author: Omnisend
* Author URI: https://www.omnisend.com
* Developer: Omnisend
Expand All @@ -26,7 +26,7 @@
}

define( 'OMNISEND_LIFTERLMS_ADDON_NAME', 'Omnisend for Lifter LMS Add-On' );
define( 'OMNISEND_LIFTERLMS_ADDON_VERSION', '1.0.0' );
define( 'OMNISEND_LIFTERLMS_ADDON_VERSION', '1.0.2' );

spl_autoload_register( array( 'Omnisend_LifterLMSAddOn', 'autoloader' ) );
add_action( 'plugins_loaded', array( 'Omnisend_LifterLMSAddOn', 'check_plugin_requirements' ) );
Expand Down
7 changes: 5 additions & 2 deletions omnisend-for-lifterlms/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: LifterLMS, form, email marketing, web tracking, subscriber collection
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 Expand Up @@ -39,6 +39,9 @@ Read Omnisend [Terms of Use](https://www.omnisend.com/terms)
= Where can I find Omnisend Privacy Policy? =
Read Omnisend [Terms of Use](https://www.omnisend.com/privacy/)

= How can I report security bugs? =
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/vdp/omnisend-for-lifterlms-add-on)

== Screenshots ==

1. Build beautiful campaigns using our email templates
Expand All @@ -52,4 +55,4 @@ Read Omnisend [Terms of Use](https://www.omnisend.com/privacy/)
== Changelog ==
= 1.0.0 =

* Initial release.
* Initial release.

0 comments on commit f338876

Please sign in to comment.