From c995da57477911f5e2f5ebaa4c76671d608c1f12 Mon Sep 17 00:00:00 2001 From: Cory Hyland <1305010+Programmer095@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:05:15 -0500 Subject: [PATCH] fix: restore missing notice file (#17) --- import-users-from-csv.php | 2 +- readme.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/import-users-from-csv.php b/import-users-from-csv.php index 7170d4f..4d26d9a 100644 --- a/import-users-from-csv.php +++ b/import-users-from-csv.php @@ -3,7 +3,7 @@ Plugin Name: Import Users from CSV Plugin URI: https://wordpress.org/plugins/import-users-from-csv/ Description: Import Users data and metadata from a csv file. -Version: 1.3 +Version: 1.3.1 Author: WP All Import Author URI: https://www.wpallimport.com/ License: GPL2 diff --git a/readme.txt b/readme.txt index 51cb75d..901654e 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: import users from csv, import users, import csv, users, csv Requires at least: 3.1 Requires PHP: 7.0 Tested up to: 6.4.2 -Stable tag: 1.3 +Stable tag: 1.3.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -96,6 +96,9 @@ Thanks to Ulrich Sossou for initially creating this plugin. Be sure to [check ou == Changelog == += 1.3.1 = +* bug fix: restore missing notice file + = 1.3 = * bug fix: don't instantiate serialized objects