Skip to content

Commit

Permalink
1.2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Oct 1, 2024
1 parent 03bbf42 commit ef24fbb
Showing 3 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions convertkit-membermouse.php
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
* Plugin Name: Kit (formerly ConvertKit) MemberMouse Integration
* Plugin URI: http://www.kit.com
* Description: This plugin integrates Kit with MemberMouse.
* Version: 1.2.5
* Version: 1.2.5.1
* Author: ConvertKit
* Author URI: https://kit.com
* License: GPL-2.0+
@@ -34,7 +34,7 @@
define( 'CONVERTKIT_MM_FILE', plugin_basename( __FILE__ ) );
define( 'CONVERTKIT_MM_URL', plugin_dir_url( __FILE__ ) );
define( 'CONVERTKIT_MM_PATH', plugin_dir_path( __FILE__ ) );
define( 'CONVERTKIT_MM_VERSION', '1.2.5' );
define( 'CONVERTKIT_MM_VERSION', '1.2.5.1' );
define( 'CONVERTKIT_MM_OAUTH_CLIENT_ID', 'U4aHnnj_QgRrZOdtWUJ6vtpulZSloLKn-7e551T-Exw' );
define( 'CONVERTKIT_MM_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );

38 changes: 19 additions & 19 deletions languages/convertkit-mm.pot
Original file line number Diff line number Diff line change
@@ -2,21 +2,21 @@
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: ConvertKit MemberMouse Integration 1.2.5\n"
"Project-Id-Version: Kit (formerly ConvertKit) MemberMouse Integration 1.2.5.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-membermouse\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-10-01T13:51:32+00:00\n"
"POT-Creation-Date: 2024-10-01T14:04:18+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: convertkit-mm\n"

#. Plugin Name of the plugin
#: convertkit-membermouse.php
msgid "ConvertKit MemberMouse Integration"
msgid "Kit (formerly ConvertKit) MemberMouse Integration"
msgstr ""

#. Plugin URI of the plugin
@@ -26,7 +26,7 @@ msgstr ""

#. Description of the plugin
#: convertkit-membermouse.php
msgid "This plugin integrates ConvertKit with MemberMouse."
msgid "This plugin integrates Kit with MemberMouse."
msgstr ""

#. Author of the plugin
@@ -40,11 +40,11 @@ msgid "https://kit.com"
msgstr ""

#: admin/class-convertkit-mm-admin.php:295
msgid "Connect to ConvertKit"
msgid "Connect to Kit"
msgstr ""

#: admin/class-convertkit-mm-admin.php:299
msgid "For the ConvertKit for MemberMouse Plugin to function, please connect your ConvertKit account using the button below."
msgid "For the Kit for MemberMouse Plugin to function, please connect your Kit account using the button below."
msgstr ""

#: admin/class-convertkit-mm-admin.php:308
@@ -68,7 +68,7 @@ msgid "You can ignore this unless you're working with our support team to resolv
msgstr ""

#: admin/class-convertkit-mm-admin.php:371
msgid "For each MemberMouse membership level, assign a ConvertKit Tag that you wish to be assigned to members of that level."
msgid "For each MemberMouse membership level, assign a Kit Tag that you wish to be assigned to members of that level."
msgstr ""

#: admin/class-convertkit-mm-admin.php:373
@@ -80,7 +80,7 @@ msgid "Tagging: Membership Levels"
msgstr ""

#: admin/class-convertkit-mm-admin.php:430
msgid "For each MemberMouse product, assign a ConvertKit Tag that you wish to be assigned to members of that product."
msgid "For each MemberMouse product, assign a Kit Tag that you wish to be assigned to members of that product."
msgstr ""

#: admin/class-convertkit-mm-admin.php:432
@@ -92,7 +92,7 @@ msgid "Tagging: Products"
msgstr ""

#: admin/class-convertkit-mm-admin.php:485
msgid "For each MemberMouse bundle, assign a ConvertKit Tag that you wish to be assigned to members of that bundle."
msgid "For each MemberMouse bundle, assign a Kit Tag that you wish to be assigned to members of that bundle."
msgstr ""

#: admin/class-convertkit-mm-admin.php:487
@@ -104,15 +104,15 @@ msgid "Tagging: Bundles"
msgstr ""

#: admin/class-convertkit-mm-admin.php:541
msgid "ConvertKit MemberMouse Settings"
msgid "Kit MemberMouse Settings"
msgstr ""

#: admin/class-convertkit-mm-admin.php:542
msgid "ConvertKit MemberMouse"
msgid "Kit MemberMouse"
msgstr ""

#: admin/class-convertkit-mm-admin.php:560
msgid "ConvertKit for MemberMouse"
msgid "Kit for MemberMouse"
msgstr ""

#: admin/class-convertkit-mm-admin.php:568
@@ -189,7 +189,7 @@ msgstr ""

#. translators: Email Address
#: includes/class-convertkit-mm-api.php:82
msgid "get_subscriber_by_email(): No subscriber(s) exist in ConvertKit matching the email address %s."
msgid "get_subscriber_by_email(): No subscriber(s) exist in Kit matching the email address %s."
msgstr ""

#: includes/class-convertkit-mm-api.php:84
@@ -266,26 +266,26 @@ msgid "API request method %s is not supported in ConvertKit_API class."
msgstr ""

#: includes/class-convertkit-mm-api.php:112
msgid "ConvertKit API Error: Rate limit hit."
msgid "Kit API Error: Rate limit hit."
msgstr ""

#: includes/class-convertkit-mm-api.php:113
msgid "ConvertKit API Error: Internal server error."
msgid "Kit API Error: Internal server error."
msgstr ""

#: includes/class-convertkit-mm-api.php:114
msgid "ConvertKit API Error: Bad gateway."
msgid "Kit API Error: Bad gateway."
msgstr ""

#: includes/class-convertkit-mm-api.php:115
msgid "ConvertKit API Error: The response is not of the expected type array."
msgid "Kit API Error: The response is not of the expected type array."
msgstr ""

#. translators: %1$s: PHP class name
#: includes/class-convertkit-mm.php:174
msgid "ConvertKit for MemberMouse Error: Could not load Plugin class <strong>%1$s</strong>"
msgid "Kit for MemberMouse Error: Could not load Plugin class <strong>%1$s</strong>"
msgstr ""

#: includes/class-convertkit-mm.php:184
msgid "ConvertKit for MemberMouse Error"
msgid "Kit for MemberMouse Error"
msgstr ""
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ Tags: convertkit, email, marketing, membermouse
Requires at least: 5.0
Tested up to: 6.6.2
Requires PHP: 5.6.20
Stable tag: 1.2.5
Stable tag: 1.2.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

@@ -40,7 +40,7 @@ No. You must first have an account on [kit.com](https://kit.com?utm_source=wordp

== Changelog ==

### 1.2.5 2024-10-01
### 1.2.5.1 2024-10-01
* Updated: Changed branding to Kit
* Updated: Kit WordPress Libraries to 2.0.4

0 comments on commit ef24fbb

Please sign in to comment.