WP Statistics - Version 9.1.1

Version Description

*Fixed: Verify the $display settings return an array before using it as an array to avoid warning on overview page.

Download this release

Release Info

Developer GregRoss
Plugin Icon 128x128 WP Statistics
Version 9.1.1
Comparing to
See all releases

Code changes from version 9.1 to 9.1.1

includes/log/log.php CHANGED
@@ -90,6 +90,7 @@
90
 
91
  $display = $WP_Statistics->get_user_option('overview_display');
92
 
 
93
  if( !array_key_exists( $slot, $display['A'] ) ) { $display['A'][$slot] = $slot; }
94
  if( $display['A'][$slot] == '' ) { $display['A'][$slot] = $slot; }
95
 
@@ -133,7 +134,8 @@
133
  GLOBAL $WP_Statistics;
134
 
135
  $display = $WP_Statistics->get_user_option('overview_display');
136
-
 
137
  if( !array_key_exists( $slot, $display['B'] ) ) { $display['B'][$slot] = $slot; }
138
  if( $display['B'][$slot] == '' ) { $display['B'][$slot] = $slot; }
139
 
90
 
91
  $display = $WP_Statistics->get_user_option('overview_display');
92
 
93
+ if( !is_array( $display['A'] ) ) { $display['A'][$slot] = $slot; }
94
  if( !array_key_exists( $slot, $display['A'] ) ) { $display['A'][$slot] = $slot; }
95
  if( $display['A'][$slot] == '' ) { $display['A'][$slot] = $slot; }
96
 
134
  GLOBAL $WP_Statistics;
135
 
136
  $display = $WP_Statistics->get_user_option('overview_display');
137
+
138
+ if( !is_array( $display['B'] ) ) { $display['B'][$slot] = $slot; }
139
  if( !array_key_exists( $slot, $display['B'] ) ) { $display['B'][$slot] = $slot; }
140
  if( $display['B'][$slot] == '' ) { $display['B'][$slot] = $slot; }
141
 
languages/wp_statistics-sv_SE.mo CHANGED
Binary file
languages/wp_statistics-sv_SE.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-03-12 18:11:20+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -189,7 +189,7 @@ msgstr ""
189
 
190
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:215
191
  msgid "This will remove anything after the ? in a URL."
192
- msgstr ""
193
 
194
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:223
195
  msgid "Disable hits column in post/pages list"
@@ -201,23 +201,23 @@ msgstr "Diverse"
201
 
202
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:239
203
  msgid "Show stats in menu bar"
204
- msgstr ""
205
 
206
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:244
207
  msgid "No"
208
- msgstr ""
209
 
210
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:245
211
  msgid "Yes"
212
- msgstr ""
213
 
214
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:247
215
  msgid "Show stats in admin menu bar"
216
- msgstr ""
217
 
218
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:253
219
  msgid "Hide admin notices about non active features"
220
- msgstr ""
221
 
222
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:259
223
  msgid "By default WP Statistics displays an alert if any of the core features are disabled on every admin page, this option will disable these notices."
@@ -225,7 +225,7 @@ msgstr ""
225
 
226
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:265
227
  msgid "Delete the manual"
228
- msgstr ""
229
 
230
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:271
231
  msgid "By default WP Statistics stores the admin manual in the plugin directory (~5 meg), if this option is enabled it will be deleted now and during upgrades in the future."
@@ -233,7 +233,7 @@ msgstr ""
233
 
234
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:276
235
  msgid "Search Engines"
236
- msgstr ""
237
 
238
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:281
239
  msgid "Disabling all search engines is not allowed, doing so will result in all search engines being active."
@@ -241,7 +241,7 @@ msgstr ""
241
 
242
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:296
243
  msgid "disable"
244
- msgstr ""
245
 
246
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:297
247
  msgid "Disable %s from data collection and reporting."
@@ -249,7 +249,7 @@ msgstr ""
249
 
250
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:303
251
  msgid "Charts"
252
- msgstr ""
253
 
254
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:308
255
  msgid "Include totals"
@@ -261,7 +261,7 @@ msgstr ""
261
 
262
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:27
263
  msgid "GeoIP settings"
264
- msgstr ""
265
 
266
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:32
267
  msgid "IP location services provided by GeoLite2 data created by MaxMind, available from %s."
@@ -273,23 +273,23 @@ msgstr ""
273
 
274
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:48
275
  msgid "For get more information and location (country) from visitor, enable this feature."
276
- msgstr ""
277
 
278
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:54
279
  msgid "Update GeoIP Info"
280
- msgstr ""
281
 
282
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:59
283
  msgid "Download GeoIP Database"
284
- msgstr ""
285
 
286
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:66
287
  msgid "Schedule monthly update of GeoIP DB"
