PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.9
GiveWP – Donation Plugin and Fundraising Platform v4.16.9
4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 All 255 releases
give / .puprc

.puprc in GiveWP – Donation Plugin and Fundraising Platform 4.16.9, at .puprc

47 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "repo": "impress-org/give",
3 "zip_name": "give",
4 "build": [
5 "composer install --no-dev --prefer-dist --no-progress --optimize-autoloader",
6 "composer run copy-fonts",
7 "npm ci --prefer-offline --no-audit --no-fund",
8 "npm run build"
9 ],
10 "build_dev": [
11 "composer install --prefer-dist --no-progress",
12 "composer run copy-fonts",
13 "npm ci --prefer-offline --no-audit --no-fund",
14 "npm run dev"
15 ],
16 "zip_use_default_ignore": true,
17 "checks": {
18 "tbd": {
19 "dirs": [
20 "src",
21 "includes",
22 "blocks",
23 "templates",
24 "assets/src",
25 "tests"
26 ],
27 "skip_directories": "bin|build|vendor|node_modules|.git|.github|bats"
28 }
29 },
30 "paths": {
31 "versions": [
32 {
33 "file": "give.php",
34 "regex": "(define\\('GIVE_VERSION', ')([^']+)"
35 },
36 {
37 "file": "give.php",
38 "regex": "(Version: )(.+)"
39 },
40 {
41 "file": "readme.txt",
42 "regex": "(Stable tag: )(.+)"
43 }
44 ]
45 }
46 }
47