Version Description
Download this release
Release Info
Developer | themeisle |
Plugin | Cloud Templates & Patterns collection |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.8
- .wordpress-org/.empty +0 -0
- CHANGELOG.md +4 -0
- README.md +7 -0
- includes/Main.php +1 -1
- includes/Sites_Listing.php +1 -1
- readme.txt +7 -0
- templates-patterns-collection.php +1 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
.wordpress-org/.empty
DELETED
File without changes
|
CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
##### [Version 1.0.7](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.6...v1.0.7) (2020-07-29)
|
2 |
|
3 |
chore: adds SVN deployment workflow
|
1 |
+
##### [Version 1.0.8](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.7...v1.0.8) (2020-07-29)
|
2 |
+
|
3 |
+
> Things are getting better every day. 🚀
|
4 |
+
|
5 |
##### [Version 1.0.7](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.6...v1.0.7) (2020-07-29)
|
6 |
|
7 |
chore: adds SVN deployment workflow
|
README.md
CHANGED
@@ -27,6 +27,13 @@ No account is required to access the service template collection and the privacy
|
|
27 |
|
28 |
## Changelog ##
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
##### [Version 1.0.7](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.6...v1.0.7) (2020-07-29)
|
31 |
|
32 |
chore: adds SVN deployment workflow
|
27 |
|
28 |
## Changelog ##
|
29 |
|
30 |
+
##### [Version 1.0.8](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.7...v1.0.8) (2020-07-29)
|
31 |
+
|
32 |
+
> Things are getting better every day. 🚀
|
33 |
+
|
34 |
+
|
35 |
+
|
36 |
+
|
37 |
##### [Version 1.0.7](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.6...v1.0.7) (2020-07-29)
|
38 |
|
39 |
chore: adds SVN deployment workflow
|
includes/Main.php
CHANGED
@@ -16,7 +16,7 @@ class Main {
|
|
16 |
*
|
17 |
* @var string Version string.
|
18 |
*/
|
19 |
-
const VERSION = '1.0.
|
20 |
/**
|
21 |
* Sites Library API URL.
|
22 |
*
|
16 |
*
|
17 |
* @var string Version string.
|
18 |
*/
|
19 |
+
const VERSION = '1.0.8';
|
20 |
/**
|
21 |
* Sites Library API URL.
|
22 |
*
|
includes/Sites_Listing.php
CHANGED
@@ -15,7 +15,7 @@ class Sites_Listing {
|
|
15 |
/**
|
16 |
* Sites Listing API URL
|
17 |
*/
|
18 |
-
const API = 'https://
|
19 |
|
20 |
/**
|
21 |
* Key of transient where we save the sites list.
|
15 |
/**
|
16 |
* Sites Listing API URL
|
17 |
*/
|
18 |
+
const API = 'https://api.themeisle.com/sites/wp-json/demosites-api/sites';
|
19 |
|
20 |
/**
|
21 |
* Key of transient where we save the sites list.
|
readme.txt
CHANGED
@@ -27,6 +27,13 @@ No account is required to access the service template collection and the privacy
|
|
27 |
|
28 |
== Changelog ==
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
##### [Version 1.0.7](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.6...v1.0.7) (2020-07-29)
|
31 |
|
32 |
chore: adds SVN deployment workflow
|
27 |
|
28 |
== Changelog ==
|
29 |
|
30 |
+
##### [Version 1.0.8](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.7...v1.0.8) (2020-07-29)
|
31 |
+
|
32 |
+
> Things are getting better every day. 🚀
|
33 |
+
|
34 |
+
|
35 |
+
|
36 |
+
|
37 |
##### [Version 1.0.7](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.6...v1.0.7) (2020-07-29)
|
38 |
|
39 |
chore: adds SVN deployment workflow
|
templates-patterns-collection.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Templates Patterns Collection
|
4 |
* Description: This plugin is an add-on to Neve WordPress theme which offers access to Templates and Block Patterns library service to be used with the theme.
|
5 |
-
* Version: 1.0.
|
6 |
* Author: ThemeIsle
|
7 |
* Author URI: https://themeisle.com
|
8 |
* License: GPLv3
|
2 |
/**
|
3 |
* Plugin Name: Templates Patterns Collection
|
4 |
* Description: This plugin is an add-on to Neve WordPress theme which offers access to Templates and Block Patterns library service to be used with the theme.
|
5 |
+
* Version: 1.0.8
|
6 |
* Author: ThemeIsle
|
7 |
* Author URI: https://themeisle.com
|
8 |
* License: GPLv3
|
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 ComposerAutoloaderInit066b08d004841aa5eabf11db299ba83d::getLoader();
|
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 ComposerAutoloaderInit861fe897ba6144e34238b47311eb75bf
|
|
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 |
require_once __DIR__ . '/autoload_static.php';
|
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 ComposerAutoloaderInit066b08d004841aa5eabf11db299ba83d
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit066b08d004841aa5eabf11db299ba83d', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit066b08d004841aa5eabf11db299ba83d', '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\ComposerStaticInit066b08d004841aa5eabf11db299ba83d::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 |
'T' =>
|
@@ -48,9 +48,9 @@ class ComposerStaticInit861fe897ba6144e34238b47311eb75bf
|
|
48 |
public static function getInitializer(ClassLoader $loader)
|
49 |
{
|
50 |
return \Closure::bind(function () use ($loader) {
|
51 |
-
$loader->prefixLengthsPsr4 =
|
52 |
-
$loader->prefixDirsPsr4 =
|
53 |
-
$loader->classMap =
|
54 |
|
55 |
}, null, ClassLoader::class);
|
56 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit066b08d004841aa5eabf11db299ba83d
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'T' =>
|
48 |
public static function getInitializer(ClassLoader $loader)
|
49 |
{
|
50 |
return \Closure::bind(function () use ($loader) {
|
51 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit066b08d004841aa5eabf11db299ba83d::$prefixLengthsPsr4;
|
52 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit066b08d004841aa5eabf11db299ba83d::$prefixDirsPsr4;
|
53 |
+
$loader->classMap = ComposerStaticInit066b08d004841aa5eabf11db299ba83d::$classMap;
|
54 |
|
55 |
}, null, ClassLoader::class);
|
56 |
}
|