288
- msgstr ""
289
 
290
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:92
291
  msgid "Download of the GeoIP database will be scheduled for 2 days after the first Tuesday of the month."
292
- msgstr ""
293
 
294
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:93
295
  msgid "This option will also download the database if the local filesize is less than 1k (which usually means the stub that comes with the plugin is still in place)."
@@ -297,15 +297,15 @@ msgstr ""
297
 
298
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:99
299
  msgid "Populate missing GeoIP after update of GeoIP DB"
300
- msgstr ""
301
 
302
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:105
303
  msgid "Update any missing GeoIP data after downloading a new database."
304
- msgstr ""
305
 
306
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:111
307
  msgid "Country code for private IP addresses"
308
- msgstr ""
309
 
310
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:116
311
  msgid "The international standard two letter country code (ie. US = United States, CA = Canada, etc.) for private (non-routable) IP addresses (ie. 10.0.0.1, 192.158.1.1, 127.0.0.1, etc.). Use \"000\" (three zeros) to use \"Unknown\" as the country code."
@@ -337,7 +337,7 @@ msgstr ""
337
 
338
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:30
339
  msgid "Database Maintenance"
340
- msgstr ""
341
 
342
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:35
343
  msgid "Run a daily WP Cron job to prune the databases"
@@ -369,34 +369,34 @@ msgstr ""
369
 
370
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:54
371
  msgid "A comma separated list of e-mail addresses to send reports to."
372
- msgstr ""
373
 
374
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:59
375
  msgid "Update Reports"
376
- msgstr ""
377
 
378
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:18
379
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:64
380
  msgid "Browscap"
381
- msgstr ""
382
 
383
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:70
384
  msgid "Send a report whenever the browscap.ini is updated."
385
- msgstr ""
386
 
387
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:18
388
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:76
389
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:104
390
  msgid "GeoIP"
391
- msgstr ""
392
 
393
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:82
394
  msgid "Send a report whenever the GeoIP database is updated."
395
- msgstr ""
396
 
397
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:88
398
  msgid "Pruning"
399
- msgstr ""
400
 
401
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:94
402
  msgid "Send a report whenever the pruning of database is run."
@@ -404,33 +404,33 @@ msgstr ""
404
 
405
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:100
406
  msgid "Upgrade"
407
- msgstr ""
408
 
409
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:106
410
  msgid "Send a report whenever the plugin is upgraded."
411
- msgstr ""
412
 
413
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:111
414
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:116
415
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:174
416
  msgid "Statistical reporting"
417
- msgstr ""
418
 
419
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:129
420
  msgid "Schedule"
421
- msgstr ""
422
 
423
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:153
424
  msgid "Select how often to receive statistical report."
425
- msgstr ""
426
 
427
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:159
428
  msgid "Send reports via"
429
- msgstr ""
430
 
431
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:165
432
  msgid "Email"
433
- msgstr ""
434
 
435
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:167
436
  msgid "SMS"
@@ -505,16 +505,16 @@ msgstr ""
505
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:23
506
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:32
507
  msgid "None"
508
- msgstr ""
509
 
510
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:24
511
  msgid "Summary Statistics"
512
- msgstr ""
513
 
514
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:28
515
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:108
516
  msgid "About"
517
- msgstr ""
518
 
519
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:34
520
  msgid "Hits Statistical Chart"
@@ -560,12 +560,12 @@ msgstr ""
560
 
561
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:122
562
  msgid "Map type"
563
- msgstr ""
564
 
565
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/functions.php:397
566
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:128
567
  msgid "Google"
568
- msgstr ""
569
 
570
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:128
571
  msgid "JQVMap"
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-03-19 15:48:12+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
189
 
190
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:215
191
  msgid "This will remove anything after the ? in a URL."
192
+ msgstr "Detta kommer att ta bort allt efter? i en URL."
193
 
194
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:223
195
  msgid "Disable hits column in post/pages list"
201
 
202
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:239
203
  msgid "Show stats in menu bar"
204
+ msgstr "Visa statistik i menyraden"
205
 
206
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:244
207
  msgid "No"
208
+ msgstr "Ingen"
209
 
210
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:245
211
  msgid "Yes"
212
+ msgstr "Ja"
213
 
214
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:247
215
  msgid "Show stats in admin menu bar"
216
+ msgstr "Visa statistik i admin menyraden"
217
 
218
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:253
219
  msgid "Hide admin notices about non active features"
220
+ msgstr "Göm admin meddelanden om icke aktiva funktioner"
221
 
222
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:259
223
  msgid "By default WP Statistics displays an alert if any of the core features are disabled on every admin page, this option will disable these notices."
225
 
226
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:265
227
  msgid "Delete the manual"
