Post Views Counter - Version 1.0.1

Version Description

  • Fix: Pluggable functions initialized too lately
Download this release

Release Info

Developer dfactory
Plugin Icon 128x128 Post Views Counter
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0.0 to 1.0.1

languages/post-views-counter-pl_PL.mo CHANGED
Binary file
languages/post-views-counter-pl_PL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Post Views Counter\n"
4
- "POT-Creation-Date: 2014-07-03 01:06+0100\n"
5
- "PO-Revision-Date: 2014-07-03 01:07+0100\n"
6
  "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
  "Language-Team: dFactory <info@dfactory.eu>\n"
8
  "Language: pl_PL\n"
@@ -24,6 +24,7 @@ msgstr "Odwiedziny"
24
  #: ../includes/cron.php:40
25
  msgid "Post Views Counter reset daily counts interval"
26
  msgstr ""
 
27
 
28
  #: ../includes/functions.php:114
29
  msgid "No Posts"
@@ -312,12 +313,11 @@ msgstr "Importuj"
312
 
313
  #: ../includes/settings.php:493
314
  msgid "Import post views data from WP-PostViews plugin."
315
- msgstr ""
316
 
317
  #: ../includes/settings.php:494
318
- #, fuzzy
319
  msgid "Override existing Post Views Counter data."
320
- msgstr "Licznik odwiedzin"
321
 
322
  #: ../includes/settings.php:519
323
  msgid "Enable to delete all plugin data on deactivation."
@@ -341,6 +341,8 @@ msgid ""
341
  "Enter the post views icon class. Any of the <a href=\"%s\" target=\"_blank"
342
  "\">Dashicons</a> classes are available."
343
  msgstr ""
 
 
344
 
345
  #: ../includes/settings.php:626
346
  msgid "Use it to hide the post views counter from selected type of visitors."
@@ -350,11 +352,11 @@ msgstr ""
350
 
351
  #: ../includes/settings.php:661
352
  msgid "WP-PostViews data imported succesfully."
353
- msgstr ""
354
 
355
  #: ../includes/settings.php:665
356
  msgid "There was no data to import."
357
- msgstr ""
358
 
359
  #: ../includes/settings.php:827
360
  msgid "General settings restored to defaults."
@@ -424,11 +426,11 @@ msgstr "WYświetlanie miniatury?"
424
  msgid "Thumbnail size"
425
  msgstr "WIelkość miniatury"
426
 
427
- #: ../post-views-counter.php:251
428
  msgid "Are you sure you want to reset these settings to defaults?"
429
  msgstr "Czy jesteś pewny, że chcesz zresetować ustawienia do domyślnych?"
430
 
431
- #: ../post-views-counter.php:285
432
  msgid "Settings"
433
  msgstr "Ustawienia"
434
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Post Views Counter\n"
4
+ "POT-Creation-Date: 2014-07-03 15:24+0100\n"
5
+ "PO-Revision-Date: 2014-07-03 15:27+0100\n"
6
  "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
  "Language-Team: dFactory <info@dfactory.eu>\n"
8
  "Language: pl_PL\n"
24
  #: ../includes/cron.php:40
25
  msgid "Post Views Counter reset daily counts interval"
26
  msgstr ""
27
+ "Odstęp czasu po jakim resetowane będą dzienne dane o liczbie odwiedzin."
28
 
29
  #: ../includes/functions.php:114
30
  msgid "No Posts"
313
 
314
  #: ../includes/settings.php:493
315
  msgid "Import post views data from WP-PostViews plugin."
316
+ msgstr "Importuj dane o liczbie odwiedzin z wtyczki WP-PostViews."
317
 
318
  #: ../includes/settings.php:494
 
319
  msgid "Override existing Post Views Counter data."
320
+ msgstr "Nadpisz istniejące dane Licznika odwiedzin."
321
 
322
  #: ../includes/settings.php:519
