Version Description
Release Date: December 8th, 2020
- Fix: BoldGrid library loading issue.
Download this release
Release Info
Developer | boldgrid |
Plugin | Post and Page Builder by BoldGrid – Visual Drag and Drop Editor |
Version | 1.13.6 |
Comparing to | |
See all releases |
Code changes from version 1.13.5 to 1.13.6
- post-and-page-builder.php +1 -1
- readme.txt +7 -1
- vendor/autoload.php +1 -1
- vendor/composer/ClassLoader.php +2 -2
- vendor/composer/InstalledVersions.php +0 -228
- vendor/composer/autoload_classmap.php +0 -1
- vendor/composer/autoload_real.php +5 -5
- vendor/composer/autoload_static.php +3 -8
- vendor/composer/installed.json +51 -56
- vendor/composer/installed.php +0 -33
post-and-page-builder.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Post and Page Builder
|
4 |
* Plugin URI: https://www.boldgrid.com/boldgrid-editor/?utm_source=ppb-wp-repo&utm_medium=plugin-uri&utm_campaign=ppb
|
5 |
* Description: Customized drag and drop editing for posts and pages. The Post and Page Builder adds functionality to the existing TinyMCE Editor to give you easier control over your content.
|
6 |
-
* Version: 1.13.
|
7 |
* Author: BoldGrid <support@boldgrid.com>
|
8 |
* Author URI: https://www.boldgrid.com/?utm_source=ppb-wp-repo&utm_medium=author-uri&utm_campaign=ppb
|
9 |
* Text Domain: boldgrid-editor
|
3 |
* Plugin Name: Post and Page Builder
|
4 |
* Plugin URI: https://www.boldgrid.com/boldgrid-editor/?utm_source=ppb-wp-repo&utm_medium=plugin-uri&utm_campaign=ppb
|
5 |
* Description: Customized drag and drop editing for posts and pages. The Post and Page Builder adds functionality to the existing TinyMCE Editor to give you easier control over your content.
|
6 |
+
* Version: 1.13.6
|
7 |
* Author: BoldGrid <support@boldgrid.com>
|
8 |
* Author URI: https://www.boldgrid.com/?utm_source=ppb-wp-repo&utm_medium=author-uri&utm_campaign=ppb
|
9 |
* Text Domain: boldgrid-editor
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: boldgrid, page builder, drag and drop, tinymce, editor, landing page
|
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 5.4
|
7 |
-
Stable tag: 1.13.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -134,6 +134,12 @@ WordPress Editor.
|
|
134 |
|
135 |
== Changelog ==
|
136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
= 1.13.5 =
|
138 |
|
139 |
Release Date: December 8th, 2020
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 5.4
|
7 |
+
Stable tag: 1.13.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
134 |
|
135 |
== Changelog ==
|
136 |
|
137 |
+
= 1.13.6 =
|
138 |
+
|
139 |
+
Release Date: December 8th, 2020
|
140 |
+
|
141 |
+
* Fix: BoldGrid library loading issue.
|
142 |
+
|
143 |
= 1.13.5 =
|
144 |
|
145 |
Release Date: December 8th, 2020
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit6e25e1e5e22fea86bcde0891467c8b6b::getLoader();
|
vendor/composer/ClassLoader.php
CHANGED
@@ -37,8 +37,8 @@ namespace Composer\Autoload;
|
|
37 |
*
|
38 |
* @author Fabien Potencier <fabien@symfony.com>
|
39 |
* @author Jordi Boggiano <j.boggiano@seld.be>
|
40 |
-
* @see
|
41 |
-
* @see
|
42 |
*/
|
43 |
class ClassLoader
|
44 |
{
|
37 |
*
|
38 |
* @author Fabien Potencier <fabien@symfony.com>
|
39 |
* @author Jordi Boggiano <j.boggiano@seld.be>
|
40 |
+
* @see http://www.php-fig.org/psr/psr-0/
|
41 |
+
* @see http://www.php-fig.org/psr/psr-4/
|
42 |
*/
|
43 |
class ClassLoader
|
44 |
{
|
vendor/composer/InstalledVersions.php
DELETED
@@ -1,228 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
namespace Composer;
|
14 |
-
|
15 |
-
use Composer\Semver\VersionParser;
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
class InstalledVersions
|
23 |
-
{
|
24 |
-
private static $installed = array (
|
25 |
-
'root' =>
|
26 |
-
array (
|
27 |
-
'pretty_version' => '1.13.5',
|
28 |
-
'version' => '1.13.5.0',
|
29 |
-
'aliases' =>
|
30 |
-
array (
|
31 |
-
),
|
32 |
-
'reference' => 'a1fe76a8681717402b7f29de6b8e43e1f56d3f61',
|
33 |
-
'name' => '__root__',
|
34 |
-
),
|
35 |
-
'versions' =>
|
36 |
-
array (
|
37 |
-
'__root__' =>
|
38 |
-
array (
|
39 |
-
'pretty_version' => '1.13.5',
|
40 |
-
'version' => '1.13.5.0',
|
41 |
-
'aliases' =>
|
42 |
-
array (
|
43 |
-
),
|
44 |
-
'reference' => 'a1fe76a8681717402b7f29de6b8e43e1f56d3f61',
|
45 |
-
),
|
46 |
-
'boldgrid/library' =>
|
47 |
-
array (
|
48 |
-
'pretty_version' => '2.13.3',
|
49 |
-
'version' => '2.13.3.0',
|
50 |
-
'aliases' =>
|
51 |
-
array (
|
52 |
-
),
|
53 |
-
'reference' => '066c8b68f7ca7ecf1f8769c3904dc85cb76fd7f4',
|
54 |
-
),
|
55 |
-
),
|
56 |
-
);
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
public static function getInstalledPackages()
|
65 |
-
{
|
66 |
-
return array_keys(self::$installed['versions']);
|
67 |
-
}
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
public static function isInstalled($packageName)
|
78 |
-
{
|
79 |
-
return isset(self::$installed['versions'][$packageName]);
|
80 |
-
}
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
public static function satisfies(VersionParser $parser, $packageName, $constraint)
|
96 |
-
{
|
97 |
-
$constraint = $parser->parseConstraints($constraint);
|
98 |
-
$provided = $parser->parseConstraints(self::getVersionRanges($packageName));
|
99 |
-
|
100 |
-
return $provided->matches($constraint);
|
101 |
-
}
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
public static function getVersionRanges($packageName)
|
113 |
-
{
|
114 |
-
if (!isset(self::$installed['versions'][$packageName])) {
|
115 |
-
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
116 |
-
}
|
117 |
-
|
118 |
-
$ranges = array();
|
119 |
-
if (isset(self::$installed['versions'][$packageName]['pretty_version'])) {
|
120 |
-
$ranges[] = self::$installed['versions'][$packageName]['pretty_version'];
|
121 |
-
}
|
122 |
-
if (array_key_exists('aliases', self::$installed['versions'][$packageName])) {
|
123 |
-
$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['aliases']);
|
124 |
-
}
|
125 |
-
if (array_key_exists('replaced', self::$installed['versions'][$packageName])) {
|
126 |
-
$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['replaced']);
|
127 |
-
}
|
128 |
-
if (array_key_exists('provided', self::$installed['versions'][$packageName])) {
|
129 |
-
$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['provided']);
|
130 |
-
}
|
131 |
-
|
132 |
-
return implode(' || ', $ranges);
|
133 |
-
}
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
public static function getVersion($packageName)
|
140 |
-
{
|
141 |
-
if (!isset(self::$installed['versions'][$packageName])) {
|
142 |
-
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
143 |
-
}
|
144 |
-
|
145 |
-
if (!isset(self::$installed['versions'][$packageName]['version'])) {
|
146 |
-
return null;
|
147 |
-
}
|
148 |
-
|
149 |
-
return self::$installed['versions'][$packageName]['version'];
|
150 |
-
}
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
public static function getPrettyVersion($packageName)
|
157 |
-
{
|
158 |
-
if (!isset(self::$installed['versions'][$packageName])) {
|
159 |
-
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
160 |
-
}
|
161 |
-
|
162 |
-
if (!isset(self::$installed['versions'][$packageName]['pretty_version'])) {
|
163 |
-
return null;
|
164 |
-
}
|
165 |
-
|
166 |
-
return self::$installed['versions'][$packageName]['pretty_version'];
|
167 |
-
}
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
public static function getReference($packageName)
|
174 |
-
{
|
175 |
-
if (!isset(self::$installed['versions'][$packageName])) {
|
176 |
-
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
177 |
-
}
|
178 |
-
|
179 |
-
if (!isset(self::$installed['versions'][$packageName]['reference'])) {
|
180 |
-
return null;
|
181 |
-
}
|
182 |
-
|
183 |
-
return self::$installed['versions'][$packageName]['reference'];
|
184 |
-
}
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
public static function getRootPackage()
|
191 |
-
{
|
192 |
-
return self::$installed['root'];
|
193 |
-
}
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
public static function getRawData()
|
202 |
-
{
|
203 |
-
return self::$installed;
|
204 |
-
}
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
public static function reload($data)
|
225 |
-
{
|
226 |
-
self::$installed = $data;
|
227 |
-
}
|
228 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/composer/autoload_classmap.php
CHANGED
@@ -6,5 +6,4 @@ $vendorDir = dirname(dirname(__FILE__));
|
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
-
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
|
10 |
);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
|
|
9 |
);
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit1a20824c527f0aafe4951fa3710d4a25
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
-
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit6e25e1e5e22fea86bcde0891467c8b6b
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit6e25e1e5e22fea86bcde0891467c8b6b', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit6e25e1e5e22fea86bcde0891467c8b6b', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
+
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit6e25e1e5e22fea86bcde0891467c8b6b::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'B' =>
|
@@ -20,16 +20,11 @@ class ComposerStaticInit1a20824c527f0aafe4951fa3710d4a25
|
|
20 |
),
|
21 |
);
|
22 |
|
23 |
-
public static $classMap = array (
|
24 |
-
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
25 |
-
);
|
26 |
-
|
27 |
public static function getInitializer(ClassLoader $loader)
|
28 |
{
|
29 |
return \Closure::bind(function () use ($loader) {
|
30 |
-
$loader->prefixLengthsPsr4 =
|
31 |
-
$loader->prefixDirsPsr4 =
|
32 |
-
$loader->classMap = ComposerStaticInit1a20824c527f0aafe4951fa3710d4a25::$classMap;
|
33 |
|
34 |
}, null, ClassLoader::class);
|
35 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit6e25e1e5e22fea86bcde0891467c8b6b
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'B' =>
|
20 |
),
|
21 |
);
|
22 |
|
|
|
|
|
|
|
|
|
23 |
public static function getInitializer(ClassLoader $loader)
|
24 |
{
|
25 |
return \Closure::bind(function () use ($loader) {
|
26 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit6e25e1e5e22fea86bcde0891467c8b6b::$prefixLengthsPsr4;
|
27 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit6e25e1e5e22fea86bcde0891467c8b6b::$prefixDirsPsr4;
|
|
|
28 |
|
29 |
}, null, ClassLoader::class);
|
30 |
}
|
vendor/composer/installed.json
CHANGED
@@ -1,59 +1,54 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
"
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
},
|
12 |
-
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"shasum": ""
|
17 |
},
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
"
|
23 |
-
"Boldgrid\\Library\\Util\\": "src/Util"
|
24 |
-
}
|
25 |
},
|
26 |
-
|
27 |
-
|
28 |
-
"
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
"homepage": "http://tim.ph",
|
35 |
-
"role": "Developer"
|
36 |
-
},
|
37 |
-
{
|
38 |
-
"name": "Rafael Ramos",
|
39 |
-
"homepage": "http://rafael-ramos.com",
|
40 |
-
"role": "Developer"
|
41 |
-
},
|
42 |
-
{
|
43 |
-
"name": "Joe Cartonia",
|
44 |
-
"email": "joec@boldgrid.com",
|
45 |
-
"homepage": "https://twitter.com/joemotocss",
|
46 |
-
"role": "Developer"
|
47 |
-
},
|
48 |
-
{
|
49 |
-
"name": "bwmarkle",
|
50 |
-
"role": "Developer"
|
51 |
-
}
|
52 |
-
],
|
53 |
-
"description": "The BoldGrid Library for shared code used in official BoldGrid plugins and themes.",
|
54 |
-
"install-path": "../boldgrid/library"
|
55 |
-
}
|
56 |
-
],
|
57 |
-
"dev": true,
|
58 |
-
"dev-package-names": []
|
59 |
-
}
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"name": "boldgrid/library",
|
4 |
+
"version": "2.13.3",
|
5 |
+
"version_normalized": "2.13.3.0",
|
6 |
+
"source": {
|
7 |
+
"type": "git",
|
8 |
+
"url": "https://github.com/BoldGrid/library.git",
|
9 |
+
"reference": "066c8b68f7ca7ecf1f8769c3904dc85cb76fd7f4"
|
10 |
+
},
|
11 |
+
"dist": {
|
12 |
+
"type": "zip",
|
13 |
+
"url": "https://api.github.com/repos/BoldGrid/library/zipball/066c8b68f7ca7ecf1f8769c3904dc85cb76fd7f4",
|
14 |
+
"reference": "066c8b68f7ca7ecf1f8769c3904dc85cb76fd7f4",
|
15 |
+
"shasum": ""
|
16 |
+
},
|
17 |
+
"time": "2020-10-13T17:55:32+00:00",
|
18 |
+
"type": "library",
|
19 |
+
"installation-source": "dist",
|
20 |
+
"autoload": {
|
21 |
+
"psr-4": {
|
22 |
+
"Boldgrid\\Library\\Util\\": "src/Util"
|
23 |
+
}
|
24 |
+
},
|
25 |
+
"notification-url": "https://packagist.org/downloads/",
|
26 |
+
"license": [
|
27 |
+
"GPL-2.0-or-later"
|
28 |
+
],
|
29 |
+
"authors": [
|
30 |
+
{
|
31 |
+
"name": "Tim Elsass",
|
32 |
+
"email": "dev@tim.ph",
|
33 |
+
"homepage": "http://tim.ph",
|
34 |
+
"role": "Developer"
|
35 |
},
|
36 |
+
{
|
37 |
+
"name": "Rafael Ramos",
|
38 |
+
"homepage": "http://rafael-ramos.com",
|
39 |
+
"role": "Developer"
|
|
|
40 |
},
|
41 |
+
{
|
42 |
+
"name": "Joe Cartonia",
|
43 |
+
"email": "joec@boldgrid.com",
|
44 |
+
"homepage": "https://twitter.com/joemotocss",
|
45 |
+
"role": "Developer"
|
|
|
|
|
46 |
},
|
47 |
+
{
|
48 |
+
"name": "bwmarkle",
|
49 |
+
"role": "Developer"
|
50 |
+
}
|
51 |
+
],
|
52 |
+
"description": "The BoldGrid Library for shared code used in official BoldGrid plugins and themes."
|
53 |
+
}
|
54 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/composer/installed.php
DELETED
@@ -1,33 +0,0 @@
|
|
1 |
-
<?php return array (
|
2 |
-
'root' =>
|
3 |
-
array (
|
4 |
-
'pretty_version' => '1.13.5',
|
5 |
-
'version' => '1.13.5.0',
|
6 |
-
'aliases' =>
|
7 |
-
array (
|
8 |
-
),
|
9 |
-
'reference' => 'a1fe76a8681717402b7f29de6b8e43e1f56d3f61',
|
10 |
-
'name' => '__root__',
|
11 |
-
),
|
12 |
-
'versions' =>
|
13 |
-
array (
|
14 |
-
'__root__' =>
|
15 |
-
array (
|
16 |
-
'pretty_version' => '1.13.5',
|
17 |
-
'version' => '1.13.5.0',
|
18 |
-
'aliases' =>
|
19 |
-
array (
|
20 |
-
),
|
21 |
-
'reference' => 'a1fe76a8681717402b7f29de6b8e43e1f56d3f61',
|
22 |
-
),
|
23 |
-
'boldgrid/library' =>
|
24 |
-
array (
|
25 |
-
'pretty_version' => '2.13.3',
|
26 |
-
'version' => '2.13.3.0',
|
27 |
-
'aliases' =>
|
28 |
-
array (
|
29 |
-
),
|
30 |
-
'reference' => '066c8b68f7ca7ecf1f8769c3904dc85cb76fd7f4',
|
31 |
-
),
|
32 |
-
),
|
33 |
-
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|