kk Star Ratings - Version 3.1.1

Version Description

Download this release

Release Info

Developer bhittani
Plugin Icon 128x128 kk Star Ratings
Version 3.1.1
Comparing to
See all releases

Code changes from version 3.1.0 to 3.1.1

index.php CHANGED
@@ -8,7 +8,7 @@
8
  * Author URI: http://bhittani.com
9
  * Text Domain: kk-star-ratings
10
  * Domain Path: /languages
11
- * Version: 3.1.0
12
  * License: GPLv2 or later
13
  *
14
  * @package Bhittani\StarRating
@@ -21,7 +21,7 @@ if (! defined('ABSPATH')) {
21
 
22
  define('KKSR_FILE', __FILE__);
23
  define('KKSR_PLUGIN', plugin_basename(KKSR_FILE));
24
- define('KKSR_VERSION', '3.1.0');
25
  define('KKSR_PREFIX', 'kksr_');
26
  define('KKSR_SLUG', 'kk-star-ratings');
27
  define('KKSR_LABEL', 'kk Star Ratings');
8
  * Author URI: http://bhittani.com
9
  * Text Domain: kk-star-ratings
10
  * Domain Path: /languages
11
+ * Version: 3.1.1
12
  * License: GPLv2 or later
13
  *
14
  * @package Bhittani\StarRating
21
 
22
  define('KKSR_FILE', __FILE__);
23
  define('KKSR_PLUGIN', plugin_basename(KKSR_FILE));
24
+ define('KKSR_VERSION', '3.1.1');
25
  define('KKSR_PREFIX', 'kksr_');
26
  define('KKSR_SLUG', 'kk-star-ratings');
27
  define('KKSR_LABEL', 'kk Star Ratings');
languages/kk-star-ratings.pot CHANGED
@@ -1,10 +1,10 @@
1
- # Copyright (C) 2019
2
- # This file is distributed under the same license as the package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: \n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/kk-star-ratings\n"
7
- "POT-Creation-Date: 2019-07-24 06:02:44+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -268,4 +268,26 @@ msgstr ""
268
 
269
  #: views/metabox/index.php:34
270
  msgid "Disable"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  msgstr ""
1
+ # Copyright (C) 2019 Kamal Khan
2
+ # This file is distributed under the GPLv2 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: kk Star Ratings 3.1.1\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/index\n"
7
+ "POT-Creation-Date: 2019-07-24 06:55:56+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
268
 
269
  #: views/metabox/index.php:34
270
  msgid "Disable"
271
+ msgstr ""
272
+
273
+ #. Plugin Name of the plugin/theme
274
+ msgid "kk Star Ratings"
275
+ msgstr ""
276
+
277
+ #. Plugin URI of the plugin/theme
278
+ msgid "https://github.com/kamalkhan/kk-star-ratings"
279
+ msgstr ""
280
+
281
+ #. Description of the plugin/theme
282
+ msgid ""
283
+ "Allow blog visitors to involve and interact more effectively with your "
284
+ "website by rating posts."
285
+ msgstr ""
286
+
287
+ #. Author of the plugin/theme
288
+ msgid "Kamal Khan"
289
+ msgstr ""
290
+
291
+ #. Author URI of the plugin/theme
292
+ msgid "http://bhittani.com"
293
  msgstr ""
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: star ratings, votings, rate posts, ajax ratings, infinite stars, unlimited
5
  Requires at least: 4.5
6
  Requires PHP: 5.5.9
7
  Tested up to: 5.2.2
8
- Stable tag: 3.1.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
5
  Requires at least: 4.5
6
  Requires PHP: 5.5.9
7
  Tested up to: 5.2.2
8
+ Stable tag: 3.1.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
src/admin/general.php CHANGED
@@ -48,7 +48,7 @@ foreach ($customPostTypes as $postType) {
48
  $postTypes = array_merge([
49
  ['value' => 'post', 'label' => __('Posts', 'kk-star-ratings')],
50
  ['value' => 'page', 'label' => __('Pages', 'kk-star-ratings')],
51
- ], $customPostTypes);
52
 
53
  return [
54
  [
48
  $postTypes = array_merge([
49
  ['value' => 'post', 'label' => __('Posts', 'kk-star-ratings')],
50
  ['value' => 'page', 'label' => __('Pages', 'kk-star-ratings')],
51
+ ], $postTypes);
52
 
53
  return [
54
  [