Skip to content

Commit

Permalink
fix fatal error on php 8 (stay on 4.5.5 upstream) - move to 4.5.10 as…
Browse files Browse the repository at this point in the history
… 4.5.9 was already released
  • Loading branch information
Server committed Jul 31, 2023
1 parent cc6c5ff commit ea7a283
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions newsletter-for-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Newsletter for WordPress
Plugin URI: https://github.com/mailrouter/Newsletter-for-Wordpress
Description: Newsletter for WordPress by mailrouter. Aggiunge vari metodi di iscrizione newsletter al tuo sito.
Version: 4.5.9
Version: 4.5.10
Author: mailrouter
Text Domain: newsletter-for-wp
Domain Path: /languages
Expand Down Expand Up @@ -57,11 +57,11 @@ function _nl4wp_load_plugin()
}

// bootstrap the core plugin
define( 'NL4WP_VERSION', '4.5.9');
define( 'NL4WP_VERSION', '4.5.10');
/* NL_CHANGED - start
* imposta la versione pro
*/
define ('NL4WP_PREMIUM_VERSION', '4.5.9');
define ('NL4WP_PREMIUM_VERSION', '4.5.10');
/* NL_CHANGED - end */
define('NL4WP_PLUGIN_DIR', dirname(__FILE__) . '/');
define('NL4WP_PLUGIN_URL', plugins_url('/', __FILE__));
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Morloi, Bago
Tags: newsletter, nl4wp, email, marketing, newsletter, subscribe, widget, nl4wp, contact form 7, woocommerce, buddypress, ibericode, newsletter forms, newsletter integrations
Requires at least: 4.1
Tested up to: 6.2.2
Stable tag: 4.5.9
Stable tag: 4.5.10
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 5.3
Expand Down

0 comments on commit ea7a283

Please sign in to comment.