PluginProbe
HTML Forms – Simple WordPress Forms Plugin / 1.3.33
HTML Forms – Simple WordPress Forms Plugin v1.3.33
1.7.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.3.0 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.14 1.3.15 1.3.16 All 67 releases
html-forms / vendor / composer / installed.php

installed.php in HTML Forms – Simple WordPress Forms Plugin 1.3.33, at vendor/composer/installed.php

24 lines 775 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php return array(
2 'root' => array(
3 'name' => 'ibericode/html-forms',
4 'pretty_version' => 'dev-main',
5 'version' => 'dev-main',
6 'reference' => '4b6ee576291423d8ac3efa92bede8498d095f89e',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'ibericode/html-forms' => array(
14 'pretty_version' => 'dev-main',
15 'version' => 'dev-main',
16 'reference' => '4b6ee576291423d8ac3efa92bede8498d095f89e',
17 'type' => 'wordpress-plugin',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 ),
23 );
24