Version Description
- 2018-05-15
Download this release
Release Info
| Developer | themeisle |
| Plugin | |
| Version | 1.2.5 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.4 to 1.2.5
- CHANGELOG.md +2 -2
- elementemplator.php +2 -2
- readme.md +5 -0
- readme.txt +5 -0
- themeisle-hash.json +1 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +5 -5
CHANGELOG.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
|
| 2 |
-
### v1.2.
|
| 3 |
**Changes:**
|
| 4 |
-
*
|
| 5 |
|
| 6 |
### v1.2.4 - 2018-03-12
|
| 7 |
**Changes:**
|
| 1 |
|
| 2 |
+
### v1.2.5 - 2018-05-15
|
| 3 |
**Changes:**
|
| 4 |
+
* Version Bump.
|
| 5 |
|
| 6 |
### v1.2.4 - 2018-03-12
|
| 7 |
**Changes:**
|
elementemplator.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: Page Templater For Elementor
|
| 4 |
* Plugin URI: https://themeisle.com/
|
| 5 |
* Description: A helper plugin for users of Elementor Pagebuilder. Adds 2 new templates for complete full width experience while using the page builder - support for a number of popular themes is built-in.
|
| 6 |
-
* Version: 1.2.
|
| 7 |
* Author: ThemeIsle
|
| 8 |
* Author URI: https://themeisle.com/
|
| 9 |
* Requires at least: 4.4
|
|
@@ -22,7 +22,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
| 22 |
------------------------------------------ */
|
| 23 |
|
| 24 |
/* Set plugin version constant. */
|
| 25 |
-
define( 'ET_VERSION', '1.2.
|
| 26 |
|
| 27 |
/* Set constant path to the plugin directory. */
|
| 28 |
define( 'ET_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );
|
| 3 |
* Plugin Name: Page Templater For Elementor
|
| 4 |
* Plugin URI: https://themeisle.com/
|
| 5 |
* Description: A helper plugin for users of Elementor Pagebuilder. Adds 2 new templates for complete full width experience while using the page builder - support for a number of popular themes is built-in.
|
| 6 |
+
* Version: 1.2.5
|
| 7 |
* Author: ThemeIsle
|
| 8 |
* Author URI: https://themeisle.com/
|
| 9 |
* Requires at least: 4.4
|
| 22 |
------------------------------------------ */
|
| 23 |
|
| 24 |
/* Set plugin version constant. */
|
| 25 |
+
define( 'ET_VERSION', '1.2.5' );
|
| 26 |
|
| 27 |
/* Set constant path to the plugin directory. */
|
| 28 |
define( 'ET_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );
|
readme.md
CHANGED
|
@@ -129,6 +129,11 @@ Further details will be available near the time of the release.
|
|
| 129 |
2. Fullwidth no Header no Footer
|
| 130 |
|
| 131 |
## Changelog ##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
### 1.2.4 - 2018-03-12 ###
|
| 133 |
|
| 134 |
* Added Compatibility with a lot of themes.
|
| 129 |
2. Fullwidth no Header no Footer
|
| 130 |
|
| 131 |
## Changelog ##
|
| 132 |
+
### 1.2.5 - 2018-05-15 ###
|
| 133 |
+
|
| 134 |
+
* Version Bump.
|
| 135 |
+
|
| 136 |
+
|
| 137 |
### 1.2.4 - 2018-03-12 ###
|
| 138 |
|
| 139 |
* Added Compatibility with a lot of themes.
|
readme.txt
CHANGED
|
@@ -129,6 +129,11 @@ Further details will be available near the time of the release.
|
|
| 129 |
2. Fullwidth no Header no Footer
|
| 130 |
|
| 131 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
= 1.2.4 - 2018-03-12 =
|
| 133 |
|
| 134 |
* Added Compatibility with a lot of themes.
|
| 129 |
2. Fullwidth no Header no Footer
|
| 130 |
|
| 131 |
== Changelog ==
|
| 132 |
+
= 1.2.5 - 2018-05-15 =
|
| 133 |
+
|
| 134 |
+
* Version Bump.
|
| 135 |
+
|
| 136 |
+
|
| 137 |
= 1.2.4 - 2018-03-12 =
|
| 138 |
|
| 139 |
* Added Compatibility with a lot of themes.
|
themeisle-hash.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"custom-posttype-class.php":"171a2a809e20c6b0c0542c190cc87485","elementemplater-class.php":"1aefa363265a0dfa3cbc32e532a4463c","elementemplator.php":"
|
| 1 |
+
{"custom-posttype-class.php":"171a2a809e20c6b0c0542c190cc87485","elementemplater-class.php":"1aefa363265a0dfa3cbc32e532a4463c","elementemplator.php":"15ee5dd545f391ee1971736859dae354"}
|
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 ComposerAutoloaderInit78d606a4f8588bd889d2b0383fbb0625::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 |
|
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit2bdec098d49404cb306708b416f50a60
|
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
-
spl_autoload_register(array('
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
-
spl_autoload_unregister(array('
|
| 25 |
|
| 26 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 27 |
foreach ($map as $namespace => $path) {
|
|
@@ -42,14 +42,14 @@ class ComposerAutoloaderInit2bdec098d49404cb306708b416f50a60
|
|
| 42 |
|
| 43 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
| 44 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 45 |
-
|
| 46 |
}
|
| 47 |
|
| 48 |
return $loader;
|
| 49 |
}
|
| 50 |
}
|
| 51 |
|
| 52 |
-
function
|
| 53 |
{
|
| 54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 55 |
require $file;
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInit78d606a4f8588bd889d2b0383fbb0625
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
+
spl_autoload_register(array('ComposerAutoloaderInit78d606a4f8588bd889d2b0383fbb0625', 'loadClassLoader'), true, true);
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit78d606a4f8588bd889d2b0383fbb0625', 'loadClassLoader'));
|
| 25 |
|
| 26 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 27 |
foreach ($map as $namespace => $path) {
|
| 42 |
|
| 43 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
| 44 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 45 |
+
composerRequire78d606a4f8588bd889d2b0383fbb0625($fileIdentifier, $file);
|
| 46 |
}
|
| 47 |
|
| 48 |
return $loader;
|
| 49 |
}
|
| 50 |
}
|
| 51 |
|
| 52 |
+
function composerRequire78d606a4f8588bd889d2b0383fbb0625($fileIdentifier, $file)
|
| 53 |
{
|
| 54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 55 |
require $file;
|
