Activity Log - Version 2.0.4

Version Description

  • Tweak! don't allowed to access in direct files.
  • New! Added translate: Danish (da_DK) - Thanks to Morten Dalgaard Johansen
Download this release

Release Info

Developer KingYes
Plugin Icon 128x128 Activity Log
Version 2.0.4
Comparing to
See all releases

Code changes from version 2.0.3 to 2.0.4

aryo-activity-log.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://wordpress.org/plugins/aryo-activity-log/
5
  Description: Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site. e.g. post was deleted, plugin was activated, user logged in or logged out - it’s all these for you to see.
6
  Author: Yakir Sitbon, Maor Chasen, Ariel Klikstein
7
  Author URI: http://www.aryodigital.com
8
- Version: 2.0.3
9
  Text Domain: aryo-aal
10
  Domain Path: /languages/
11
  License: GPLv2 or later
5
  Description: Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site. e.g. post was deleted, plugin was activated, user logged in or logged out - it’s all these for you to see.
6
  Author: Yakir Sitbon, Maor Chasen, Ariel Klikstein
7
  Author URI: http://www.aryodigital.com
8
+ Version: 2.0.4
9
  Text Domain: aryo-aal
10
  Domain Path: /languages/
11
  License: GPLv2 or later
classes/class-aal-integration-woocommerce.php CHANGED
@@ -1,35 +1,37 @@
1
- <?php
2
-
3
- class AAL_Integration_WooCommerce {
4
-
5
- public function init() {
6
- if ( ! class_exists( 'Woocommerce' ) )
7
- return;
8
-
9
- add_filter( 'aal_whitelist_options', array( &$this, 'wc_aal_whitelist_options' ) );
10
- }
11
-
12
- public function wc_aal_whitelist_options( $whitelist_options ) {
13
- // I just add few options for base code, later I'll add more.
14
- // TODO: Use with any filter from WC for auto make this array.
15
- $wc_options = array(
16
- 'woocommerce_currency',
17
- 'woocommerce_enable_coupons',
18
- 'woocommerce_weight_unit',
19
- 'woocommerce_dimension_unit',
20
- 'woocommerce_enable_sku',
21
- 'woocommerce_default_gateway',
22
- 'woocommerce_gateway_order',
23
- 'woocommerce_calc_shipping',
24
- 'woocommerce_default_shipping_method',
25
- );
26
-
27
- return array_unique( array_merge( $whitelist_options, $wc_options ) );
28
- }
29
-
30
- public function __construct() {
31
- add_action( 'init', array( &$this, 'init' ) );
32
- }
33
-
34
- }
35
- new AAL_Integration_WooCommerce();
 
 
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
4
+
5
+ class AAL_Integration_WooCommerce {
6
+
7
+ public function init() {
8
+ if ( ! class_exists( 'Woocommerce' ) )
9
+ return;
10
+
11
+ add_filter( 'aal_whitelist_options', array( &$this, 'wc_aal_whitelist_options' ) );
12
+ }
13
+
14
+ public function wc_aal_whitelist_options( $whitelist_options ) {
15
+ // I just add few options for base code, later I'll add more.
16
+ // TODO: Use with any filter from WC for auto make this array.
17
+ $wc_options = array(
18
+ 'woocommerce_currency',
19
+ 'woocommerce_enable_coupons',
20
+ 'woocommerce_weight_unit',
21
+ 'woocommerce_dimension_unit',
22
+ 'woocommerce_enable_sku',
23
+ 'woocommerce_default_gateway',
24
+ 'woocommerce_gateway_order',
25
+ 'woocommerce_calc_shipping',
26
+ 'woocommerce_default_shipping_method',
27
+ );
28
+
29
+ return array_unique( array_merge( $whitelist_options, $wc_options ) );
30
+ }
31
+
32
+ public function __construct() {
33
+ add_action( 'init', array( &$this, 'init' ) );
34
+ }
35
+
36
+ }
37
+ new AAL_Integration_WooCommerce();
language/aryo-aal-da_DK.mo ADDED
Binary file
language/aryo-aal-da_DK.po ADDED
@@ -0,0 +1,496 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013
2
+ # This file is distributed under the same license as the package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: ARYO Activity Log\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/activity-log\n"
7
+ "POT-Creation-Date: 2014-02-17 19:21-0000\n"
8
+ "PO-Revision-Date: 2014-02-25 22:56-0000\n"
9
+ "Last-Translator: Morten Dalgaard Johansen <support@iosoftgame.com>\n"
10
+ "Language-Team: Morten Dalgaard Johansen <support@iosoftgame.com>\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_x;_n:1,2;_c,_nc:4c,1,2\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "Language: da_DK\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../classes/class-aal-activity-log-list-table.php:82
23
+ msgid "Activities"
24
+ msgstr "Aktiviteter"
25
+
26
+ #: ../classes/class-aal-activity-log-list-table.php:92
27
+ msgid "Date"
28
+ msgstr "Dato"
29
+
30
+ #: ../classes/class-aal-activity-log-list-table.php:93
31
+ msgid "Author"
32
+ msgstr "Forfatter"
33
+
34
+ #: ../classes/class-aal-activity-log-list-table.php:94
35
+ msgid "IP"
36
+ msgstr "IP"
37
+
38
+ #: ../classes/class-aal-activity-log-list-table.php:95
39
+ msgid "Type"
40
+ msgstr "Type"
41
+
42
+ #: ../classes/class-aal-activity-log-list-table.php:96
43
+ msgid "Label"
44
+ msgstr "Etikette"
45
+
46
+ #: ../classes/class-aal-activity-log-list-table.php:97
47
+ msgid "Action"
48
+ msgstr "Handling"
49
+
50
+ #: ../classes/class-aal-activity-log-list-table.php:98
51
+ msgid "Description"
52
+ msgstr "Beskrivelse"
53
+
54
+ #: ../classes/class-aal-activity-log-list-table.php:118
55
+ #, php-format
56
+ msgid "%s ago"
57
+ msgstr "%s siden"
58
+
59
+ #: ../classes/class-aal-activity-log-list-table.php:145
60
+ msgid "Unknown"
61
+ msgstr "Ukendt"
62
+
63
+ #: ../classes/class-aal-activity-log-list-table.php:151
64
+ #: ../classes/class-aal-activity-log-list-table.php:229
65
+ msgid "Guest"
66
+ msgstr "Gæst"
67
+
68
+ #: ../classes/class-aal-activity-log-list-table.php:240
69
+ msgid "All Users"
70
+ msgstr "Alle brugere"
71
+
72
+ #: ../classes/class-aal-activity-log-list-table.php:267
73
+ msgid "All Types"
74
+ msgstr "Alle typer"
75
+
76
+ #: ../classes/class-aal-activity-log-list-table.php:278
77
+ msgid "All Time"
78
+ msgstr "Alle tider"
79
+
80
+ #: ../classes/class-aal-activity-log-list-table.php:279
81
+ msgid "Today"
82
+ msgstr "I dag"
83
+
84
+ #: ../classes/class-aal-activity-log-list-table.php:280
85
+ msgid "Yesterday"
86
+ msgstr "I går"
87
+
88
+ #: ../classes/class-aal-activity-log-list-table.php:281
89
+ msgid "Week"
90
+ msgstr "Uge"
91
+
92
+ #: ../classes/class-aal-activity-log-list-table.php:282
93
+ msgid "Month"
94
+ msgstr "Måned"
95
+
96
+ #: ../classes/class-aal-activity-log-list-table.php:289
97
+ msgid "Filter"
98
+ msgstr "Filtre"
99
+
100
+ #: ../classes/class-aal-admin-ui.php:17 ../classes/class-aal-admin-ui.php:27
101
+ msgid "Activity Log"
102
+ msgstr "Aktivitetslog"
103
+
104
+ #: ../classes/class-aal-settings.php:21
105
+ msgid "GitHub"
106
+ msgstr "GitHub"
107
+
108
+ #: ../classes/class-aal-settings.php:24 ../classes/class-aal-settings.php:39
109
+ msgid "Settings"
110
+ msgstr "Indstillinger"
111
+
112
+ #: ../classes/class-aal-settings.php:38 ../classes/class-aal-settings.php:106
113
+ msgid "Activity Log Settings"
114
+ msgstr "Aktivitetslog indstillinger"
115
+
116
+ #: ../classes/class-aal-settings.php:59
117
+ msgid "Display Options"
118
+ msgstr "Visningsindstillinger"
119
+
120
+ #: ../classes/class-aal-settings.php:66
121
+ msgid "Keep logs for"
122
+ msgstr "Før log for"
123
+
124
+ #: ../classes/class-aal-settings.php:75
125
+ msgid "days."
126
+ msgstr "dage."
127
+
128
+ #: ../classes/class-aal-settings.php:76
129
+ msgid ""
130
+ "Maximum number of days to keep activity log. Leave blank to keep activity "
131
+ "log forever (not recommended)."
132
+ msgstr ""
133
+ "Maksimalt antal dage at huske aktivitetsloggen . Lad felet stå tomt for at "
134
+ "holde aktiviteten log evigt (anbefales ikke)."
135
+
136
+ #: ../classes/class-aal-settings.php:83
137
+ msgid "Delete Log Activities"
138
+ msgstr "Slet logaktiviteter"
139
+
140
+ #: ../classes/class-aal-settings.php:88
141
+ #, php-format
142
+ msgid "<a href=\"%s\" id=\"%s\">Reset Database</a>"
143
+ msgstr "<a href=\"%s\" id=\"%s\">Nulstil database</a>"
144
+
145
+ #: ../classes/class-aal-settings.php:92
146
+ msgid "Warning: Clicking this will delete all activities from the database."
147
+ msgstr ""
148
+ "Advarsel: Hvis du klikker dette vil det slette alle aktiviteter fra "
149
+ "databasen."
150
+
151
+ #: ../classes/class-aal-settings.php:124
152
+ msgid "All activities have been successfully deleted."
153
+ msgstr "Alle aktiviteter er blevet slettet."
154
+
155
+ #: ../classes/class-aal-settings.php:135
156
+ msgid "Are you sure you want to do this action?"
157
+ msgstr "Er du sikker på at du ønsker at foretage denne handling?"
158
+
159
+ #: ../classes/class-aal-settings.php:169
160
+ msgid "These are some basic settings for Activity Log."
161
+ msgstr "Disse er nogle grundlæggende indstillinger for Activity Log."
162
+
163
+ #: ../language/strings.php:2
164
+ msgid "ARYO Activity Log"
165
+ msgstr "ARYO Activity Log"
166
+
167
+ #: ../language/strings.php:3
168
+ msgid ""
169
+ "Get aware of any activities that are taking place on your dashboard! Imagine "
170
+ "it like a black-box for your WordPress site. e.g. post was deleted, plugin "
171
+ "was activated, user logged in or logged out - it’s all these for you to see."
172
+ msgstr ""
173
+ "Bliv opmærksom på aktiviteter, der finder sted i kontrolpanelet! Forestil "
174
+ "dig det som en sort boks til dit WordPress site f.eks indlæg blev slettet, "
175
+ "plugin blev aktiveret, bruger logget ind eller logget ud - det er alt dette "
176
+ "som du kan se ."
177
+
178
+ #: ../language/strings.php:6
179
+ msgid "Post"
180
+ msgstr "Indlæg"
181
+
182
+ #: ../language/strings.php:7
183
+ msgid "created"
184
+ msgstr "oprettet"
185
+
186
+ #: ../language/strings.php:8
187
+ msgid "updated"
188
+ msgstr "opdateret"
189
+
190
+ #: ../language/strings.php:9
191
+ msgid "deleted"
192
+ msgstr "slettet"
193
+
194
+ #: ../language/strings.php:12
195
+ msgid "Attachment"
196
+ msgstr "Vedhæftning"
197
+
198
+ #: ../language/strings.php:13
199
+ msgid "added"
200
+ msgstr "tilføjet"
201
+
202
+ #: ../language/strings.php:16
203
+ msgid "User"
204
+ msgstr "Bruger"
205
+
206
+ #: ../language/strings.php:17
207
+ msgid "logged_out"
208
+ msgstr "logget_ud"
209
+
210
+ #: ../language/strings.php:18
211
+ msgid "logged_in"
212
+ msgstr "logget_ind"
213
+
214
+ #: ../language/strings.php:19
215
+ msgid "wrong_password"
216
+ msgstr "forkert_adgangskode"
217
+
218
+ #: ../language/strings.php:22
219
+ msgid "Plugin"
220
+ msgstr "Plugin"
221
+
222
+ #: ../language/strings.php:23
223
+ msgid "activated"
224
+ msgstr "aktiveret"
225
+
226
+ #: ../language/strings.php:24
227
+ msgid "deactivated"
228
+ msgstr "deaktiveret"
229
+
230
+ #: ../language/strings.php:27
231
+ msgid "Theme"
232
+ msgstr "Tema"
233
+
234
+ #: ../language/strings.php:28
235
+ msgid "Theme Customizer"
236
+ msgstr "Tematilpasning"
237
+
238
+ #: ../language/strings.php:31
239
+ msgid "Widget"
240
+ msgstr "Widget"
241
+
242
+ #: ../language/strings.php:34
243
+ msgid "Options"
244
+ msgstr "Indstillinger"
245
+
246
+ #: ../language/strings.php:37
247
+ msgid "Menu"
248
+ msgstr "Menu"
249
+
250
+ #: ../language/strings.php:40
251
+ msgid "Taxonomy"
252
+ msgstr "Taksonomi"
253
+
254
+ #: ../language/strings.php:45
255
+ msgid "blogname"
256
+ msgstr "blognavn"
257
+
258
+ #: ../language/strings.php:46
259
+ msgid "blogdescription"
260
+ msgstr "blogbeskrivelse"
261
+
262
+ #: ../language/strings.php:47
263
+ msgid "siteurl"
264
+ msgstr ""
265
+
266
+ #: ../language/strings.php:48
267
+ msgid "home"
268
+ msgstr ""
269
+
270
+ #: ../language/strings.php:49
271
+ msgid "admin_email"
272
+ msgstr ""
273
+
274
+ #: ../language/strings.php:50
275
+ msgid "users_can_register"
276
+ msgstr ""
277
+
278
+ #: ../language/strings.php:51
279
+ msgid "default_role"
280
+ msgstr ""
281
+
282
+ #: ../language/strings.php:52
283
+ msgid "timezone_string"
284
+ msgstr ""
285
+
286
+ #: ../language/strings.php:53
287
+ msgid "date_format"
288
+ msgstr ""
289
+
290
+ #: ../language/strings.php:54
291
+ msgid "time_format"
292
+ msgstr ""
293
+
294
+ #: ../language/strings.php:55
295
+ msgid "start_of_week"
296
+ msgstr ""
297
+
298
+ #: ../language/strings.php:58
299
+ msgid "use_smilies"
300
+ msgstr ""
301
+
302
+ #: ../language/strings.php:59
303
+ msgid "use_balanceTags"
304
+ msgstr ""
305
+
306
+ #: ../language/strings.php:60
307
+ msgid "default_category"
308
+ msgstr ""
309
+
310
+ #: ../language/strings.php:61
311
+ msgid "default_post_format"
312
+ msgstr ""
313
+
314
+ #: ../language/strings.php:62
315
+ msgid "mailserver_url"
316
+ msgstr ""
317
+
318
+ #: ../language/strings.php:63
319
+ msgid "mailserver_login"
320
+ msgstr ""
321
+
322
+ #: ../language/strings.php:64
323
+ msgid "mailserver_pass"
324
+ msgstr ""
325
+
326
+ #: ../language/strings.php:65
327
+ msgid "default_email_category"
328
+ msgstr ""
329
+
330
+ #: ../language/strings.php:66
331
+ msgid "ping_sites"
332
+ msgstr ""
333
+
334
+ #: ../language/strings.php:69
335
+ msgid "show_on_front"
336
+ msgstr ""
337
+
338
+ #: ../language/strings.php:70
339
+ msgid "page_on_front"
340
+ msgstr ""
341
+
342
+ #: ../language/strings.php:71
343
+ msgid "page_for_posts"
344
+ msgstr ""
345
+
346
+ #: ../language/strings.php:72
347
+ msgid "posts_per_page"
348
+ msgstr ""
349
+
350
+ #: ../language/strings.php:73
351
+ msgid "posts_per_rss"
352
+ msgstr ""
353
+
354
+ #: ../language/strings.php:74
355
+ msgid "rss_use_excerpt"
356
+ msgstr ""
357
+
358
+ #: ../language/strings.php:75
359
+ msgid "blog_public"
360
+ msgstr ""
361
+
362
+ #: ../language/strings.php:78
363
+ msgid "default_pingback_flag"
364
+ msgstr ""
365
+
366
+ #: ../language/strings.php:79
367
+ msgid "default_ping_status"
368
+ msgstr ""
369
+
370
+ #: ../language/strings.php:80
371
+ msgid "default_comment_status"
372
+ msgstr ""
373
+
374
+ #: ../language/strings.php:81
375
+ msgid "require_name_email"
376
+ msgstr ""
377
+
378
+ #: ../language/strings.php:82
379
+ msgid "comment_registration"
380
+ msgstr ""
381
+
382
+ #: ../language/strings.php:83
383
+ msgid "close_comments_for_old_posts"
384
+ msgstr ""
385
+
386
+ #: ../language/strings.php:84
387
+ msgid "close_comments_days_old"
388
+ msgstr ""
389
+
390
+ #: ../language/strings.php:85
391
+ msgid "thread_comments"
392
+ msgstr ""
393
+
394
+ #: ../language/strings.php:86
395
+ msgid "thread_comments_depth"
396
+ msgstr ""
397
+
398
+ #: ../language/strings.php:87
399
+ msgid "page_comments"
400
+ msgstr ""
401
+
402
+ #: ../language/strings.php:88
403
+ msgid "comments_per_page"
404
+ msgstr ""
405
+
406
+ #: ../language/strings.php:89
407
+ msgid "default_comments_page"
408
+ msgstr ""
409
+
410
+ #: ../language/strings.php:90
411
+ msgid "comment_order"
412
+ msgstr ""
413
+
414
+ #: ../language/strings.php:91
415
+ msgid "comments_notify"
416
+ msgstr ""
417
+
418
+ #: ../language/strings.php:92
419
+ msgid "moderation_notify"
420
+ msgstr ""
421
+
422
+ #: ../language/strings.php:93
423
+ msgid "comment_moderation"
424
+ msgstr ""
425
+
426
+ #: ../language/strings.php:94
427
+ msgid "comment_whitelist"
428
+ msgstr ""
429
+
430
+ #: ../language/strings.php:95
431
+ msgid "comment_max_links"
432
+ msgstr ""
433
+
434
+ #: ../language/strings.php:96
435
+ msgid "moderation_keys"
436
+ msgstr ""
437
+
438
+ #: ../language/strings.php:97
439
+ msgid "blacklist_keys"
440
+ msgstr ""
441
+
442
+ #: ../language/strings.php:98
443
+ msgid "show_avatars"
444
+ msgstr ""
445
+
446
+ #: ../language/strings.php:99
447
+ msgid "avatar_rating"
448
+ msgstr ""
449
+
450
+ #: ../language/strings.php:100
451
+ msgid "avatar_default"
452
+ msgstr ""
453
+
454
+ #: ../language/strings.php:103
455
+ msgid "thumbnail_size_w"
456
+ msgstr ""
457
+
458
+ #: ../language/strings.php:104
459
+ msgid "thumbnail_size_h"
460
+ msgstr ""
461
+
462
+ #: ../language/strings.php:105
463
+ msgid "thumbnail_crop"
464
+ msgstr ""
465
+
466
+ #: ../language/strings.php:106
467
+ msgid "medium_size_w"
468
+ msgstr ""
469
+
470
+ #: ../language/strings.php:107
471
+ msgid "medium_size_h"
472
+ msgstr ""
473
+
474
+ #: ../language/strings.php:108
475
+ msgid "large_size_w"
476
+ msgstr ""
477
+
478
+ #: ../language/strings.php:109
479
+ msgid "large_size_h"
480
+ msgstr ""
481
+
482
+ #: ../language/strings.php:110
483
+ msgid "uploads_use_yearmonth_folders"
484
+ msgstr ""
485
+
486
+ #: ../language/strings.php:113
487
+ msgid "permalink_structure"
488
+ msgstr ""
489
+
490
+ #: ../language/strings.php:114
491
+ msgid "category_base"
492
+ msgstr ""
493
+
494
+ #: ../language/strings.php:115
495
+ msgid "tag_base"
496
+ msgstr ""
language/strings.php CHANGED
@@ -1,4 +1,7 @@
1
  <?php
 
 
 
