Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
* Fixed Incorrect Stable Tag
* Removed unnecessary options in package.json
  • Loading branch information
yaroslav-borodii committed Jan 4, 2023
1 parent 63402d4 commit 1416010
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 32 deletions.
12 changes: 9 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.1.1
Stable tag: 1.0.2
Stable tag: 1.0.3
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 7.0
Expand Down Expand Up @@ -48,6 +48,10 @@ please, write to us <a href="mailto:yaroslav.borodii@jdi.company">yaroslav.borod

== Changelog ==

= 1.0.3 =
* Fixed Incorrect Stable Tag
* Removed unnecessary options in package.json

= 1.0.2 =
* Removed JavaScript plugin `compression-webpack-plugin`. It compressed versions of assets to serve them with Content-Encoding (gz).
* Removed `.gz` files by WordPress requirement.
Expand All @@ -64,6 +68,8 @@ please, write to us <a href="mailto:yaroslav.borodii@jdi.company">yaroslav.borod

== Upgrade Notice ==

= 1.0.2
= 1.0.3 =

= 1.0.2 =

= 1.0.1
= 1.0.1 =
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.0.0
* Version: 1.0.3
* 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.0.0' );
define( 'NINJA_FORMS_SPN_ADDON_VERSION', '1.0.3' );

/**
* The code that runs during plugin activation.
Expand Down
6 changes: 1 addition & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 1 addition & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,7 @@
{
"name": "nf-spn-addon",
"version": "1.0.2",
"description": "Ninja Forms Smart Phone Number Addon by JDI.company",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JDI-company/Smart-Phone-for-Ninja-Forms"
},
"keywords": [
"ninja-forms",
"inttelinput",
"inttelinput",
"ninja-forms",
"addon"
],
"author": "JDI",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/JDI-company/Smart-Phone-for-Ninja-Forms/issues"
},
"homepage": "https://github.com/JDI-company/Smart-Phone-for-Ninja-Forms#readme",
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/preset-env": "^7.20.2",
Expand Down

0 comments on commit 1416010

Please sign in to comment.