Version Description
- 2021-03-18 =
- Fix post block and list pagination
Download this release
Release Info
Developer | jegstudio |
Plugin | Jeg Elementor Kit |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3.0 to 1.3.1
class/elements/views/class-post-block-view.php
CHANGED
@@ -199,6 +199,18 @@ class Post_Block_View extends View_Abstract {
|
|
199 |
*/
|
200 |
public function get_ajax_param() {
|
201 |
return [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
'sg_content_postblock_type',
|
203 |
'sg_content_image_size_imagesize_size',
|
204 |
'sg_content_title_html_tag',
|
199 |
*/
|
200 |
public function get_ajax_param() {
|
201 |
return [
|
202 |
+
'post_type',
|
203 |
+
'number_post',
|
204 |
+
'post_offset',
|
205 |
+
'unique_content',
|
206 |
+
'include_post',
|
207 |
+
'exclude_post',
|
208 |
+
'include_category',
|
209 |
+
'exclude_category',
|
210 |
+
'include_author',
|
211 |
+
'include_tag',
|
212 |
+
'exclude_tag',
|
213 |
+
'sort_by',
|
214 |
'sg_content_postblock_type',
|
215 |
'sg_content_image_size_imagesize_size',
|
216 |
'sg_content_title_html_tag',
|
class/elements/views/class-post-list-view.php
CHANGED
@@ -132,6 +132,18 @@ class Post_List_View extends View_Abstract {
|
|
132 |
*/
|
133 |
public function get_ajax_param() {
|
134 |
return [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
'sg_content_layout',
|
136 |
'sg_content_image_enable',
|
137 |
'sg_content_background_image_enable',
|
132 |
*/
|
133 |
public function get_ajax_param() {
|
134 |
return [
|
135 |
+
'post_type',
|
136 |
+
'number_post',
|
137 |
+
'post_offset',
|
138 |
+
'unique_content',
|
139 |
+
'include_post',
|
140 |
+
'exclude_post',
|
141 |
+
'include_category',
|
142 |
+
'exclude_category',
|
143 |
+
'include_author',
|
144 |
+
'include_tag',
|
145 |
+
'exclude_tag',
|
146 |
+
'sort_by',
|
147 |
'sg_content_layout',
|
148 |
'sg_content_image_enable',
|
149 |
'sg_content_background_image_enable',
|
jeg-elementor-kit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Jeg Elementor Kit
|
4 |
* Plugin URI: http://jegtheme.com/
|
5 |
* Description: JegStudio Elements for Elementor
|
6 |
-
* Version: 1.3.
|
7 |
* Author: JegStudio
|
8 |
* Author URI: http://jegtheme.com
|
9 |
* License: GPLv3
|
@@ -12,7 +12,7 @@
|
|
12 |
|
13 |
defined( 'JEG_ELEMENTOR_KIT' ) || define( 'JEG_ELEMENTOR_KIT', 'jeg-elementor-kit' );
|
14 |
defined( 'JEG_ELEMENTOR_KIT_NAME' ) || define( 'JEG_ELEMENTOR_KIT_NAME', 'Jeg Elementor Kit' );
|
15 |
-
defined( 'JEG_ELEMENTOR_KIT_VERSION' ) || define( 'JEG_ELEMENTOR_KIT_VERSION', '1.3.
|
16 |
defined( 'JEG_ELEMENTOR_KIT_URL' ) || define( 'JEG_ELEMENTOR_KIT_URL', plugins_url( JEG_ELEMENTOR_KIT ) );
|
17 |
defined( 'JEG_ELEMENTOR_KIT_FILE' ) || define( 'JEG_ELEMENTOR_KIT_FILE', __FILE__ );
|
18 |
defined( 'JEG_ELEMENTOR_KIT_DIR' ) || define( 'JEG_ELEMENTOR_KIT_DIR', plugin_dir_path( __FILE__ ) );
|
3 |
* Plugin Name: Jeg Elementor Kit
|
4 |
* Plugin URI: http://jegtheme.com/
|
5 |
* Description: JegStudio Elements for Elementor
|
6 |
+
* Version: 1.3.1
|
7 |
* Author: JegStudio
|
8 |
* Author URI: http://jegtheme.com
|
9 |
* License: GPLv3
|
12 |
|
13 |
defined( 'JEG_ELEMENTOR_KIT' ) || define( 'JEG_ELEMENTOR_KIT', 'jeg-elementor-kit' );
|
14 |
defined( 'JEG_ELEMENTOR_KIT_NAME' ) || define( 'JEG_ELEMENTOR_KIT_NAME', 'Jeg Elementor Kit' );
|
15 |
+
defined( 'JEG_ELEMENTOR_KIT_VERSION' ) || define( 'JEG_ELEMENTOR_KIT_VERSION', '1.3.1' );
|
16 |
defined( 'JEG_ELEMENTOR_KIT_URL' ) || define( 'JEG_ELEMENTOR_KIT_URL', plugins_url( JEG_ELEMENTOR_KIT ) );
|
17 |
defined( 'JEG_ELEMENTOR_KIT_FILE' ) || define( 'JEG_ELEMENTOR_KIT_FILE', __FILE__ );
|
18 |
defined( 'JEG_ELEMENTOR_KIT_DIR' ) || define( 'JEG_ELEMENTOR_KIT_DIR', plugin_dir_path( __FILE__ ) );
|
languages/jeg-elementor-kit.pot
CHANGED
@@ -2943,7 +2943,7 @@ msgstr ""
|
|
2943 |
msgid "Something went wrong: "
|
2944 |
msgstr ""
|
2945 |
|
2946 |
-
#: jeg-elementor-kit/class/elements/views/class-post-block-view.php:
|
2947 |
msgid " - Updated on "
|
2948 |
msgstr ""
|
2949 |
|
2943 |
msgid "Something went wrong: "
|
2944 |
msgstr ""
|
2945 |
|
2946 |
+
#: jeg-elementor-kit/class/elements/views/class-post-block-view.php:332, jeg-elementor-kit/class/elements/views/class-post-list-view.php:119
|
2947 |
msgid " - Updated on "
|
2948 |
msgstr ""
|
2949 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: elementor, element, addon, widget, extension, blog, post, elementor addon,
|
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 7.0
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -38,7 +38,7 @@ We include widgets that you can customize to your as you want.
|
|
38 |
New Widgets
|
39 |
|
40 |
- **Category List**. Select some categories to show it on a list.
|
41 |
-
- **Mailchimp**.
|
42 |
|
43 |
== Frequently Asked Questions ==
|
44 |
|
@@ -56,6 +56,9 @@ Please try to regenerate CSS via Elementor > Tools > Regenerate CSS option on ad
|
|
56 |
|
57 |
== Changelog ==
|
58 |
|
|
|
|
|
|
|
59 |
= 1.3.0 - 2021-03-17 =
|
60 |
* Add new widgets: Category List and Mailchimp
|
61 |
* Improvement: Change button color to gradient background option
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 7.0
|
7 |
+
Stable tag: 1.3.1
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
38 |
New Widgets
|
39 |
|
40 |
- **Category List**. Select some categories to show it on a list.
|
41 |
+
- **Mailchimp**. Provide sign up form to your users. You can manage mailing list, automated mailing, newsletter, and many other options with mailchimp.
|
42 |
|
43 |
== Frequently Asked Questions ==
|
44 |
|
56 |
|
57 |
== Changelog ==
|
58 |
|
59 |
+
= 1.3.1 - 2021-03-18 =
|
60 |
+
* Fix post block and list pagination
|
61 |
+
|
62 |
= 1.3.0 - 2021-03-17 =
|
63 |
* Add new widgets: Category List and Mailchimp
|
64 |
* Improvement: Change button color to gradient background option
|