2
  __( 'ARYO Activity Log', 'aryo-aal' );
3
  __( 'Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site. e.g. post was deleted, plugin was activated, user logged in or logged out - it’s all these for you to see.', 'aryo-aal' );
4
 
1
  <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
4
+
5
  __( 'ARYO Activity Log', 'aryo-aal' );
6
  __( 'Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site. e.g. post was deleted, plugin was activated, user logged in or logged out - it’s all these for you to see.', 'aryo-aal' );
7
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: KingYes, ariel.k, maor
3
  Tags: access, administration, activity, community, event, monitor, multisite, multi-users, log, logger, login, network, stats, security, tracking, madeinisrael, woocommerce
4
  Requires at least: 3.5
5
  Tested up to: 3.8.1
6
- Stable tag: 2.0.3
7
  License: GPLv2 or later
8
 
9
  Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site.
@@ -43,6 +43,7 @@ If you have tens of users or more, you really can’t know who did it. This plug
43
  <h4>Translators:</h4>
44
  * German (de_DE) - [Robert Harm](http://www.mapsmarker.com/)
45
  * Serbo-Croatian (sr_RS) - [Borisa Djuraskovic](http://www.webhostinghub.com/)
 
46
  * Hebrew (he_IL) + RTL Support - [ARYO Digital](http://www.aryodigital.com/)
47
 
48
  The plugin does not require any kind of setup. It works out of the box (and that’s why we love it too).
@@ -78,6 +79,10 @@ Would you like to like to cotribute to Activity Log? You are more than welcome t
78
 
79
  == Changelog ==
80
 
 
 
 
 
81
  = 2.0.3 =
82
  * New! record when widgets change orders.
83
 
3
  Tags: access, administration, activity, community, event, monitor, multisite, multi-users, log, logger, login, network, stats, security, tracking, madeinisrael, woocommerce
4
  Requires at least: 3.5
5
  Tested up to: 3.8.1
6
+ Stable tag: 2.0.4
7
  License: GPLv2 or later
8
 
9
  Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site.
43
  <h4>Translators:</h4>
44
  * German (de_DE) - [Robert Harm](http://www.mapsmarker.com/)
45
  * Serbo-Croatian (sr_RS) - [Borisa Djuraskovic](http://www.webhostinghub.com/)
46
+ * Danish (da_DK) - [Morten Dalgaard Johansen](http://www.iosoftgame.com/)
47
  * Hebrew (he_IL) + RTL Support - [ARYO Digital](http://www.aryodigital.com/)
48
 
49
  The plugin does not require any kind of setup. It works out of the box (and that’s why we love it too).
79
 
80
  == Changelog ==
81
 
82
+ = 2.0.4 =
83
+ * Tweak! don't allowed to access in direct files.
84
+ * New! Added translate: Danish (da_DK) - Thanks to [Morten Dalgaard Johansen](http://www.iosoftgame.com/)
85
+
86
  = 2.0.3 =
87
  * New! record when widgets change orders.
88