Ninja Forms – The Easy and Powerful Forms Builder - Version 3.6.14

Version Description

(2 September 2022) = Bug Fixes: * Fixes an issue with trailing commas * Fixes an issue for some users on PHP7.4 and below. Other Enhancements: * Update 'tested to'

=

Download this release

Release Info

Developer nahuelmahe
Plugin Icon 128x128 Ninja Forms – The Easy and Powerful Forms Builder
Version 3.6.14
Comparing to
See all releases

Code changes from version 3.6.13 to 3.6.14

includes/Admin/SlimPromo.php CHANGED
@@ -33,8 +33,8 @@ class NF_Admin_SlimPromo
33
  }
34
 
35
  if (
36
- ! str_contains( $_REQUEST[ 'page' ], 'nf' ) &&
37
- ! str_contains( $_REQUEST[ 'page' ], 'ninja-forms' )
38
  ) {
39
  return false;
40
  }
33
  }
34
 
35
  if (
36
+ strpos( 'nf', $_REQUEST[ 'page' ] ) === false &&
37
+ strpos( 'ninja-forms', $_REQUEST[ 'page' ] ) === false
38
  ) {
39
  return false;
40
  }
ninja-forms.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ninja Forms
4
  Plugin URI: http://ninjaforms.com/?utm_source=Ninja+Forms+Plugin&utm_medium=readme
5
  Description: Ninja Forms is a webform builder with unparalleled ease of use and features.
6
- Version: 3.6.13
7
  Author: Saturday Drive
8
  Author URI: http://ninjaforms.com/?utm_source=Ninja+Forms+Plugin&utm_medium=Plugins+WP+Dashboard
9
  Text Domain: ninja-forms
