PluginProbe
JetFormBuilder — Dynamic Blocks Form Builder / 3.6.4
JetFormBuilder — Dynamic Blocks Form Builder v3.6.4
3.6.5.2 3.6.5.1 3.6.5 3.6.4.2 3.6.4.1 3.6.4 3.6.3.1 3.6.3 3.6.2.2 3.6.2.1 3.6.2 3.6.1.1 3.6.1 3.6.0.1 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 All 130 releases
jetformbuilder / vendor / composer / installed.php
installed.php
33 lines 1.2 KB
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' => 'crocoblock/jetformbuilder',
4 'pretty_version' => 'dev-main',
5 'version' => 'dev-main',
6 'reference' => 'fd64e2c7299c0e3485b2987249bae0f20daec4f0',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'crocoblock/jetformbuilder' => array(
14 'pretty_version' => 'dev-main',
15 'version' => 'dev-main',
16 'reference' => 'fd64e2c7299c0e3485b2987249bae0f20daec4f0',
17 'type' => 'wordpress-plugin',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'woocommerce/action-scheduler' => array(
23 'pretty_version' => '3.9.3',
24 'version' => '3.9.3.0',
25 'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c',
26 'type' => 'wordpress-plugin',
27 'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33