Skip to content

Commit

Permalink
Bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
debba committed Jul 24, 2024
1 parent 0e403e0 commit b59d524
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .wordpress-org/readme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.emailchef.com
Tags: paid memberships pro, pmpro, emailchef, email marketing
Requires at least: 6.0
Tested up to: 6.6
Stable tag: 1.3.0
Stable tag: 1.4.0
Requires PHP: 7.0
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -62,6 +62,7 @@ Please visit [our support site at https://www.paidmembershipspro.com](http://www

## Changelog

* 1.4.0 check PMPRO activation fix
* 1.3.0 i18n fixes
* 1.2.0 Small fixes
* 1.1.0 Added assets and screenshots
4 changes: 2 additions & 2 deletions emailchef-add-on-for-pmp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Sync your WordPress users and members with Emaiclhef audiences.
* Author: edisplayit
* Author URI: https://www.emailchef.com
* Version: 1.3.0
* Version: 1.4.0
* Text Domain: emailchef-add-on-for-pmp
* Domain Path: /languages/
* Requires at least: 6.0
Expand Down Expand Up @@ -669,7 +669,7 @@ function pmproecaddon_check_pmpro() {
if ( ! function_exists( 'pmpro_hasMembershipLevel' ) ) {
deactivate_plugins( plugin_basename( __FILE__ ) );
/* translators: %s: plugins page */
wp_die( esc_html__( 'This plugin requires Paid Memberships Pro. <a href="%s">Please go back to the Plugins page</a>.', 'emailchef-add-on-for-pmp' ), esc_url( admin_url( 'plugins.php' ) ) );
wp_die( __( 'This plugin requires Paid Memberships Pro. <a href="%s">Please go back to the Plugins page</a>.', 'emailchef-add-on-for-pmp' ), esc_url( admin_url( 'plugins.php' ) ) );
}
}

Expand Down
4 changes: 2 additions & 2 deletions languages/emailchef-add-on-for-pmp-it_IT.po
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ msgstr "edisplayit"

#. Name of the plugin
msgid "Emailchef Add On for Paid Memberships Pro"
msgstr "Emailchef Add On per Paid Memberships Pro"
msgstr "Emailchef Add On for Paid Memberships Pro"

#: emailchef-add-on-for-pmp.php:210
msgid "Emailchef credentials are wrong."
Expand Down Expand Up @@ -94,7 +94,7 @@ msgstr "Iscriviti alla nostra mailing list."

#: emailchef-add-on-for-pmp.php:218
msgid "Login Emailchef"
msgstr "Accesso Emailchef"
msgstr "Accesso a Emailchef"

#: emailchef-add-on-for-pmp.php:328
msgid "Membership Levels and Audiences"
Expand Down

0 comments on commit b59d524

Please sign in to comment.