Skip to content

Commit f6d76fb

Browse files
committed
Merge branch 'release/1.2.1'
2 parents addac8e + 2dd656d commit f6d76fb

File tree

9 files changed

+1967
-138
lines changed

9 files changed

+1967
-138
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
/node_modules/*
1+
/node_modules/*
2+
.DS_Store
3+
.idea
4+
/build/*

Gruntfile.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,11 @@ module.exports = function(grunt) {
9494
grunt.registerTask( 'release', [
9595
'replace',
9696
'makepot',
97-
'clean',
98-
'copy',
99-
'compress'
10097
]);
10198

10299
grunt.registerTask( 'zip', [
103100
'clean',
104101
'copy',
105102
'compress'
106103
])
107-
};
104+
};

appsero.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"exclude": [
3+
"README.md",
4+
"appsero.json",
5+
"composer.json",
6+
"composer.lock",
7+
".gitignore",
8+
".github",
9+
"assets/src",
10+
"src",
11+
"assets/css/style.css.map",
12+
"nbproject",
13+
"Gruntfile.js",
14+
"node_modules",
15+
"bin",
16+
"tests",
17+
"docs.md",
18+
"changelog.txt",
19+
".gitignore",
20+
".travis.yml",
21+
"debug.log",
22+
"phpunit.xml",
23+
".svnignore",
24+
"plugin-deploy.sh",
25+
"phpcs.ruleset.xml",
26+
"CONTRIBUTING.md",
27+
"config.json",
28+
"phpcs.xml.dist",
29+
"webpack.config.js",
30+
"package-lock.json",
31+
"package.json",
32+
".php_cs",
33+
".babelrc",
34+
".editorconfig"
35+
]
36+
}

changelog.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
====== Changelog ======
2+
v1.2.1 -> 22 May 2021
3+
------------------------
4+
- [new] Added new filter hook: dokan_invoice_single_seller_address
5+
- [fix] Made some string translatible
6+
- [update] WordPress latest version compatibility
27

38
v1.1.0 -> 9 September 2017
49
------------------------
@@ -27,4 +32,4 @@ v1.0.1 -> 2015-12-30
2732

2833
v1.0 -> 2015-08-02
2934
------------------------
30-
- Initial Release
35+
- Initial Release

0 commit comments

Comments
 (0)