WP ULike - Version 4.2.7

Version Description

  • Fixed: Some type issues.
Download this release

Release Info

Developer alimir
Plugin Icon 128x128 WP ULike
Version 4.2.7
Comparing to
See all releases

Code changes from version 4.2.6 to 4.2.7

admin/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! WP ULike - v4.2.6
2
  * https://wpulike.com
3
  * TechnoWich 2020;
4
  */
1
+ /*! WP ULike - v4.2.7
2
  * https://wpulike.com
3
  * TechnoWich 2020;
4
  */
assets/js/wp-ulike.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! WP ULike - v4.2.6
2
  * https://wpulike.com
3
  * TechnoWich 2020;
4
  */
1
+ /*! WP ULike - v4.2.7
2
  * https://wpulike.com
3
  * TechnoWich 2020;
4
  */
readme.txt CHANGED
@@ -1,12 +1,12 @@
1
- === WP ULike - Most Advanced WordPress Mareking Tool ===
2
  Contributors: alimir
3
  Donate link: https://wpulike.com/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme
4
  Author: Ali Mirzaei
5
- Tags: like, dislike, bookmark, favorite, elementor, multisite, rating, voting, statistics, gamification, feedback, member
6
  Requires PHP: 5.6
7
  Requires at least: 5.0
8
  Tested up to: 5.4.2
9
- Stable tag: 4.2.6
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -41,7 +41,7 @@ Just drag your desired widget and drop it in your Elementor sections, customize
41
  = Boost Your SEO by Using Our Schema Markup Generator [PRO] =
42
  Schema markup is a form of data structure and helps Search Engine to have a better understanding of content. The Process for adding these schemas to your webpage is quite messy and confusing. Because of that, WP ULike Pro adds a Metabox to your posts so you can easily generate your custom rich snippets.
43
 
44
- = Try WP ULike Pro - The Best Mareking Tool For WordPress =
45
  So let's talk [PROfessional](https://wpulike.com/pricing/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme)! WP ULike Pro has support DisLike button alongside Like button, both of them are completely customizable in our redesigned settings menu with tones of features and more beautiful and stylish templates. the PRO version of the plugin is now compatible with Elementor Page builder and you can easily choose from +7 widgets by simply drag and drop them to your content. as you build your page and content with Elementor, you can add and customize Like and Dislike button in every part such as Posts, Comments, activities, etc.
46
 
47
  There are many other [features](https://wpulike.com/blog/wp-ulike-pro-vs-free/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme) to help you build better websites:
@@ -152,6 +152,9 @@ define( 'WP_MEMORY_LIMIT', '256M' );
152
 
153
  == Changelog ==
154
 
 
 
 
155
  = 4.2.6 =
156
  * Added: New file structure for includes path.
157
  * Added: An option to change likers list arrange.
1
+ === WP ULike - Most Advanced WordPress Marketing Toolkit ===
2
  Contributors: alimir
3
  Donate link: https://wpulike.com/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme
4
  Author: Ali Mirzaei
5
+ Tags: like, marketing, elementor, favorite, dislike, multisite, rating, voting, statistics, gamification, bookmark, member
6
  Requires PHP: 5.6
7
  Requires at least: 5.0
8
  Tested up to: 5.4.2
9
+ Stable tag: 4.2.7
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
41
  = Boost Your SEO by Using Our Schema Markup Generator [PRO] =
42
  Schema markup is a form of data structure and helps Search Engine to have a better understanding of content. The Process for adding these schemas to your webpage is quite messy and confusing. Because of that, WP ULike Pro adds a Metabox to your posts so you can easily generate your custom rich snippets.
43
 
44
+ = Try WP ULike Pro - The Best Marketing Tool For WordPress =
45
  So let's talk [PROfessional](https://wpulike.com/pricing/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme)! WP ULike Pro has support DisLike button alongside Like button, both of them are completely customizable in our redesigned settings menu with tones of features and more beautiful and stylish templates. the PRO version of the plugin is now compatible with Elementor Page builder and you can easily choose from +7 widgets by simply drag and drop them to your content. as you build your page and content with Elementor, you can add and customize Like and Dislike button in every part such as Posts, Comments, activities, etc.
46
 
47
  There are many other [features](https://wpulike.com/blog/wp-ulike-pro-vs-free/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme) to help you build better websites:
152
 
153
  == Changelog ==
154
 
155
+ = 4.2.7 =
156
+ * Fixed: Some type issues.
157
+
158
  = 4.2.6 =
159
  * Added: New file structure for includes path.
160
  * Added: An option to change likers list arrange.
wp-ulike.php CHANGED
@@ -10,7 +10,7 @@
10
  * Plugin Name: WP ULike
11
  * Plugin URI: https://wpulike.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
12
  * Description: WP ULike plugin allows to integrate a beautiful Ajax Like Button into your wordPress website to allow your visitors to like and unlike pages, posts, comments AND buddypress activities. Its very simple to use and supports many options.
13
- * Version: 4.2.6
14
  * Author: Ali Mirzaei
15
  * Author URI: https://wpulike.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
16
  * Text Domain: wp-ulike
@@ -46,7 +46,7 @@ if ( defined( 'WP_INSTALLING' ) && WP_INSTALLING ) {
46
 
47
  // Do not change these values
48
  define( 'WP_ULIKE_PLUGIN_URI' , 'https://wpulike.com/' );
49
- define( 'WP_ULIKE_VERSION' , '4.2.6' );
50
  define( 'WP_ULIKE_DB_VERSION' , '2.1' );
51
  define( 'WP_ULIKE_SLUG' , 'wp-ulike' );
52
  define( 'WP_ULIKE_NAME' , __( 'WP ULike', WP_ULIKE_SLUG ));
10
  * Plugin Name: WP ULike
11
  * Plugin URI: https://wpulike.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
12
  * Description: WP ULike plugin allows to integrate a beautiful Ajax Like Button into your wordPress website to allow your visitors to like and unlike pages, posts, comments AND buddypress activities. Its very simple to use and supports many options.
13
+ * Version: 4.2.7
14
  * Author: Ali Mirzaei
15
  * Author URI: https://wpulike.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
16
  * Text Domain: wp-ulike
46
 
47
  // Do not change these values
48
  define( 'WP_ULIKE_PLUGIN_URI' , 'https://wpulike.com/' );
49
+ define( 'WP_ULIKE_VERSION' , '4.2.7' );
50
  define( 'WP_ULIKE_DB_VERSION' , '2.1' );
51
  define( 'WP_ULIKE_SLUG' , 'wp-ulike' );
52
  define( 'WP_ULIKE_NAME' , __( 'WP ULike', WP_ULIKE_SLUG ));