Skip to content

Commit

Permalink
Merge pull request #22 from JDI-company/20-spn-check-plugin-for-compa…
Browse files Browse the repository at this point in the history
…tibility-with-php-version-82-wordpress-632

Update plugin compatibility with PHP version 8.2 & WordPress 6.3.2 (#20)
  • Loading branch information
yaroslav-borodii authored Oct 31, 2023
2 parents 753d2d3 + 340245b commit 6e7dfcd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: yaroslavborodii, max10110
Donate link: https://jdi.company
Tags: Smart Phone Addon, Ninja Forms, SPN, intlTelInput, International Telephone Input
Requires at least: 4.0
Tested up to: 6.3.0
Stable tag: 1.2.1
Requires at least: 6.0
Tested up to: 6.4.0
Stable tag: 1.2.2
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 7.0
Expand Down Expand Up @@ -54,6 +54,11 @@ or write to us <a href="mailto:[email protected]">yaroslav.borodii@jd

== Changelog ==

= 1.2.2 =
#### What's Changed
- Check plugin for compatibility with PHP version 8.2 & WordPress 6.3.2
- Bug Fix: CSS fix by @haet in https://github.com/JDI-company/Smart-Phone-for-Ninja-Forms/pull/21

= 1.2.1 =
#### What's Changed
- Bug Fix: **NF Form Multistep** plugin doesn't work with SPN
Expand Down
4 changes: 2 additions & 2 deletions ninja-forms-spn-addon.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Smart Phone Addon for Ninja Forms
* Plugin URI: https://github.com/JDI-company/Smart-Phone-for-Ninja-Forms
* Description: Smart Phone Addon for Ninja Forms is a plugin to add country flag to the Phone Number field.
* Version: 1.2.1
* Version: 1.2.2
* Author: JDI
* Author URI: https://jdi.company
* License: GPL-2.0+
Expand Down Expand Up @@ -50,7 +50,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'NINJA_FORMS_SPN_ADDON_VERSION', '1.2.1' );
define( 'NINJA_FORMS_SPN_ADDON_VERSION', '1.2.2' );

/**
* The code that runs during plugin activation.
Expand Down

0 comments on commit 6e7dfcd

Please sign in to comment.