Version Description
- 2019-04-18
Download this release
Release Info
| Developer | themeisle |
| Plugin | |
| Version | 1.3.2 |
| Comparing to | |
| See all releases | |
Code changes from version 1.3.1 to 1.3.2
- CHANGELOG.md +4 -0
- elementor-addon-widgets.php +2 -2
- readme.md +5 -0
- readme.txt +5 -0
- themeisle-hash.json +1 -1
- vendor/autoload.php +1 -1
- vendor/codeinwp/themeisle-content-forms/load.php +1 -7
- vendor/composer/autoload_real.php +5 -5
- vendor/composer/installed.json +4 -4
CHANGELOG.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
### v1.3.1 - 2019-04-17
|
| 3 |
**Changes:**
|
| 4 |
* Fix issues with newsletter form
|
| 1 |
|
| 2 |
+
### v1.3.2 - 2019-04-18
|
| 3 |
+
**Changes:**
|
| 4 |
+
* fix: PHP notice in themeisle-content-forms
|
| 5 |
+
|
| 6 |
### v1.3.1 - 2019-04-17
|
| 7 |
**Changes:**
|
| 8 |
* Fix issues with newsletter form
|
elementor-addon-widgets.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: Elementor Addons & Templates - Sizzify Lite
|
| 4 |
* Plugin URI: https://themeisle.com/
|
| 5 |
* Description: Adds new Addons & Widgets that are specifically designed to be used in conjunction with the Elementor Page Builder.
|
| 6 |
-
* Version: 1.3.
|
| 7 |
* Author: ThemeIsle
|
| 8 |
* Author URI: https://themeisle.com/
|
| 9 |
* Requires at least: 4.4
|
|
@@ -23,7 +23,7 @@ Constants
|
|
| 23 |
------------------------------------------ */
|
| 24 |
|
| 25 |
/* Set plugin version constant. */
|
| 26 |
-
define( 'EA_VERSION', '1.3.
|
| 27 |
|
| 28 |
/* Set constant path to the plugin directory. */
|
| 29 |
define( 'EA_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );
|
| 3 |
* Plugin Name: Elementor Addons & Templates - Sizzify Lite
|
| 4 |
* Plugin URI: https://themeisle.com/
|
| 5 |
* Description: Adds new Addons & Widgets that are specifically designed to be used in conjunction with the Elementor Page Builder.
|
| 6 |
+
* Version: 1.3.2
|
| 7 |
* Author: ThemeIsle
|
| 8 |
* Author URI: https://themeisle.com/
|
| 9 |
* Requires at least: 4.4
|
| 23 |
------------------------------------------ */
|
| 24 |
|
| 25 |
/* Set plugin version constant. */
|
| 26 |
+
define( 'EA_VERSION', '1.3.2' );
|
| 27 |
|
| 28 |
/* Set constant path to the plugin directory. */
|
| 29 |
define( 'EA_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );
|
readme.md
CHANGED
|
@@ -61,6 +61,11 @@ See this [issue #495](https://github.com/pojome/elementor/issues/495) for curren
|
|
| 61 |
4. Frontend view posts with custom title.
|
| 62 |
|
| 63 |
## Changelog ##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
### 1.3.1 - 2019-04-17 ###
|
| 65 |
|
| 66 |
* Fix issues with newsletter form
|
| 61 |
4. Frontend view posts with custom title.
|
| 62 |
|
| 63 |
## Changelog ##
|
| 64 |
+
### 1.3.2 - 2019-04-18 ###
|
| 65 |
+
|
| 66 |
+
* fix: PHP notice in themeisle-content-forms
|
| 67 |
+
|
| 68 |
+
|
| 69 |
### 1.3.1 - 2019-04-17 ###
|
| 70 |
|
| 71 |
* Fix issues with newsletter form
|
readme.txt
CHANGED
|
@@ -61,6 +61,11 @@ See this [issue #495](https://github.com/pojome/elementor/issues/495) for curren
|
|
| 61 |
4. Frontend view posts with custom title.
|
| 62 |
|
| 63 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
= 1.3.1 - 2019-04-17 =
|
| 65 |
|
| 66 |
* Fix issues with newsletter form
|
| 61 |
4. Frontend view posts with custom title.
|
| 62 |
|
| 63 |
== Changelog ==
|
| 64 |
+
= 1.3.2 - 2019-04-18 =
|
| 65 |
+
|
| 66 |
+
* fix: PHP notice in themeisle-content-forms
|
| 67 |
+
|
| 68 |
+
|
| 69 |
= 1.3.1 - 2019-04-17 =
|
| 70 |
|
| 71 |
* Fix issues with newsletter form
|
themeisle-hash.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"eaw-class.php":"480348ee01bbcb6a8359f53876a95498","elementor-addon-widgets.php":"
|
| 1 |
+
{"eaw-class.php":"480348ee01bbcb6a8359f53876a95498","elementor-addon-widgets.php":"d04dc8c27b66d118f2bb0874b9e2f65e"}
|
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 ComposerAutoloaderInit29b6ead3566fdfdca72a8acf339eeb09::getLoader();
|
vendor/codeinwp/themeisle-content-forms/load.php
CHANGED
|
@@ -59,13 +59,7 @@ if ( ! function_exists( 'themeisle_content_forms_register_public_assets' ) ) :
|
|
| 59 |
* Also, localize REST params
|
| 60 |
*/
|
| 61 |
function themeisle_content_forms_register_public_assets() {
|
| 62 |
-
$version =
|
| 63 |
-
|
| 64 |
-
$package = json_decode( file_get_contents( dirname( __FILE__ ) . '/composer.json' ) );
|
| 65 |
-
|
| 66 |
-
if ( isset( $package->version ) ) {
|
| 67 |
-
$version = $package->version;
|
| 68 |
-
}
|
| 69 |
|
| 70 |
wp_register_script( 'content-forms', plugins_url( '/assets/content-forms.js', __FILE__ ), array( 'jquery' ), $version );
|
| 71 |
|
| 59 |
* Also, localize REST params
|
| 60 |
*/
|
| 61 |
function themeisle_content_forms_register_public_assets() {
|
| 62 |
+
$version = '1.2.1'; // the current plugin version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
wp_register_script( 'content-forms', plugins_url( '/assets/content-forms.js', __FILE__ ), array( 'jquery' ), $version );
|
| 65 |
|
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 ComposerAutoloaderInitd247449b2aa8f76a384c8256504c9931
|
|
| 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 ComposerAutoloaderInitd247449b2aa8f76a384c8256504c9931
|
|
| 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 ComposerAutoloaderInit29b6ead3566fdfdca72a8acf339eeb09
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
+
spl_autoload_register(array('ComposerAutoloaderInit29b6ead3566fdfdca72a8acf339eeb09', 'loadClassLoader'), true, true);
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit29b6ead3566fdfdca72a8acf339eeb09', '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 |
+
composerRequire29b6ead3566fdfdca72a8acf339eeb09($fileIdentifier, $file);
|
| 46 |
}
|
| 47 |
|
| 48 |
return $loader;
|
| 49 |
}
|
| 50 |
}
|
| 51 |
|
| 52 |
+
function composerRequire29b6ead3566fdfdca72a8acf339eeb09($fileIdentifier, $file)
|
| 53 |
{
|
| 54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 55 |
require $file;
|
vendor/composer/installed.json
CHANGED
|
@@ -42,15 +42,15 @@
|
|
| 42 |
"source": {
|
| 43 |
"type": "git",
|
| 44 |
"url": "https://github.com/Codeinwp/themeisle-content-forms.git",
|
| 45 |
-
"reference": "
|
| 46 |
},
|
| 47 |
"dist": {
|
| 48 |
"type": "zip",
|
| 49 |
-
"url": "https://api.github.com/repos/Codeinwp/themeisle-content-forms/zipball/
|
| 50 |
-
"reference": "
|
| 51 |
"shasum": ""
|
| 52 |
},
|
| 53 |
-
"time": "2019-04-
|
| 54 |
"type": "library",
|
| 55 |
"installation-source": "source",
|
| 56 |
"autoload": {
|
| 42 |
"source": {
|
| 43 |
"type": "git",
|
| 44 |
"url": "https://github.com/Codeinwp/themeisle-content-forms.git",
|
| 45 |
+
"reference": "b0b62ae30104748832b4b456a6d6456be80ad8ae"
|
| 46 |
},
|
| 47 |
"dist": {
|
| 48 |
"type": "zip",
|
| 49 |
+
"url": "https://api.github.com/repos/Codeinwp/themeisle-content-forms/zipball/b0b62ae30104748832b4b456a6d6456be80ad8ae",
|
| 50 |
+
"reference": "b0b62ae30104748832b4b456a6d6456be80ad8ae",
|
| 51 |
"shasum": ""
|
| 52 |
},
|
| 53 |
+
"time": "2019-04-18 14:41:11",
|
| 54 |
"type": "library",
|
| 55 |
"installation-source": "source",
|
| 56 |
"autoload": {
|