@@ -55,7 +55,7 @@ if( get_option( 'ninja_forms_load_deprecated', FALSE ) && ! ( isset( $_POST[ 'nf
55
  * @since 3.0
56
  */
57
 
58
- const VERSION = '3.6.13';
59
 
60
  /**
61
  * @since 3.4.0
@@ -644,23 +644,26 @@ if( get_option( 'ninja_forms_load_deprecated', FALSE ) && ! ( isset( $_POST[ 'nf
644
  public function maybe_hide_dashboard_items( $items )
645
  {
646
  $disable_marketing = false;
 
647
  if ( apply_filters( 'ninja_forms_disable_marketing', $disable_marketing ) ) {
648
  unset(
649
  $items[ 'apps' ],
650
  $items[ 'memberships' ],
651
  $items[ 'services' ],
652
- $items[ 'user_access' ],
653
  );
654
  }
 
655
  if ( 1 == get_option( 'ninja_forms_needs_updates' ) ) {
656
  unset(
657
  $items[ 'widgets' ],
658
  $items[ 'apps' ],
659
  $items[ 'memberships' ],
660
  $items[ 'services' ],
661
- $items[ 'user_access' ],
662
  );
663
  }
 
664
  return $items;
665
  }
666
 
3
  Plugin Name: Ninja Forms
4
  Plugin URI: http://ninjaforms.com/?utm_source=Ninja+Forms+Plugin&utm_medium=readme
5
  Description: Ninja Forms is a webform builder with unparalleled ease of use and features.
6
+ Version: 3.6.14
7
  Author: Saturday Drive
8
  Author URI: http://ninjaforms.com/?utm_source=Ninja+Forms+Plugin&utm_medium=Plugins+WP+Dashboard
9
  Text Domain: ninja-forms
55
  * @since 3.0
56
  */
57
 
58
+ const VERSION = '3.6.14';
59
 
60
  /**
61
  * @since 3.4.0
644
  public function maybe_hide_dashboard_items( $items )
645
  {
646
  $disable_marketing = false;
647
+
648
  if ( apply_filters( 'ninja_forms_disable_marketing', $disable_marketing ) ) {
649
  unset(
650
  $items[ 'apps' ],
651
  $items[ 'memberships' ],
652
  $items[ 'services' ],
653
+ $items[ 'user_access' ]
654
  );
655
  }
656
+
657
  if ( 1 == get_option( 'ninja_forms_needs_updates' ) ) {
658
  unset(
659
  $items[ 'widgets' ],
660
  $items[ 'apps' ],
661
  $items[ 'memberships' ],
662
  $items[ 'services' ],
663
+ $items[ 'user_access' ]
664
  );
665
  }
666
+
667
  return $items;
668
  }
669
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: wpninjasllc, kstover, jameslaws, kbjohnson90, klhall1987, krmoorhouse, jmcelhaney, wpnzach, ericwindhamsd
3
  Tags: forms, contact form, email form, form builder, custom form, pdf form, registration form, payment form, login form, contact me, signature form, upload form, file upload form, conditional form, feedback form, appointment form, quote form, survey form, contact button, signup form, form plugin, contact form plugin, subscription form, email subscription form, newsletter form, donation form, booking form, quote request form, multi page form, conditional logic form, subscription form, application form, employment verification form, star rating form, rating form, event form, mailchimp form, campaign monitor form, constant contact form, mailpoet form, aweber form, cleverreach form, emma form, convertkit form, active campaign form, salesforce form, zoho form, capsule form, insightly form, pipelinedeals form, onepagecrm form
4
  Requires at least: 5.6
5
- Tested up to: 6.0.1
6
- Stable tag: 3.6.13
7
  License: GPLv2 or later
8
 
9
  The 100% beginner friendly WordPress form builder. Drag & drop form fields to build beautiful, professional contact forms in minutes.
@@ -64,9 +64,9 @@ The core Ninja Forms WordPress form builder is 100% free, always. Build complex
64
  * Developer friendly
65
 
66
  = Ninja Forms Add-on Features =
67
- As your needs grow, Ninja Forms will grow with you. Select just the individual [features](https://ninjaforms.com/add-ons/?utm_source=Ninja+Forms+Plugin&utm_medium=readme) you need as you need them, or [become a member today](https://ninjaforms.com/pricing/?utm_source=Ninja+Forms+Plugin&utm_medium=readme) with a plan that meets your needs and your budget! Take your WordPress forms farther!
68
 
69
- * [Layout & Styles](https://ninjaforms.com/extensions/layout-styles/?utm_source=Ninja+Forms+Plugin&utm_medium=readme)
70
  * [Conditional Logic](https://ninjaforms.com/extensions/conditional-logic/?utm_source=Ninja+Forms+Plugin&utm_medium=readme)
71
  * [Multi-Part Forms](https://ninjaforms.com/extensions/multi-part-forms/?utm_source=Ninja+Forms+Plugin&utm_medium=readme)
72
  * [File Uploads](https://ninjaforms.com/extensions/file-uploads/?utm_source=Ninja+Forms+Plugin&utm_medium=readme)
@@ -112,7 +112,7 @@ Don’t see a feature you need for Ninja Forms? Just have a question about your
112
 
113
  == Notes ==
114
 
115
- Ninja Forms is a 100% beginner friendly WordPress form builder, appropriate for complete beginners all the way to seasoned WordPress developers. We don’t just say it, we stand by it. [Our support team](https://ninjaforms.com/contact/?utm_source=Ninja+Forms+Plugin&utm_medium=readme) is standing by to help you realize your site’s potential anywhere your forms are concerned.
116
 
117
  Not sure if you can build the forms you need? Wondering if forms are the answer to do the thing you or your clients need to make happen? [Reach out](https://ninjaforms.com/contact/?utm_source=Ninja+Forms+Plugin&utm_medium=readme)! Our dedicated, professional support team is happy to help however we can, and answer any questions you might have!
118
 
@@ -238,7 +238,7 @@ The Ninja Forms drag and drop form builder for WordPress makes it very easy to b
238
  * OnePageCRM form
239
 
240
  = Can I integrate Ninja Forms with my email marketing service, CRM, or other favorite service? =
241
- Almost certainly. The Ninja Forms builder integrates directly with over a dozen [email marketing and CRM services](https://ninjaforms.com/add-ons/?utm_source=Ninja+Forms+Plugin&utm_medium=readme) including MailChimp, Constant Contact, Active Campaign, Salesforce, Insightly, Zoho, and many more.
242
 
243
  Ninja Forms also integrates with 1,000+ other popular services through our [Zapier integration](https://ninjaforms.com/extensions/zapier/?utm_source=Ninja+Forms+Plugin&utm_medium=readme). Some of the more popular services that we see our users integrate flawlessly with include:
244
  * Hubspot CRM
@@ -303,23 +303,29 @@ This section describes how to install the plugin and get it working.
303
 
304
  == Upgrade Notice ==
305
 
306
- = 3.6.13 (30 August 2022) =
307
  *Bug Fixes:*
308
- * Prevent object wakeup in unserialize
309
- * Correct errant variable name is submissions check
310
  *Other Enhancements:*
311
- * Smart suggestions for extensions
312
- * Update 'tested to'
313
 
314
  == Changelog ==
 
 
 
 
 
 
 
315
  = 3.6.13 (30 August 2022) =
316
  *Bug Fixes:*
317
  * Prevent object wakeup in unserialize
318
  * Correct errant variable name is submissions check
319
  *Other Enhancements:*
320
  * Smart suggestions for extensions
321
- * Update 'tested to'
322
-
323
  = 3.6.12 (22 June 2022) =
324
  *Bug Fixes:*
325
  * Fixed naming collision with reCaptcha cookie check
@@ -384,7 +390,7 @@ Remove CSV temp files stored in publicly accessible location, [reported responsi
384
  * Rename 'store submission' to record submission'
385
  * Enable extra data column headers in CSV export
386
  * Use admin labels in tables and export
387
-
388
  = 3.6.5 (04 November 2021)
389
 
390
  *Bug Fixes:*
@@ -1097,7 +1103,7 @@ Remove CSV temp files stored in publicly accessible location, [reported responsi
1097
 
1098
  *Changes:*
1099
 
1100
- * Added the abililty to have no default value for Country and State fields.
1101
  * Added the Indian Rupee to the list of available currencies
1102
  * Removed unnecessary comments from the main field template
1103
 
@@ -1507,26 +1513,26 @@ Remove CSV temp files stored in publicly accessible location, [reported responsi
1507
 
1508
  *Bugs:*
1509
 
1510
- * Required field validation should now work properly with the Layout and Styles add-on.
1511
  * The email action now removes extra comma separators from email settings like(To, BCC, CC, reply-to, and from address').
1512
  * The date range on the submissions table will now show the correct submissions for the selected dates.
1513
  * Fixed a bug that was causing form imports with extra characters at the beginning to break.
1514
- * Forms that fail to load on the front-end will now remove the loading animation from the page.
1515
- * Calculations will display correctly on the front end in HTML fields if the Save Progress add-on is active on sites.
1516
  * The decimal setting in calculations will no longer break if non-numeric values are input into them.
1517
- * Unique fields will no longer try to validate deleted submissions.
1518
  * Country fields should now be sorted alphabetically in non-English languages.
1519
- * Calculations decimal setting now defaults to 2 decimal places if the setting is left empty.
1520
- * Fixed "This is not a required field" to read "This IS a required field" in Spanish locales.
1521
- * Added translatable text for the (of) in the input limit text.
1522
 
1523
  *Changes:*
1524
 
1525
- * Created a merge tag for custom user meta. This will allow users to do things like pre-populate fields with custom user meta.
1526
  * Added placeholder for date field.
1527
- * We now have currency support for South African Rand(ZAR).
1528
- * Added support for setting number of rows shown on a multi-select list on the front end.
1529
- * Created a confirm field. This will allow users to map another field on their form to it and will validate the input on the front end with the field it is mapped to.
1530
  * Added a new merge tag for submission time. This will display the time the form was submitted.
1531
  * Added WordPress filter to disable all Ninja Forms in app sales banners.
1532
  * The merge tag selector can now be used in the body of HTML fields.
2
  Contributors: wpninjasllc, kstover, jameslaws, kbjohnson90, klhall1987, krmoorhouse, jmcelhaney, wpnzach, ericwindhamsd
3
  Tags: forms, contact form, email form, form builder, custom form, pdf form, registration form, payment form, login form, contact me, signature form, upload form, file upload form, conditional form, feedback form, appointment form, quote form, survey form, contact button, signup form, form plugin, contact form plugin, subscription form, email subscription form, newsletter form, donation form, booking form, quote request form, multi page form, conditional logic form, subscription form, application form, employment verification form, star rating form, rating form, event form, mailchimp form, campaign monitor form, constant contact form, mailpoet form, aweber form, cleverreach form, emma form, convertkit form, active campaign form, salesforce form, zoho form, capsule form, insightly form, pipelinedeals form, onepagecrm form
4
  Requires at least: 5.6
5
+ Tested up to: 6.0.2
6
+ Stable tag: 3.6.14
7
  License: GPLv2 or later
8
 
9
  The 100% beginner friendly WordPress form builder. Drag & drop form fields to build beautiful, professional contact forms in minutes.
64
  * Developer friendly
65
 
66
  = Ninja Forms Add-on Features =
67
+ As your needs grow, Ninja Forms will grow with you. Select just the individual [features](https://ninjaforms.com/add-ons/?utm_source=Ninja+Forms+Plugin&utm_medium=readme) you need as you need them, or [become a member today](https://ninjaforms.com/pricing/?utm_source=Ninja+Forms+Plugin&utm_medium=readme) with a plan that meets your needs and your budget! Take your WordPress forms farther!
68
 
69
+ * [Layout & Styles](https://ninjaforms.com/extensions/layout-styles/?utm_source=Ninja+Forms+Plugin&utm_medium=readme)
70
  * [Conditional Logic](https://ninjaforms.com/extensions/conditional-logic/?utm_source=Ninja+Forms+Plugin&utm_medium=readme)
71
  * [Multi-Part Forms](https://ninjaforms.com/extensions/multi-part-forms/?utm_source=Ninja+Forms+Plugin&utm_medium=readme)
72
  * [File Uploads](https://ninjaforms.com/extensions/file-uploads/?utm_source=Ninja+Forms+Plugin&utm_medium=readme)
112
 
113
  == Notes ==
114
 
115
+ Ninja Forms is a 100% beginner friendly WordPress form builder, appropriate for complete beginners all the way to seasoned WordPress developers. We don’t just say it, we stand by it. [Our support team](https://ninjaforms.com/contact/?utm_source=Ninja+Forms+Plugin&utm_medium=readme) is standing by to help you realize your site’s potential anywhere your forms are concerned.
116
 
117
  Not sure if you can build the forms you need? Wondering if forms are the answer to do the thing you or your clients need to make happen? [Reach out](https://ninjaforms.com/contact/?utm_source=Ninja+Forms+Plugin&utm_medium=readme)! Our dedicated, professional support team is happy to help however we can, and answer any questions you might have!
118
 
238
  * OnePageCRM form
239
 
240
  = Can I integrate Ninja Forms with my email marketing service, CRM, or other favorite service? =
241
+ Almost certainly. The Ninja Forms builder integrates directly with over a dozen [email marketing and CRM services](https://ninjaforms.com/add-ons/?utm_source=Ninja+Forms+Plugin&utm_medium=readme) including MailChimp, Constant Contact, Active Campaign, Salesforce, Insightly, Zoho, and many more.
242
 
243
  Ninja Forms also integrates with 1,000+ other popular services through our [Zapier integration](https://ninjaforms.com/extensions/zapier/?utm_source=Ninja+Forms+Plugin&utm_medium=readme). Some of the more popular services that we see our users integrate flawlessly with include:
244
  * Hubspot CRM
303
 
304
  == Upgrade Notice ==
305
 
306
+ = 3.6.14 (2 September 2022) =
307
  *Bug Fixes:*
308
+ * Fixes an issue with trailing commas
309
+ * Fixes an issue for some users on PHP7.4 and below.
310
  *Other Enhancements:*
311
+ * Update 'tested to'
 
312
 
313
  == Changelog ==
314
+ = 3.6.14 (2 September 2022) =
315
+ *Bug Fixes:*
316
+ * Fixes an issue with trailing commas
317
+ * Fixes an issue for some users on PHP7.4 and below.
318
+ *Other Enhancements:*
319
+ * Update 'tested to'
320
+
321
  = 3.6.13 (30 August 2022) =
322
  *Bug Fixes:*
323
  * Prevent object wakeup in unserialize
324
  * Correct errant variable name is submissions check
325
  *Other Enhancements:*
326
  * Smart suggestions for extensions
327
+ * Update 'tested to'
328
+
329
  = 3.6.12 (22 June 2022) =
330
  *Bug Fixes:*
331
  * Fixed naming collision with reCaptcha cookie check
390
  * Rename 'store submission' to record submission'
391
  * Enable extra data column headers in CSV export
392
  * Use admin labels in tables and export
393
+
394
  = 3.6.5 (04 November 2021)
395
 
396
  *Bug Fixes:*
1103
 
1104
  *Changes:*
1105
 
1106
+ * Added the abililty to have no default value for Country and State fields.
1107
  * Added the Indian Rupee to the list of available currencies
1108
  * Removed unnecessary comments from the main field template
1109
 
1513
 
1514
  *Bugs:*
1515
 
1516
+ * Required field validation should now work properly with the Layout and Styles add-on.
1517
  * The email action now removes extra comma separators from email settings like(To, BCC, CC, reply-to, and from address').
1518
  * The date range on the submissions table will now show the correct submissions for the selected dates.
1519
  * Fixed a bug that was causing form imports with extra characters at the beginning to break.
1520
+ * Forms that fail to load on the front-end will now remove the loading animation from the page.
1521
+ * Calculations will display correctly on the front end in HTML fields if the Save Progress add-on is active on sites.
1522
  * The decimal setting in calculations will no longer break if non-numeric values are input into them.
1523
+ * Unique fields will no longer try to validate deleted submissions.
1524
  * Country fields should now be sorted alphabetically in non-English languages.
1525
+ * Calculations decimal setting now defaults to 2 decimal places if the setting is left empty.
1526
+ * Fixed "This is not a required field" to read "This IS a required field" in Spanish locales.
1527
+ * Added translatable text for the (of) in the input limit text.
1528
 
1529
  *Changes:*
1530
 
1531
+ * Created a merge tag for custom user meta. This will allow users to do things like pre-populate fields with custom user meta.
1532
  * Added placeholder for date field.
1533
+ * We now have currency support for South African Rand(ZAR).
1534
+ * Added support for setting number of rows shown on a multi-select list on the front end.
1535
+ * Created a confirm field. This will allow users to map another field on their form to it and will validate the input on the front end with the field it is mapped to.
1536
  * Added a new merge tag for submission time. This will display the time the form was submitted.
1537
  * Added WordPress filter to disable all Ninja Forms in app sales banners.
1538
  * The merge tag selector can now be used in the body of HTML fields.
vendor/autoload.php CHANGED
@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
9
 
10
  require_once __DIR__ . '/composer/autoload_real.php';
11
 
12
- return ComposerAutoloaderInit2feae0e551ede9e922fd9a8c3e202626::getLoader();
9
 
10
  require_once __DIR__ . '/composer/autoload_real.php';
11
 
12
+ return ComposerAutoloaderInit32d16292cef6b2fec694bc88dc0078fa::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit2feae0e551ede9e922fd9a8c3e202626
6
  {
7
  private static $loader;
8
 
@@ -22,12 +22,12 @@ class ComposerAutoloaderInit2feae0e551ede9e922fd9a8c3e202626
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInit2feae0e551ede9e922fd9a8c3e202626', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27
- spl_autoload_unregister(array('ComposerAutoloaderInit2feae0e551ede9e922fd9a8c3e202626', 'loadClassLoader'));
28
 
29
  require __DIR__ . '/autoload_static.php';
30
- call_user_func(\Composer\Autoload\ComposerStaticInit2feae0e551ede9e922fd9a8c3e202626::getInitializer($loader));
31
 
32
  $loader->register(true);
33
 
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit32d16292cef6b2fec694bc88dc0078fa
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInit32d16292cef6b2fec694bc88dc0078fa', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27
+ spl_autoload_unregister(array('ComposerAutoloaderInit32d16292cef6b2fec694bc88dc0078fa', 'loadClassLoader'));
28
 
29
  require __DIR__ . '/autoload_static.php';
30
+ call_user_func(\Composer\Autoload\ComposerStaticInit32d16292cef6b2fec694bc88dc0078fa::getInitializer($loader));
31
 
32
  $loader->register(true);
33
 
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit2feae0e551ede9e922fd9a8c3e202626
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'N' =>
@@ -37,9 +37,9 @@ class ComposerStaticInit2feae0e551ede9e922fd9a8c3e202626
37
  public static function getInitializer(ClassLoader $loader)
38
  {
39
  return \Closure::bind(function () use ($loader) {
40
- $loader->prefixLengthsPsr4 = ComposerStaticInit2feae0e551ede9e922fd9a8c3e202626::$prefixLengthsPsr4;
41
- $loader->prefixDirsPsr4 = ComposerStaticInit2feae0e551ede9e922fd9a8c3e202626::$prefixDirsPsr4;
42
- $loader->classMap = ComposerStaticInit2feae0e551ede9e922fd9a8c3e202626::$classMap;
43
 
44
  }, null, ClassLoader::class);
45
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit32d16292cef6b2fec694bc88dc0078fa
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'N' =>
37
  public static function getInitializer(ClassLoader $loader)
38
  {
39
  return \Closure::bind(function () use ($loader) {
40
+ $loader->prefixLengthsPsr4 = ComposerStaticInit32d16292cef6b2fec694bc88dc0078fa::$prefixLengthsPsr4;
41
+ $loader->prefixDirsPsr4 = ComposerStaticInit32d16292cef6b2fec694bc88dc0078fa::$prefixDirsPsr4;
42
+ $loader->classMap = ComposerStaticInit32d16292cef6b2fec694bc88dc0078fa::$classMap;
43
 
44
  }, null, ClassLoader::class);
45
  }
vendor/composer/installed.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php return array(
2
  'root' => array(
3
  'name' => 'saturday-drive/ninja-forms',
4
- 'pretty_version' => 'dev-90163281f27caefc17eb47c9687417161cb6684f',
5
- 'version' => 'dev-90163281f27caefc17eb47c9687417161cb6684f',
6
- 'reference' => '90163281f27caefc17eb47c9687417161cb6684f',
7
  'type' => 'library',
8
  'install_path' => __DIR__ . '/../../',
9
  'aliases' => array(),
@@ -11,9 +11,9 @@
11
  ),
12
  'versions' => array(
13
  'saturday-drive/ninja-forms' => array(
14
- 'pretty_version' => 'dev-90163281f27caefc17eb47c9687417161cb6684f',
15
- 'version' => 'dev-90163281f27caefc17eb47c9687417161cb6684f',
16
- 'reference' => '90163281f27caefc17eb47c9687417161cb6684f',
17
  'type' => 'library',
18
  'install_path' => __DIR__ . '/../../',
19
  'aliases' => array(),
1
  <?php return array(
2
  'root' => array(
3
  'name' => 'saturday-drive/ninja-forms',
4
+ 'pretty_version' => 'dev-767362e360a2edf6d5243334599bd2fea1c90bcd',
5
+ 'version' => 'dev-767362e360a2edf6d5243334599bd2fea1c90bcd',
6
+ 'reference' => '767362e360a2edf6d5243334599bd2fea1c90bcd',
7
  'type' => 'library',
8
  'install_path' => __DIR__ . '/../../',
9
  'aliases' => array(),
11
  ),
12
  'versions' => array(
13
  'saturday-drive/ninja-forms' => array(
14
+ 'pretty_version' => 'dev-767362e360a2edf6d5243334599bd2fea1c90bcd',
15
+ 'version' => 'dev-767362e360a2edf6d5243334599bd2fea1c90bcd',
16
+ 'reference' => '767362e360a2edf6d5243334599bd2fea1c90bcd',
17
  'type' => 'library',
18
  'install_path' => __DIR__ . '/../../',
19
  'aliases' => array(),