Cloud Templates & Patterns collection - Version 1.1.1

Version Description

Download this release

Release Info

Developer themeisle
Plugin Icon 128x128 Cloud Templates & Patterns collection
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1.0 to 1.1.1

CHANGELOG.md CHANGED
@@ -1,7 +1,12 @@
 
 
 
 
 
1
  #### [Version 1.1.0](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.11...v1.1.0) (2020-11-24)
2
 
3
- Single page templates
4
- Cloud storage for custom-built templates
5
 
6
  ##### [Version 1.0.11](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.10...v1.0.11) (2020-10-13)
7
 
1
+ ##### [Version 1.1.1](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.0...v1.1.1) (2020-12-08)
2
+
3
+ - Multisite Starter Sites compatibility
4
+ - Templates Cloud block compatibility with WP 5.6
5
+
6
  #### [Version 1.1.0](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.11...v1.1.0) (2020-11-24)
7
 
8
+ - Single page templates
9
+ - Cloud storage for custom-built templates
10
 
11
  ##### [Version 1.0.11](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.10...v1.0.11) (2020-10-13)
12
 
README.md CHANGED
@@ -2,7 +2,7 @@
2
  **Contributors:** [themeisle](https://profiles.wordpress.org/themeisle)
3
  **Tags:** neve, templates, patterns, blocks, starter, sites, demo, content, import
4
  **Requires at least:** 4.7
5
- **Tested up to:** 5.5
6
  **Requires PHP:** 5.6
7
  **Stable tag:** trunk
8
  **License:** GPLv3
@@ -27,6 +27,14 @@ No account is required to access the service template collection and the privacy
27
 
28
  ## Changelog ##
29
 
 
 
 
 
 
 
 
 
30
  #### [Version 1.1.0](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.11...v1.1.0) (2020-11-24)
31
 
32
  Single page templates
2
  **Contributors:** [themeisle](https://profiles.wordpress.org/themeisle)
3
  **Tags:** neve, templates, patterns, blocks, starter, sites, demo, content, import
4
  **Requires at least:** 4.7
5
+ **Tested up to:** 5.6
6
  **Requires PHP:** 5.6
7
  **Stable tag:** trunk
8
  **License:** GPLv3
27
 
28
  ## Changelog ##
29
 
30
+ ##### [Version 1.1.1](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.0...v1.1.1) (2020-12-08)
31
+
32
+ - Multisite Starter Sites compatibility
33
+ - Templates Cloud block compatibility with WP 5.6
34
+
35
+
36
+
37
+
38
  #### [Version 1.1.0](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.11...v1.1.0) (2020-11-24)
39
 
40
  Single page templates
includes/Editor.php CHANGED
@@ -27,7 +27,7 @@ class Editor {
27
  public function init() {
28
  define( 'TPC_TEMPLATES_CLOUD_ENDPOINT', 'https://api.themeisle.com/templates-cloud/' );
29
 
30
- add_action( 'init', array( $this, 'register_block' ), 11 );
31
  add_action( 'init', array( $this, 'register_post_meta' ), 11 );
32
  }
33
 
27
  public function init() {
28
  define( 'TPC_TEMPLATES_CLOUD_ENDPOINT', 'https://api.themeisle.com/templates-cloud/' );
29
 
30
+ add_action( 'enqueue_block_editor_assets', array( $this, 'register_block' ), 11 );
31
  add_action( 'init', array( $this, 'register_post_meta' ), 11 );
32
  }
33
 
includes/Main.php CHANGED
@@ -16,7 +16,7 @@ class Main {
16
  *
17
  * @var string Version string.
18
  */
19
- const VERSION = '1.1.0';
20
  /**
21
  * Sites Library API URL.
22
  *
16
  *
17
  * @var string Version string.
18
  */
19
+ const VERSION = '1.1.1';
20
  /**
21
  * Sites Library API URL.
22
  *
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: themeisle
3
  Tags: neve, templates, patterns, blocks, starter, sites, demo, content, import
4
  Requires at least: 4.7
5
- Tested up to: 5.5
6
  Requires PHP: 5.6
7
  Stable tag: trunk
8
  License: GPLv3
@@ -27,6 +27,14 @@ No account is required to access the service template collection and the privacy
27
 
28
  == Changelog ==
29
 
 
 
 
 
 
 
 
 
30
  #### [Version 1.1.0](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.11...v1.1.0) (2020-11-24)
31
 
32
  Single page templates
2
  Contributors: themeisle
3
  Tags: neve, templates, patterns, blocks, starter, sites, demo, content, import
4
  Requires at least: 4.7
5
+ Tested up to: 5.6
6
  Requires PHP: 5.6
7
  Stable tag: trunk
8
  License: GPLv3
27
 
28
  == Changelog ==
29
 
30
+ ##### [Version 1.1.1](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.0...v1.1.1) (2020-12-08)
31
+
32
+ - Multisite Starter Sites compatibility
33
+ - Templates Cloud block compatibility with WP 5.6
34
+
35
+
36
+
37
+
38
  #### [Version 1.1.0](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.11...v1.1.0) (2020-11-24)
39
 
40
  Single page templates
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.1.0
6
  * Author: ThemeIsle
7
  * Author URI: https://themeisle.com
8
  * License: GPLv3
@@ -77,7 +77,7 @@ function ti_tpc_load_textdomain() {
77
  load_plugin_textdomain( 'templates-patterns-collection', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
78
  }
79
 
80
- add_action( 'init', 'ti_tpc_run' );
81
 
82
  function ti_tpc_run() {
83
  if ( ! defined( 'TI_ONBOARDING_DISABLED' ) ) {
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.1.1
6
  * Author: ThemeIsle
7
  * Author URI: https://themeisle.com
8
  * License: GPLv3
77
  load_plugin_textdomain( 'templates-patterns-collection', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
78
  }
79
 
80
+ add_action( 'init', 'ti_tpc_run', 999 );
81
 
82
  function ti_tpc_run() {
83
  if ( ! defined( 'TI_ONBOARDING_DISABLED' ) ) {
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInitbc0ea3454a11d1cfb300c7c32b248525::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInite94431eb3e8b26493837c47de10a1a1f::getLoader();
vendor/composer/InstalledVersions.php CHANGED
@@ -14,8 +14,8 @@ class InstalledVersions
14
  private static $installed = array (
15
  'root' =>
16
  array (
17
- 'pretty_version' => '1.1.0',
18
- 'version' => '1.1.0.0',
19
  'aliases' =>
20
  array (
21
  ),
@@ -26,8 +26,8 @@ private static $installed = array (
26
  array (
27
  'codeinwp/templates-patterns-collection' =>
28
  array (
29
- 'pretty_version' => '1.1.0',
30
- 'version' => '1.1.0.0',
31
  'aliases' =>
32
  array (
33
  ),
14
  private static $installed = array (
15
  'root' =>
16
  array (
17
+ 'pretty_version' => '1.1.1',
18
+ 'version' => '1.1.1.0',
19
  'aliases' =>
20
  array (
21
  ),
26
  array (
27
  'codeinwp/templates-patterns-collection' =>
28
  array (
29
+ 'pretty_version' => '1.1.1',
30
+ 'version' => '1.1.1.0',
31
  'aliases' =>
32
  array (
33
  ),
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitbc0ea3454a11d1cfb300c7c32b248525
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,15 @@ class ComposerAutoloaderInitbc0ea3454a11d1cfb300c7c32b248525
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInitbc0ea3454a11d1cfb300c7c32b248525', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
- spl_autoload_unregister(array('ComposerAutoloaderInitbc0ea3454a11d1cfb300c7c32b248525', '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 __DIR__ . '/autoload_static.php';
32
 
33
- call_user_func(\Composer\Autoload\ComposerStaticInitbc0ea3454a11d1cfb300c7c32b248525::getInitializer($loader));
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 ComposerAutoloaderInite94431eb3e8b26493837c47de10a1a1f
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInite94431eb3e8b26493837c47de10a1a1f', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
+ spl_autoload_unregister(array('ComposerAutoloaderInite94431eb3e8b26493837c47de10a1a1f', '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 __DIR__ . '/autoload_static.php';
32
 
33
+ call_user_func(\Composer\Autoload\ComposerStaticInite94431eb3e8b26493837c47de10a1a1f::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 ComposerStaticInitbc0ea3454a11d1cfb300c7c32b248525
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'T' =>
@@ -50,9 +50,9 @@ class ComposerStaticInitbc0ea3454a11d1cfb300c7c32b248525
50
  public static function getInitializer(ClassLoader $loader)
51
  {
52
  return \Closure::bind(function () use ($loader) {
53
- $loader->prefixLengthsPsr4 = ComposerStaticInitbc0ea3454a11d1cfb300c7c32b248525::$prefixLengthsPsr4;
54
- $loader->prefixDirsPsr4 = ComposerStaticInitbc0ea3454a11d1cfb300c7c32b248525::$prefixDirsPsr4;
55
- $loader->classMap = ComposerStaticInitbc0ea3454a11d1cfb300c7c32b248525::$classMap;
56
 
57
  }, null, ClassLoader::class);
58
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInite94431eb3e8b26493837c47de10a1a1f
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'T' =>
50
  public static function getInitializer(ClassLoader $loader)
51
  {
52
  return \Closure::bind(function () use ($loader) {
53
+ $loader->prefixLengthsPsr4 = ComposerStaticInite94431eb3e8b26493837c47de10a1a1f::$prefixLengthsPsr4;
54
+ $loader->prefixDirsPsr4 = ComposerStaticInite94431eb3e8b26493837c47de10a1a1f::$prefixDirsPsr4;
55
+ $loader->classMap = ComposerStaticInite94431eb3e8b26493837c47de10a1a1f::$classMap;
56
 
57
  }, null, ClassLoader::class);
58
  }
vendor/composer/installed.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php return array (
2
  'root' =>
3
  array (
4
- 'pretty_version' => '1.1.0',
5
- 'version' => '1.1.0.0',
6
  'aliases' =>
7
  array (
8
  ),
@@ -13,8 +13,8 @@
13
  array (
14
  'codeinwp/templates-patterns-collection' =>
15
  array (
16
- 'pretty_version' => '1.1.0',
17
- 'version' => '1.1.0.0',
18
  'aliases' =>
19
  array (
20
  ),
1
  <?php return array (
2
  'root' =>
3
  array (
4
+ 'pretty_version' => '1.1.1',
5
+ 'version' => '1.1.1.0',
6
  'aliases' =>
7
  array (
8
  ),
13
  array (
14
  'codeinwp/templates-patterns-collection' =>
15
  array (
16
+ 'pretty_version' => '1.1.1',
17
+ 'version' => '1.1.1.0',
18
  'aliases' =>
19
  array (
20
  ),