PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.4.9
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.4.9
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | vendor/composer/installed.json +388 -223 4.0.73.4.9 View file →
@@ -1,232 +1,397 @@
1 -{
2 - "packages": [
3 - {
4 - "name": "codeinwp/themeisle-sdk",
5 - "version": "3.3.57",
6 - "version_normalized": "3.3.57.0",
7 - "source": {
8 - "type": "git",
9 - "url": "https://github.com/Codeinwp/themeisle-sdk.git",
10 - "reference": "3c761b0bddda8d5963a47d14a40811869131030b"
1 +[
2 + {
3 + "name": "codeinwp/themeisle-sdk",
4 + "version": "dev-master",
5 + "version_normalized": "9999999-dev",
6 + "source": {
7 + "type": "git",
8 + "url": "https://github.com/Codeinwp/themeisle-sdk.git",
9 + "reference": "b116dffbe39ea9e37169fdd683bab54c545fe560"
10 + },
11 + "dist": {
12 + "type": "zip",
13 + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/b116dffbe39ea9e37169fdd683bab54c545fe560",
14 + "reference": "b116dffbe39ea9e37169fdd683bab54c545fe560",
15 + "shasum": ""
16 + },
17 + "require-dev": {
18 + "automattic/vipwpcs": "^1.0.0",
19 + "dealerdirect/phpcodesniffer-composer-installer": "0.7.0",
20 + "phpcompatibility/php-compatibility": "^9",
21 + "squizlabs/php_codesniffer": "^3.3",
22 + "wp-coding-standards/wpcs": "^1"
23 + },
24 + "time": "2020-11-17 08:35:16",
25 + "type": "library",
26 + "installation-source": "source",
27 + "notification-url": "https://packagist.org/downloads/",
28 + "license": [
29 + "GPL-2.0+"
30 + ],
31 + "authors": [
32 + {
33 + "name": "ThemeIsle team",
34 + "email": "friends@themeisle.com",
35 + "homepage": "https://themeisle.com"
36 + }
37 + ],
38 + "description": "ThemeIsle SDK",
39 + "homepage": "https://github.com/Codeinwp/themeisle-sdk",
40 + "keywords": [
41 + "wordpress"
42 + ]
43 + },
44 + {
45 + "name": "markbaker/matrix",
46 + "version": "1.2.1",
47 + "version_normalized": "1.2.1.0",
48 + "source": {
49 + "type": "git",
50 + "url": "https://github.com/MarkBaker/PHPMatrix.git",
51 + "reference": "182d44c3b2e3b063468f7481ae3ef71c69dc1409"
52 + },
53 + "dist": {
54 + "type": "zip",
55 + "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/182d44c3b2e3b063468f7481ae3ef71c69dc1409",
56 + "reference": "182d44c3b2e3b063468f7481ae3ef71c69dc1409",
57 + "shasum": ""
58 + },
59 + "require": {
60 + "php": "^5.6.0|^7.0.0"
61 + },
62 + "require-dev": {
63 + "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
64 + "phpcompatibility/php-compatibility": "dev-master",
65 + "phploc/phploc": "^4",
66 + "phpmd/phpmd": "dev-master",
67 + "phpunit/phpunit": "^5.7|^6.0|7.0",
68 + "sebastian/phpcpd": "^3.0",
69 + "squizlabs/php_codesniffer": "^3.0@dev"
70 + },
71 + "time": "2020-08-28 19:41:55",
72 + "type": "library",
73 + "installation-source": "dist",
74 + "autoload": {
75 + "psr-4": {
76 + "Matrix\\": "classes/src/"
11 77 },
12 - "dist": {
13 - "type": "zip",
14 - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/3c761b0bddda8d5963a47d14a40811869131030b",
15 - "reference": "3c761b0bddda8d5963a47d14a40811869131030b",
16 - "shasum": ""
78 + "files": [
79 + "classes/src/functions/adjoint.php",
80 + "classes/src/functions/antidiagonal.php",
81 + "classes/src/functions/cofactors.php",
82 + "classes/src/functions/determinant.php",
83 + "classes/src/functions/diagonal.php",
84 + "classes/src/functions/identity.php",
85 + "classes/src/functions/inverse.php",
86 + "classes/src/functions/minors.php",
87 + "classes/src/functions/trace.php",
88 + "classes/src/functions/transpose.php",
89 + "classes/src/operations/add.php",
90 + "classes/src/operations/directsum.php",
91 + "classes/src/operations/subtract.php",
92 + "classes/src/operations/multiply.php",
93 + "classes/src/operations/divideby.php",
94 + "classes/src/operations/divideinto.php"
95 + ]
96 + },
97 + "notification-url": "https://packagist.org/downloads/",
98 + "license": [
99 + "MIT"
100 + ],
101 + "authors": [
102 + {
103 + "name": "Mark Baker",
104 + "email": "mark@lange.demon.co.uk"
105 + }
106 + ],
107 + "description": "PHP Class for working with matrices",
108 + "homepage": "https://github.com/MarkBaker/PHPMatrix",
109 + "keywords": [
110 + "mathematics",
111 + "matrix",
112 + "vector"
113 + ]
114 + },
115 + {
116 + "name": "markbaker/complex",
117 + "version": "1.5.0",
118 + "version_normalized": "1.5.0.0",
119 + "source": {
120 + "type": "git",
121 + "url": "https://github.com/MarkBaker/PHPComplex.git",
122 + "reference": "c3131244e29c08d44fefb49e0dd35021e9e39dd2"
123 + },
124 + "dist": {
125 + "type": "zip",
126 + "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/c3131244e29c08d44fefb49e0dd35021e9e39dd2",
127 + "reference": "c3131244e29c08d44fefb49e0dd35021e9e39dd2",
128 + "shasum": ""
129 + },
130 + "require": {
131 + "php": "^5.6.0|^7.0"
132 + },
133 + "require-dev": {
134 + "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
135 + "phpcompatibility/php-compatibility": "^9.0",
136 + "phpdocumentor/phpdocumentor": "2.*",
137 + "phploc/phploc": "^4.0|^5.0|^6.0|^7.0",
138 + "phpmd/phpmd": "2.*",
139 + "phpunit/phpunit": "^4.8.35|^5.0|^6.0|^7.0",
140 + "sebastian/phpcpd": "2.*",
141 + "squizlabs/php_codesniffer": "^3.4.0"
142 + },
143 + "time": "2020-08-26 19:47:57",
144 + "type": "library",
145 + "installation-source": "dist",
146 + "autoload": {
147 + "psr-4": {
148 + "Complex\\": "classes/src/"
17 149 },
18 - "require-dev": {
19 - "codeinwp/phpcs-ruleset": "dev-main",
20 - "yoast/phpunit-polyfills": "^4.0"
21 - },
22 - "time": "2026-07-23T13:31:25+00:00",
23 - "type": "library",
24 - "installation-source": "dist",
25 - "notification-url": "https://packagist.org/downloads/",
26 - "license": [
27 - "GPL-2.0+"
28 - ],
29 - "authors": [
30 - {
31 - "name": "ThemeIsle team",
32 - "email": "friends@themeisle.com",
33 - "homepage": "https://themeisle.com"
34 - }
35 - ],
36 - "description": "Themeisle SDK library.",
37 - "homepage": "https://github.com/Codeinwp/themeisle-sdk",
38 - "keywords": [
39 - "wordpress"
40 - ],
41 - "support": {
42 - "issues": "https://github.com/Codeinwp/themeisle-sdk/issues",
43 - "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.57"
44 - },
45 - "install-path": "../codeinwp/themeisle-sdk"
150 + "files": [
151 + "classes/src/functions/abs.php",
152 + "classes/src/functions/acos.php",
153 + "classes/src/functions/acosh.php",
154 + "classes/src/functions/acot.php",
155 + "classes/src/functions/acoth.php",
156 + "classes/src/functions/acsc.php",
157 + "classes/src/functions/acsch.php",
158 + "classes/src/functions/argument.php",
159 + "classes/src/functions/asec.php",
160 + "classes/src/functions/asech.php",
161 + "classes/src/functions/asin.php",
162 + "classes/src/functions/asinh.php",
163 + "classes/src/functions/atan.php",
164 + "classes/src/functions/atanh.php",
165 + "classes/src/functions/conjugate.php",
166 + "classes/src/functions/cos.php",
167 + "classes/src/functions/cosh.php",
168 + "classes/src/functions/cot.php",
169 + "classes/src/functions/coth.php",
170 + "classes/src/functions/csc.php",
171 + "classes/src/functions/csch.php",
172 + "classes/src/functions/exp.php",
173 + "classes/src/functions/inverse.php",
174 + "classes/src/functions/ln.php",
175 + "classes/src/functions/log2.php",
176 + "classes/src/functions/log10.php",
177 + "classes/src/functions/negative.php",
178 + "classes/src/functions/pow.php",
179 + "classes/src/functions/rho.php",
180 + "classes/src/functions/sec.php",
181 + "classes/src/functions/sech.php",
182 + "classes/src/functions/sin.php",
183 + "classes/src/functions/sinh.php",
184 + "classes/src/functions/sqrt.php",
185 + "classes/src/functions/tan.php",
186 + "classes/src/functions/tanh.php",
187 + "classes/src/functions/theta.php",
188 + "classes/src/operations/add.php",
189 + "classes/src/operations/subtract.php",
190 + "classes/src/operations/multiply.php",
191 + "classes/src/operations/divideby.php",
192 + "classes/src/operations/divideinto.php"
193 + ]
46 194 },
47 - {
48 - "name": "neitanod/forceutf8",
49 - "version": "v2.0.4",
50 - "version_normalized": "2.0.4.0",
51 - "source": {
52 - "type": "git",
53 - "url": "https://github.com/neitanod/forceutf8.git",
54 - "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831"
195 + "notification-url": "https://packagist.org/downloads/",
196 + "license": [
197 + "MIT"
198 + ],
199 + "authors": [
200 + {
201 + "name": "Mark Baker",
202 + "email": "mark@lange.demon.co.uk"
203 + }
204 + ],
205 + "description": "PHP Class for working with complex numbers",
206 + "homepage": "https://github.com/MarkBaker/PHPComplex",
207 + "keywords": [
208 + "complex",
209 + "mathematics"
210 + ]
211 + },
212 + {
213 + "name": "psr/simple-cache",
214 + "version": "1.0.1",
215 + "version_normalized": "1.0.1.0",
216 + "source": {
217 + "type": "git",
218 + "url": "https://github.com/php-fig/simple-cache.git",
219 + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
220 + },
221 + "dist": {
222 + "type": "zip",
223 + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
224 + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
225 + "shasum": ""
226 + },
227 + "require": {
228 + "php": ">=5.3.0"
229 + },
230 + "time": "2017-10-23 01:57:42",
231 + "type": "library",
232 + "extra": {
233 + "branch-alias": {
234 + "dev-master": "1.0.x-dev"
235 + }
236 + },
237 + "installation-source": "dist",
238 + "autoload": {
239 + "psr-4": {
240 + "Psr\\SimpleCache\\": "src/"
241 + }
242 + },
243 + "notification-url": "https://packagist.org/downloads/",
244 + "license": [
245 + "MIT"
246 + ],
247 + "authors": [
248 + {
249 + "name": "PHP-FIG",
250 + "homepage": "http://www.php-fig.org/"
251 + }
252 + ],
253 + "description": "Common interfaces for simple caching",
254 + "keywords": [
255 + "cache",
256 + "caching",
257 + "psr",
258 + "psr-16",
259 + "simple-cache"
260 + ]
261 + },
262 + {
263 + "name": "phpoffice/phpspreadsheet",
264 + "version": "1.8.2",
265 + "version_normalized": "1.8.2.0",
266 + "source": {
267 + "type": "git",
268 + "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
269 + "reference": "0c1346a1956347590b7db09533966307d20cb7cc"
270 + },
271 + "dist": {
272 + "type": "zip",
273 + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/0c1346a1956347590b7db09533966307d20cb7cc",
274 + "reference": "0c1346a1956347590b7db09533966307d20cb7cc",
275 + "shasum": ""
276 + },
277 + "require": {
278 + "ext-ctype": "*",
279 + "ext-dom": "*",
280 + "ext-fileinfo": "*",
281 + "ext-gd": "*",
282 + "ext-iconv": "*",
283 + "ext-libxml": "*",
284 + "ext-mbstring": "*",
285 + "ext-simplexml": "*",
286 + "ext-xml": "*",
287 + "ext-xmlreader": "*",
288 + "ext-xmlwriter": "*",
289 + "ext-zip": "*",
290 + "ext-zlib": "*",
291 + "markbaker/complex": "^1.4",
292 + "markbaker/matrix": "^1.1",
293 + "php": "^5.6|^7.0",
294 + "psr/simple-cache": "^1.0"
295 + },
296 + "require-dev": {
297 + "doctrine/instantiator": "^1.0.0",
298 + "dompdf/dompdf": "^0.8.0",
299 + "friendsofphp/php-cs-fixer": "@stable",
300 + "jpgraph/jpgraph": "^4.0",
301 + "mpdf/mpdf": "^7.0.0",
302 + "phpcompatibility/php-compatibility": "^8.0",
303 + "phpunit/phpunit": "^5.7",
304 + "squizlabs/php_codesniffer": "^3.3",
305 + "tecnickcom/tcpdf": "^6.2"
306 + },
307 + "suggest": {
308 + "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
309 + "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
310 + "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
311 + "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
312 + },
313 + "time": "2019-07-08 21:21:25",
314 + "type": "library",
315 + "installation-source": "dist",
316 + "autoload": {
317 + "psr-4": {
318 + "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
319 + }
320 + },
321 + "notification-url": "https://packagist.org/downloads/",
322 + "license": [
323 + "LGPL-2.1-or-later"
324 + ],
325 + "authors": [
326 + {
327 + "name": "Erik Tilt"
55 328 },
56 - "dist": {
57 - "type": "zip",
58 - "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/c1fbe70bfb5ad41b8ec5785056b0e308b40d4831",
59 - "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831",
60 - "shasum": ""
329 + {
330 + "name": "Adrien Crivelli"
61 331 },
62 - "require": {
63 - "php": ">=5.3.0"
332 + {
333 + "name": "Maarten Balliauw",
334 + "homepage": "https://blog.maartenballiauw.be"
64 335 },
65 - "time": "2019-12-10T14:09:14+00:00",
66 - "type": "library",
67 - "installation-source": "dist",
68 - "autoload": {
69 - "psr-0": {
70 - "ForceUTF8\\": "src/"
71 - }
336 + {
337 + "name": "Mark Baker",
338 + "homepage": "https://markbakeruk.net"
72 339 },
73 - "notification-url": "https://packagist.org/downloads/",
74 - "license": [
75 - "BSD-3-Clause"
76 - ],
77 - "authors": [
78 - {
79 - "name": "Sebastián Grignoli",
80 - "email": "grignoli@gmail.com"
81 - }
82 - ],
83 - "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
84 - "homepage": "https://github.com/neitanod/forceutf8",
85 - "support": {
86 - "issues": "https://github.com/neitanod/forceutf8/issues",
87 - "source": "https://github.com/neitanod/forceutf8/tree/master"
88 - },
89 - "install-path": "../neitanod/forceutf8"
340 + {
341 + "name": "Franck Lefevre",
342 + "homepage": "https://rootslabs.net"
343 + }
344 + ],
345 + "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
346 + "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
347 + "keywords": [
348 + "OpenXML",
349 + "excel",
350 + "gnumeric",
351 + "ods",
352 + "php",
353 + "spreadsheet",
354 + "xls",
355 + "xlsx"
356 + ]
357 + },
358 + {
359 + "name": "neitanod/forceutf8",
360 + "version": "v2.0.4",
361 + "version_normalized": "2.0.4.0",
362 + "source": {
363 + "type": "git",
364 + "url": "https://github.com/neitanod/forceutf8.git",
365 + "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831"
90 366 },
91 - {
92 - "name": "openspout/openspout",
93 - "version": "v3.7.4",
94 - "version_normalized": "3.7.4.0",
95 - "source": {
96 - "type": "git",
97 - "url": "https://github.com/openspout/openspout.git",
98 - "reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3"
99 - },
100 - "dist": {
101 - "type": "zip",
102 - "url": "https://api.github.com/repos/openspout/openspout/zipball/dfbbd53b5edcd486b45a37f6a04fac33073c70f3",
103 - "reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3",
104 - "shasum": ""
105 - },
106 - "require": {
107 - "ext-dom": "*",
108 - "ext-filter": "*",
109 - "ext-libxml": "*",
110 - "ext-xmlreader": "*",
111 - "ext-zip": "*",
112 - "php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
113 - },
114 - "require-dev": {
115 - "ext-zlib": "*",
116 - "friendsofphp/php-cs-fixer": "^3.4",
117 - "phpstan/phpstan": "^1.4",
118 - "phpstan/phpstan-phpunit": "^1.0",
119 - "phpunit/phpunit": "^9.5"
120 - },
121 - "suggest": {
122 - "ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)",
123 - "ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
124 - },
125 - "time": "2022-03-31T06:15:15+00:00",
126 - "type": "library",
127 - "extra": {
128 - "branch-alias": {
129 - "dev-master": "3.3.x-dev"
130 - }
131 - },
132 - "installation-source": "dist",
133 - "autoload": {
134 - "psr-4": {
135 - "OpenSpout\\": "src/"
136 - }
137 - },
138 - "notification-url": "https://packagist.org/downloads/",
139 - "license": [
140 - "MIT"
141 - ],
142 - "authors": [
143 - {
144 - "name": "Adrien Loison",
145 - "email": "adrien@box.com"
146 - }
147 - ],
148 - "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
149 - "homepage": "https://github.com/openspout/openspout",
150 - "keywords": [
151 - "OOXML",
152 - "csv",
153 - "excel",
154 - "memory",
155 - "odf",
156 - "ods",
157 - "office",
158 - "open",
159 - "php",
160 - "read",
161 - "scale",
162 - "spreadsheet",
163 - "stream",
164 - "write",
165 - "xlsx"
166 - ],
167 - "support": {
168 - "issues": "https://github.com/openspout/openspout/issues",
169 - "source": "https://github.com/openspout/openspout/tree/v3.7.4"
170 - },
171 - "funding": [
172 - {
173 - "url": "https://paypal.me/filippotessarotto",
174 - "type": "custom"
175 - },
176 - {
177 - "url": "https://github.com/Slamdunk",
178 - "type": "github"
179 - }
180 - ],
181 - "install-path": "../openspout/openspout"
367 + "dist": {
368 + "type": "zip",
369 + "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/c1fbe70bfb5ad41b8ec5785056b0e308b40d4831",
370 + "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831",
371 + "shasum": ""
182 372 },
183 - {
184 - "name": "woocommerce/action-scheduler",
185 - "version": "3.9.3",
186 - "version_normalized": "3.9.3.0",
187 - "source": {
188 - "type": "git",
189 - "url": "https://github.com/woocommerce/action-scheduler.git",
190 - "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c"
191 - },
192 - "dist": {
193 - "type": "zip",
194 - "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c",
195 - "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c",
196 - "shasum": ""
197 - },
198 - "require": {
199 - "php": ">=7.2"
200 - },
201 - "require-dev": {
202 - "phpunit/phpunit": "^8.5",
203 - "woocommerce/woocommerce-sniffs": "0.1.0",
204 - "wp-cli/wp-cli": "~2.5.0",
205 - "yoast/phpunit-polyfills": "^2.0"
206 - },
207 - "time": "2025-07-15T09:32:30+00:00",
208 - "type": "wordpress-plugin",
209 - "extra": {
210 - "scripts-description": {
211 - "test": "Run unit tests",
212 - "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
213 - "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
214 - }
215 - },
216 - "installation-source": "dist",
217 - "notification-url": "https://packagist.org/downloads/",
218 - "license": [
219 - "GPL-3.0-or-later"
220 - ],
221 - "description": "Action Scheduler for WordPress and WooCommerce",
222 - "homepage": "https://actionscheduler.org/",
223 - "support": {
224 - "issues": "https://github.com/woocommerce/action-scheduler/issues",
225 - "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.3"
226 - },
227 - "install-path": "../woocommerce/action-scheduler"
228 - }
229 - ],
230 - "dev": false,
231 - "dev-package-names": []
232 -}
373 + "require": {
374 + "php": ">=5.3.0"
375 + },
376 + "time": "2019-12-10 14:09:14",
377 + "type": "library",
378 + "installation-source": "dist",
379 + "autoload": {
380 + "psr-0": {
381 + "ForceUTF8\\": "src/"
382 + }
383 + },
384 + "notification-url": "https://packagist.org/downloads/",
385 + "license": [
386 + "BSD-3-Clause"
387 + ],
388 + "authors": [
389 + {
390 + "name": "Sebastián Grignoli",
391 + "email": "grignoli@gmail.com"
392 + }
393 + ],
394 + "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
395 + "homepage": "https://github.com/neitanod/forceutf8"
396 + }
397 +]