Version Description
- 2018-07-11
Download this release
Release Info
| Developer | themeisle |
| Plugin | |
| Version | 1.2.3 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.2 to 1.2.3
- 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/class-themeisle-content-forms-elementor.php +2 -3
- vendor/codeinwp/themeisle-content-forms/composer.json +1 -1
- vendor/composer/autoload_real.php +5 -5
- vendor/composer/installed.json +4 -4
CHANGELOG.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
### v1.2.2 - 2018-07-11
|
| 3 |
**Changes:**
|
| 4 |
* Added styling options for elementor form widgets
|
| 1 |
|
| 2 |
+
### v1.2.3 - 2018-07-11
|
| 3 |
+
**Changes:**
|
| 4 |
+
* Version bump.
|
| 5 |
+
|
| 6 |
### v1.2.2 - 2018-07-11
|
| 7 |
**Changes:**
|
| 8 |
* Added styling options for elementor form widgets
|
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.2.
|
| 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.2.
|
| 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.2.3
|
| 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.2.3' );
|
| 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.2.2 - 2018-07-11 ###
|
| 65 |
|
| 66 |
* Added styling options for elementor form widgets
|
| 61 |
4. Frontend view posts with custom title.
|
| 62 |
|
| 63 |
## Changelog ##
|
| 64 |
+
### 1.2.3 - 2018-07-11 ###
|
| 65 |
+
|
| 66 |
+
* Version bump.
|
| 67 |
+
|
| 68 |
+
|
| 69 |
### 1.2.2 - 2018-07-11 ###
|
| 70 |
|
| 71 |
* Added styling options for elementor form widgets
|
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.2.2 - 2018-07-11 =
|
| 65 |
|
| 66 |
* Added styling options for elementor form widgets
|
| 61 |
4. Frontend view posts with custom title.
|
| 62 |
|
| 63 |
== Changelog ==
|
| 64 |
+
= 1.2.3 - 2018-07-11 =
|
| 65 |
+
|
| 66 |
+
* Version bump.
|
| 67 |
+
|
| 68 |
+
|
| 69 |
= 1.2.2 - 2018-07-11 =
|
| 70 |
|
| 71 |
* Added styling options for elementor form widgets
|
themeisle-hash.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"eaw-class.php":"414c18cd16dd525c99fc20b4d5505ece","elementor-addon-widgets.php":"
|
| 1 |
+
{"eaw-class.php":"414c18cd16dd525c99fc20b4d5505ece","elementor-addon-widgets.php":"40e9096bb0250ef59d2a334b20a2cd9d"}
|
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 ComposerAutoloaderInitc30b2c987d103cb1588af798f1fc26aa::getLoader();
|
vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php
CHANGED
|
@@ -938,7 +938,7 @@ class ElementorWidget extends \Elementor\Widget_Base {
|
|
| 938 |
?>
|
| 939 |
|
| 940 |
|
| 941 |
-
<fieldset <?php $this->
|
| 942 |
|
| 943 |
<label for="<?php echo $field_name ?>"
|
| 944 |
<?php echo $this->get_render_attribute_string( 'label' . $item_index ); ?>>
|
|
@@ -956,8 +956,7 @@ class ElementorWidget extends \Elementor\Widget_Base {
|
|
| 956 |
<?php echo $disabled; ?>
|
| 957 |
<?php echo $required; ?>
|
| 958 |
placeholder="<?php echo esc_attr ( $placeholder ); ?>"
|
| 959 |
-
cols="30" rows="5">
|
| 960 |
-
</textarea>
|
| 961 |
<?php break;
|
| 962 |
case 'password': ?>
|
| 963 |
<input type="password" name="<?php echo $field_name ?>" id="<?php echo $field_name ?>"
|
| 938 |
?>
|
| 939 |
|
| 940 |
|
| 941 |
+
<fieldset <?php echo $this->get_render_attribute_string( 'fieldset' . $field['_id'] ); ?>>
|
| 942 |
|
| 943 |
<label for="<?php echo $field_name ?>"
|
| 944 |
<?php echo $this->get_render_attribute_string( 'label' . $item_index ); ?>>
|
| 956 |
<?php echo $disabled; ?>
|
| 957 |
<?php echo $required; ?>
|
| 958 |
placeholder="<?php echo esc_attr ( $placeholder ); ?>"
|
| 959 |
+
cols="30" rows="5"></textarea>
|
|
|
|
| 960 |
<?php break;
|
| 961 |
case 'password': ?>
|
| 962 |
<input type="password" name="<?php echo $field_name ?>" id="<?php echo $field_name ?>"
|
vendor/codeinwp/themeisle-content-forms/composer.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "codeinwp/themeisle-content-forms",
|
| 3 |
-
"version": "1.0.
|
| 4 |
"description": "ThemeIsle Content Forms ",
|
| 5 |
"keywords": [
|
| 6 |
"wordpress"
|
| 1 |
{
|
| 2 |
"name": "codeinwp/themeisle-content-forms",
|
| 3 |
+
"version": "1.0.7",
|
| 4 |
"description": "ThemeIsle Content Forms ",
|
| 5 |
"keywords": [
|
| 6 |
"wordpress"
|
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 ComposerAutoloaderInit6bef6e80fe72ca94ee4c3d3fe9758798
|
|
| 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 ComposerAutoloaderInit6bef6e80fe72ca94ee4c3d3fe9758798
|
|
| 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 ComposerAutoloaderInitc30b2c987d103cb1588af798f1fc26aa
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
+
spl_autoload_register(array('ComposerAutoloaderInitc30b2c987d103cb1588af798f1fc26aa', 'loadClassLoader'), true, true);
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitc30b2c987d103cb1588af798f1fc26aa', '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 |
+
composerRequirec30b2c987d103cb1588af798f1fc26aa($fileIdentifier, $file);
|
| 46 |
}
|
| 47 |
|
| 48 |
return $loader;
|
| 49 |
}
|
| 50 |
}
|
| 51 |
|
| 52 |
+
function composerRequirec30b2c987d103cb1588af798f1fc26aa($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": "2018-07-11
|
| 54 |
"type": "library",
|
| 55 |
"installation-source": "dist",
|
| 56 |
"autoload": {
|
| 42 |
"source": {
|
| 43 |
"type": "git",
|
| 44 |
"url": "https://github.com/Codeinwp/themeisle-content-forms.git",
|
| 45 |
+
"reference": "71eb0d0c5e71de754508347e29303f959294e3cd"
|
| 46 |
},
|
| 47 |
"dist": {
|
| 48 |
"type": "zip",
|
| 49 |
+
"url": "https://api.github.com/repos/Codeinwp/themeisle-content-forms/zipball/71eb0d0c5e71de754508347e29303f959294e3cd",
|
| 50 |
+
"reference": "71eb0d0c5e71de754508347e29303f959294e3cd",
|
| 51 |
"shasum": ""
|
| 52 |
},
|
| 53 |
+
"time": "2018-07-11 12:47:29",
|
| 54 |
"type": "library",
|
| 55 |
"installation-source": "dist",
|
| 56 |
"autoload": {
|
