Skip to content

Commit

Permalink
Merge branch 'release/1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nurul-umbhiya committed May 21, 2021
2 parents addac8e + 2dd656d commit f6d76fb
Show file tree
Hide file tree
Showing 9 changed files with 1,967 additions and 138 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/node_modules/*
/node_modules/*
.DS_Store
.idea
/build/*
5 changes: 1 addition & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,11 @@ module.exports = function(grunt) {
grunt.registerTask( 'release', [
'replace',
'makepot',
'clean',
'copy',
'compress'
]);

grunt.registerTask( 'zip', [
'clean',
'copy',
'compress'
])
};
};
36 changes: 36 additions & 0 deletions appsero.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"exclude": [
"README.md",
"appsero.json",
"composer.json",
"composer.lock",
".gitignore",
".github",
"assets/src",
"src",
"assets/css/style.css.map",
"nbproject",
"Gruntfile.js",
"node_modules",
"bin",
"tests",
"docs.md",
"changelog.txt",
".gitignore",
".travis.yml",
"debug.log",
"phpunit.xml",
".svnignore",
"plugin-deploy.sh",
"phpcs.ruleset.xml",
"CONTRIBUTING.md",
"config.json",
"phpcs.xml.dist",
"webpack.config.js",
"package-lock.json",
"package.json",
".php_cs",
".babelrc",
".editorconfig"
]
}
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
====== Changelog ======
v1.2.1 -> 22 May 2021
------------------------
- [new] Added new filter hook: dokan_invoice_single_seller_address
- [fix] Made some string translatible
- [update] WordPress latest version compatibility

v1.1.0 -> 9 September 2017
------------------------
Expand Down Expand Up @@ -27,4 +32,4 @@ v1.0.1 -> 2015-12-30

v1.0 -> 2015-08-02
------------------------
- Initial Release
- Initial Release
Loading

0 comments on commit f6d76fb

Please sign in to comment.