Skip to content

Commit d720b5d

Browse files
committed
Revert to 2.4.1 release
1 parent 5de6139 commit d720b5d

5 files changed

Lines changed: 3 additions & 109 deletions

File tree

.distignore

Lines changed: 0 additions & 31 deletions
This file was deleted.

.gitattributes

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.gitattributes export-ignore
22
.gitignore export-ignore
3-
.distignore export-ignore
43
.phplint.yml export-ignore
54
_config.yml export-ignore
65
composer.json export-ignore
@@ -11,12 +10,11 @@ phpunit.xml export-ignore
1110
phpunit.xml.dist export-ignore
1211
README.md export-ignore
1312
strauss.phar export-ignore
14-
build/strauss.phar export-ignore
13+
build export-ignore
1514
tests export-ignore
1615
phpstan-stubs export-ignore
1716

1817
/.circleci export-ignore
19-
/.claude export-ignore
2018
/.github export-ignore
2119
/.idea export-ignore
2220
/tests export-ignore

.github/workflows/deploy.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,6 @@
1414
}
1515
],
1616
"config": {
17-
"audit": {
18-
"ignore": [
19-
"PKSA-64jn-3d9t-gncx",
20-
"PKSA-8b16-mcgz-h4cz",
21-
"PKSA-s99r-9yxm-hjvt",
22-
"PKSA-7jd6-nb49-bz4v",
23-
"PKSA-nm34-xhtz-ww9p",
24-
"PKSA-4ckb-wpj6-c29d",
25-
"PKSA-ybqb-vyrq-8pdt",
26-
"PKSA-285y-y5bt-kvd9",
27-
"PKSA-jw5c-q9nd-tzj9",
28-
"PKSA-bcnb-9tc9-bjb8",
29-
"PKSA-gst3-cdk3-bpqt",
30-
"PKSA-dbrb-pvhs-h3st",
31-
"PKSA-mkg2-1wyw-57y7",
32-
"PKSA-p1pj-q951-6f1x",
33-
"PKSA-7f9v-sb8k-krfb",
34-
"PKSA-xk3k-rd1m-pxmg",
35-
"PKSA-dvbq-8ft2-ngrw",
36-
"PKSA-xp7t-fbrb-qjv4",
37-
"PKSA-m4hk-rk8p-4t5p"
38-
]
39-
},
4017
"platform": {
4118
"php": "7.2.34"
4219
},
@@ -100,10 +77,8 @@
10077
"@unbuild",
10178
"cp composer.json build/composer.json",
10279
"mkdir build/src && cp src/GFExcelAdmin.php build/src/",
103-
"composer config --unset repositories --working-dir=build",
10480
"composer config repositories.source '{\"type\":\"path\", \"url\":\"../src\",\"options\": {\"symlink\":false}}' --working-dir=build",
105-
"composer remove gravityforms/gravityforms gravityforms/gravitysurvey --no-update --dev --working-dir=build",
106-
"composer require gravitykit/gravityexport-lite-src:@dev --update-no-dev --working-dir=build --no-scripts --ignore-platform-reqs",
81+
"composer require gravitykit/gravityexport-lite-src:@dev --update-no-dev --working-dir=build --no-scripts",
10782
"cd build && ./strauss.phar",
10883
"composer dump-autoload -o --working-dir=build"
10984
],

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: Gravity Forms, GravityForms, Excel, Export, Entries
55
Requires at least: 4.0
66
Requires PHP: 7.2
77
Tested up to: 6.8.2
8-
Stable tag: 2.4.1
8+
Stable tag: 2.4.0
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)