diff --git a/integration-toolkit-for-beehiiv.php b/integration-toolkit-for-beehiiv.php index 0a484ea2..28d53997 100644 --- a/integration-toolkit-for-beehiiv.php +++ b/integration-toolkit-for-beehiiv.php @@ -4,7 +4,7 @@ * Plugin Name: Integration Toolkit for beehiiv * Plugin URI: https://refact.co/ * Description: Effortlessly connect content and subscription capabilities with your WordPress site. - * Version: 1.0.0 + * Version: 1.0.1 * Author: Refact.co * Author URI: https://refact.co * License: GPL2 or later diff --git a/readme.txt b/readme.txt index 4317c45e..5c03701d 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: refact Requires at least: 5.2 Tested up to: 6.5.3 Requires PHP: 7.4 -Stable tag: 1.0.0 +Stable tag: 1.0.1 License: GPL2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: esp, beehiiv, import, email, importer @@ -122,3 +122,6 @@ New: Initial release = v1.0.0 = New: Initial release += v1.0.1 = +Fix: Minor bug fixes + diff --git a/src/Import/Process_pages.php b/src/Import/Process_Pages.php similarity index 100% rename from src/Import/Process_pages.php rename to src/Import/Process_Pages.php