Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
debba committed Jul 12, 2024
1 parent ffbce89 commit 75a27c8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
Binary file modified .wordpress-org/assets/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/assets/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions .wordpress-org/readme/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Emailchef Add On for Paid Memberships Pro ===
Contributors: edisplayit, dueclic
Donate link: https://www.dueclic.com
Donate link: https://www.emailchef.com
Tags: paid memberships pro, pmpro, emailchef, email marketing
Requires at least: 6.0
Tested up to: 6.5
Stable tag: 1.1.0
Stable tag: 1.2.0
Requires PHP: 7.0
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -62,4 +62,5 @@ Please visit [our support site at https://www.paidmembershipspro.com](http://www

## Changelog

* 1.2.0 Small fixes
* 1.1.0 Added assets and screenshots
7 changes: 5 additions & 2 deletions emailchef-add-on-for-pmp.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Plugin URI: https://emailchef.com/it/add-on-emailchef-per-wordpress-paid-memberships-pro/
* Description: Sync your WordPress users and members with Emaiclhef audiences.
* Author: edisplayit
* Author URI: https://www.dueclic.com
* Version: 1.1.0
* Author URI: https://www.emailchef.com
* Version: 1.2.0
* Text Domain: emailchef-add-on-for-pmp
* Domain Path: /languages/
* Requires at least: 6.0
Expand Down Expand Up @@ -193,6 +193,9 @@ function pmproecaddon_options_page() {

?>
<div class="wrap pmproecaddon-options">

<img src="<?php echo plugins_url('img/logo.png', __FILE__); ?>" alt="Emailchef">

<h1><?php esc_html_e( 'Emailchef Integration Options and Settings', 'emailchef-add-on-for-pmp' ); ?></h1>
<h2><?php esc_html_e( 'Subscribe users to one or more Emailchef audiences when they sign up for your site.', 'emailchef-add-on-for-pmp' ); ?></h2>
<label><?php esc_html_e( 'If you have Paid Membership Pro installed, you can subscribe members to one or more Emailchef audiences based on their membership level or specify "Opt-in Audiences" that members can select at membership checkout.', 'emailchef-add-on-for-pmp' ); ?></label>
Expand Down
Binary file added img/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 75a27c8

Please sign in to comment.