Skip to content
Merged

1.3.8 #101

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions convertkit-membermouse.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Kit (formerly ConvertKit) for MemberMouse
* Plugin URI: http://www.kit.com
* Description: This plugin integrates Kit with MemberMouse.
* Version: 1.3.7
* Version: 1.3.8
* Author: Kit
* Author URI: https://kit.com
* License: GPLv3 or later
Expand All @@ -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.3.7' );
define( 'CONVERTKIT_MM_VERSION', '1.3.8' );
define( 'CONVERTKIT_MM_OAUTH_CLIENT_ID', 'U4aHnnj_QgRrZOdtWUJ6vtpulZSloLKn-7e551T-Exw' );
define( 'CONVERTKIT_MM_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );

Expand Down
4 changes: 2 additions & 2 deletions languages/convertkit-mm.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv3 or later.
msgid ""
msgstr ""
"Project-Id-Version: Kit (formerly ConvertKit) for MemberMouse 1.3.7\n"
"Project-Id-Version: Kit (formerly ConvertKit) for MemberMouse 1.3.8\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-membermouse\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2025-12-11T08:20:25+00:00\n"
"POT-Creation-Date: 2025-12-18T10:47:04+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.12.0\n"
"X-Domain: convertkit-mm\n"
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: convertkit, email, marketing, membermouse
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.1
Stable tag: 1.3.7
Stable tag: 1.3.8
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

### 1.3.8 2025-12-18
* Updated: Use WordPress Libraries 2.1.3

### 1.3.7 2025-12-11
* Fix: Settings: Improve logic to automatically delete invalid Access Tokens

Expand Down