323
  msgid "Enable to delete all plugin data on deactivation."
341
  "Enter the post views icon class. Any of the <a href=\"%s\" target=\"_blank"
342
  "\">Dashicons</a> classes are available."
343
  msgstr ""
344
+ "Wpisz klasę CSS ikony. Każda z ikond typu <a href=\"%s\" target=\"_blank"
345
+ "\">Dashicons</a> może być tutaj zastosowana."
346
 
347
  #: ../includes/settings.php:626
348
  msgid "Use it to hide the post views counter from selected type of visitors."
352
 
353
  #: ../includes/settings.php:661
354
  msgid "WP-PostViews data imported succesfully."
355
+ msgstr "Dane z wtyczki WP-PostViews zostały zaimportowane pomyślnie."
356
 
357
  #: ../includes/settings.php:665
358
  msgid "There was no data to import."
359
+ msgstr "Niestety, nie znaleziono danych do zaimportowania."
360
 
361
  #: ../includes/settings.php:827
362
  msgid "General settings restored to defaults."
426
  msgid "Thumbnail size"
427
  msgstr "WIelkość miniatury"
428
 
429
+ #: ../post-views-counter.php:260
430
  msgid "Are you sure you want to reset these settings to defaults?"
431
  msgstr "Czy jesteś pewny, że chcesz zresetować ustawienia do domyślnych?"
432
 
433
+ #: ../post-views-counter.php:294
434
  msgid "Settings"
435
  msgstr "Ustawienia"
436
 
post-views-counter.php CHANGED
@@ -80,7 +80,7 @@ class Post_Views_Counter
80
  'link_to_post' => true,
81
  'icon_class' => 'dashicons-visibility'
82
  ),
83
- 'version' => '1.0.0'
84
  );
85
 
86
 
@@ -111,7 +111,7 @@ class Post_Views_Counter
111
  // actions
112
  add_action('plugins_loaded', array(&$this, 'load_textdomain'));
113
  add_action('admin_enqueue_scripts', array(&$this, 'admin_scripts_styles'));
114
- add_action('wp', array(&$this, 'load_pluggable_functions'), 10);
115
 
116
  // filters
117
  add_filter('plugin_action_links', array(&$this, 'plugin_settings_link'), 10, 2);
80
  'link_to_post' => true,
81
  'icon_class' => 'dashicons-visibility'
82
  ),
83
+ 'version' => '1.0.1'
84
  );
85
 
86
 
111
  // actions
112
  add_action('plugins_loaded', array(&$this, 'load_textdomain'));
113
  add_action('admin_enqueue_scripts', array(&$this, 'admin_scripts_styles'));
114
+ add_action('wp_loaded', array(&$this, 'load_pluggable_functions'), 10);
115
 
116
  // filters
117
  add_filter('plugin_action_links', array(&$this, 'plugin_settings_link'), 10, 2);
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.dfactory.eu/
4
  Tags: counter, hits, postviews, post views, views, count
5
  Requires at least: 3.8.0
6
  Tested up to: 3.9.1
7
- Stable tag: 1.0.0
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -51,11 +51,14 @@ No questions yet.
51
 
52
  == Changelog ==
53
 
 
 
 
54
  = 1.0.0 =
55
  Initial release
56
 
57
  == Upgrade Notice ==
58
 
59
 
60
- = 1.0.0 =
61
- Initial release
4
  Tags: counter, hits, postviews, post views, views, count
5
  Requires at least: 3.8.0
6
  Tested up to: 3.9.1
7
+ Stable tag: 1.0.1
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
51
 
52
  == Changelog ==
53
 
54
+ = 1.0.1 =
55
+ * Fix: Pluggable functions initialized too lately
56
+
57
  = 1.0.0 =
58
  Initial release
59
 
60
  == Upgrade Notice ==
61
 
62
 
63
+ = 1.0.1 =
64
+ * Fix: Pluggable functions initialized too lately