228
+ msgstr "Radera manualen"
229
 
230
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:271
231
  msgid "By default WP Statistics stores the admin manual in the plugin directory (~5 meg), if this option is enabled it will be deleted now and during upgrades in the future."
233
 
234
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:276
235
  msgid "Search Engines"
236
+ msgstr "Sökmotorer"
237
 
238
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:281
239
  msgid "Disabling all search engines is not allowed, doing so will result in all search engines being active."
241
 
242
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:296
243
  msgid "disable"
244
+ msgstr "inaktivera"
245
 
246
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:297
247
  msgid "Disable %s from data collection and reporting."
249
 
250
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:303
251
  msgid "Charts"
252
+ msgstr "Topplista"
253
 
254
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:308
255
  msgid "Include totals"
261
 
262
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:27
263
  msgid "GeoIP settings"
264
+ msgstr "GeoIP inställningar"
265
 
266
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:32
267
  msgid "IP location services provided by GeoLite2 data created by MaxMind, available from %s."
273
 
274
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:48
275
  msgid "For get more information and location (country) from visitor, enable this feature."
276
+ msgstr "För att få mer information och plats (land) från besökare, aktivera den här funktionen."
277
 
278
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:54
279
  msgid "Update GeoIP Info"
280
+ msgstr "Uppdatera GeoIP info"
281
 
282
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:59
283
  msgid "Download GeoIP Database"
284
+ msgstr "Ladda GeoIP Databas"
285
 
286
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:66
287
  msgid "Schedule monthly update of GeoIP DB"
288
+ msgstr "Schemalägg månatliga uppdatering av GeoIP DB"
289
 
290
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:92
291
  msgid "Download of the GeoIP database will be scheduled for 2 days after the first Tuesday of the month."
292
+ msgstr "Nedladdningen av GeoIP databas kommer att planeras till 2 dagar efter den första tisdagen i månaden."
293
 
294
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:93
295
  msgid "This option will also download the database if the local filesize is less than 1k (which usually means the stub that comes with the plugin is still in place)."
297
 
298
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:99
299
  msgid "Populate missing GeoIP after update of GeoIP DB"
300
+ msgstr "Fyll i saknad GeoIP efter uppdatering av GeoIP DB"
301
 
302
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:105
303
  msgid "Update any missing GeoIP data after downloading a new database."
304
+ msgstr "Uppdatera saknade GeoIP data efter att laddat ner en ny databas."
305
 
306
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:111
307
  msgid "Country code for private IP addresses"
308
+ msgstr "Landskod för privata IP-adresser"
309
 
310
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:116
311
  msgid "The international standard two letter country code (ie. US = United States, CA = Canada, etc.) for private (non-routable) IP addresses (ie. 10.0.0.1, 192.158.1.1, 127.0.0.1, etc.). Use \"000\" (three zeros) to use \"Unknown\" as the country code."
337
 
338
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:30
339
  msgid "Database Maintenance"
340
+ msgstr "Databas Underhåll"
341
 
342
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:35
343
  msgid "Run a daily WP Cron job to prune the databases"
369
 
370
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:54
371
  msgid "A comma separated list of e-mail addresses to send reports to."
372
+ msgstr "En kommaseparerad lista med e-postadresser för att skicka rapporter till."
373
 
374
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:59
375
  msgid "Update Reports"
376
+ msgstr "Uppdatera Rapporter"
377
 
378
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:18
379
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:64
380
  msgid "Browscap"
381
+ msgstr "Browscap"
382
 
383
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:70
384
  msgid "Send a report whenever the browscap.ini is updated."
385
+ msgstr "Skicka en rapport när Browscap.ini uppdateras."
386
 
387
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:18
388
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:76
389
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:104
390
  msgid "GeoIP"
391
+ msgstr "GeoIP"
392
 
393
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:82
394
  msgid "Send a report whenever the GeoIP database is updated."
395
+ msgstr "Skicka en rapport när GeoIP databasen uppdateras."
396
 
397
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:88
398
  msgid "Pruning"
399
+ msgstr "Beskärning"
400
 
401
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:94
402
  msgid "Send a report whenever the pruning of database is run."
404
 
405
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:100
406
  msgid "Upgrade"
407
+ msgstr "Uppgradering"
408
 
409
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:106
410
  msgid "Send a report whenever the plugin is upgraded."
411
+ msgstr "Skicka en rapport när plugin uppgraderas."
412
 
413
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:111
414
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:116
415
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:174
416
  msgid "Statistical reporting"
417
+ msgstr "Statistisk rapportering"
418
 
419
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:129
420
  msgid "Schedule"
421
+ msgstr "Schema"
422
 
423
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:153
424
  msgid "Select how often to receive statistical report."
425
+ msgstr "Välj hur ofta du vill ta emot statistisk rapport."
426
 
427
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:159
428
  msgid "Send reports via"
429
+ msgstr "Skicka rapporter via"
430
 
431
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:165
432
  msgid "Email"
433
+ msgstr "E-post"
434
 
435
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-notifications.php:167
436
  msgid "SMS"
505
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:23
506
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:32
507
  msgid "None"
508
+ msgstr "Inget"
509
 
510
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:24
511
  msgid "Summary Statistics"
512
+ msgstr "Sammanfattande statistik"
513
 
514
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:28
515
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:108
516
  msgid "About"
517
+ msgstr "Om"
518
 
519
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:34
520
  msgid "Hits Statistical Chart"
560
 
561
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:122
562
  msgid "Map type"
563
+ msgstr "Kart typ"
564
 
565
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/functions.php:397
566
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:128
567
  msgid "Google"
568
+ msgstr "Google"
569
 
570
  #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:128
571
  msgid "JQVMap"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://mostafa-soufi.ir/donate/
4
  Tags: statistics, stats, visit, visitors, chart, browser, blog, today, yesterday, week, month, year, total, post, page, sidebar, summary, feedburner, hits, pagerank, google, alexa, live visit
5
  Requires at least: 3.0
6
  Tested up to: 4.1.1
7
- Stable tag: 9.1
8
  License: GPL3
9
 
10
  Complete statistics for your WordPress site.
@@ -221,6 +221,9 @@ BACKUP YOUR DATABASE BEFORE INSTALLING! This release alters the table structure
221
  This release updates some core code to do with timezones, hence the change to version 9.0, if you see any issues with timezones, please let us know. In addition, you may see an increase in your visits count as a race condition that dropped some visits has been resolved.
222
 
223
  == Changelog ==
 
 
 
224
  = 9.1 =
225
  * Added: Unique index requirement on visits table to avoid race condition creating duplicate entires.
226
  * Added: Option to the optimization page to remove duplicates and add new unique index to visits table on existing installs.
4
  Tags: statistics, stats, visit, visitors, chart, browser, blog, today, yesterday, week, month, year, total, post, page, sidebar, summary, feedburner, hits, pagerank, google, alexa, live visit
5
  Requires at least: 3.0
6
  Tested up to: 4.1.1
7
+ Stable tag: 9.1.1
8
  License: GPL3
9
 
10
  Complete statistics for your WordPress site.
221
  This release updates some core code to do with timezones, hence the change to version 9.0, if you see any issues with timezones, please let us know. In addition, you may see an increase in your visits count as a race condition that dropped some visits has been resolved.
222
 
223
  == Changelog ==
224
+ = 9.1.1 =
225
+ *Fixed: Verify the $display settings return an array before using it as an array to avoid warning on overview page.
226
+
227
  = 9.1 =
228
  * Added: Unique index requirement on visits table to avoid race condition creating duplicate entires.
229
  * Added: Option to the optimization page to remove duplicates and add new unique index to visits table on existing installs.
wp-statistics.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Statistics
4
  Plugin URI: http://wp-statistics.com/
5
  Description: Complete statistics for your WordPress site.
6
- Version: 9.1
7
  Author: Mostafa Soufi & Greg Ross
8
  Author URI: http://wp-statistics.com/
9
  Text Domain: wp_statistics
@@ -12,7 +12,7 @@ License: GPL2
12
  */
13
 
14
  // These defines are used later for various reasons.
15
- define('WP_STATISTICS_VERSION', '9.1');
16
  define('WP_STATISTICS_MANUAL', 'manual/WP Statistics Admin Manual.');
17
  define('WP_STATISTICS_REQUIRED_PHP_VERSION', '5.3.0');
18
  define('WP_STATISTICS_REQUIRED_GEOIP_PHP_VERSION', WP_STATISTICS_REQUIRED_PHP_VERSION);
3
  Plugin Name: WP Statistics
4
  Plugin URI: http://wp-statistics.com/
5
  Description: Complete statistics for your WordPress site.
6
+ Version: 9.1.1
7
  Author: Mostafa Soufi & Greg Ross
8
  Author URI: http://wp-statistics.com/
9
  Text Domain: wp_statistics
12
  */
13
 
14
  // These defines are used later for various reasons.
15
+ define('WP_STATISTICS_VERSION', '9.1.1');
16
  define('WP_STATISTICS_MANUAL', 'manual/WP Statistics Admin Manual.');
17
  define('WP_STATISTICS_REQUIRED_PHP_VERSION', '5.3.0');
18
  define('WP_STATISTICS_REQUIRED_GEOIP_PHP_VERSION', WP_STATISTICS_REQUIRED_PHP_VERSION);