WooCommerce Cart Tab - Version 0.5.0

Version Description

  • 06/07/2016 =
  • New - Cart tab no longer displayed on handheld devices.
Download this release

Release Info

Developer jameskoster
Plugin Icon wp plugin WooCommerce Cart Tab
Version 0.5.0
Comparing to
See all releases

Code changes from version 0.4.0 to 0.5.0

Files changed (5) hide show
  1. README.md +0 -0
  2. cart-tab.php +4 -4
  3. config.codekit +0 -925
  4. languages/woocommerce-cart-tab.pot +0 -0
  5. readme.txt +5 -2
README.md CHANGED
File without changes
cart-tab.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: WooCommerce Cart Tab
4
  * Plugin URI: http://jameskoster.co.uk/tag/cart-tab/
5
- * Version: 0.4.0
6
  * Description: Displays a sitewide link to the cart which reveals the cart contents on hover.
7
  * Author: jameskoster
8
  * Tested up to: 4.5.2
@@ -172,7 +172,7 @@ if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', g
172
  }
173
 
174
  if ( ! is_cart() && ! is_checkout() ) {
175
- if ( 'yes' == $widget ) {
176
  echo '<div class="' . esc_attr( $position ) . ' cart-tab ' . esc_attr( $skin ) . ' ' . esc_attr( $visibility ) . '">';
177
  } else {
178
  echo '<div class="' . esc_attr( $position ) . ' cart-tab no-animation ' . esc_attr( $skin ) . ' ' . esc_attr( $visibility ) . '">';
@@ -181,7 +181,7 @@ if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', g
181
  wcct_cart_button();
182
 
183
  // Display the widget if specified.
184
- if ( 'yes' == $widget ) {
185
  // Check for WooCommerce 2.0 and display the cart widget.
186
  if ( version_compare( WOOCOMMERCE_VERSION, '2.0.0' ) >= 0 ) {
187
  the_widget( 'WC_Widget_Cart', 'title=' );
@@ -203,7 +203,7 @@ if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', g
203
  global $woocommerce;
204
  $link_total = get_option( 'wc_ct_link_display_total' );
205
  ?>
206
- <a href="<?php echo esc_url( $woocommerce->cart->get_cart_url() ); ?>" title="<?php esc_attr_e( 'View your shopping cart', 'woocommerce-cart-tab' ); ?>" class="cart-parent <?php echo esc_attr( $visibility ); ?>">
207
  <?php
208
  if ( 'total' == $link_total ) {
209
  echo wp_kses_post( $woocommerce->cart->get_cart_total() );
2
  /**
3
  * Plugin Name: WooCommerce Cart Tab
4
  * Plugin URI: http://jameskoster.co.uk/tag/cart-tab/
5
+ * Version: 0.5.0
6
  * Description: Displays a sitewide link to the cart which reveals the cart contents on hover.
7
  * Author: jameskoster
8
  * Tested up to: 4.5.2
172
  }
173
 
174
  if ( ! is_cart() && ! is_checkout() ) {
175
+ if ( 'yes' == $widget && ! wp_is_mobile() ) {
176
  echo '<div class="' . esc_attr( $position ) . ' cart-tab ' . esc_attr( $skin ) . ' ' . esc_attr( $visibility ) . '">';
177
  } else {
178
  echo '<div class="' . esc_attr( $position ) . ' cart-tab no-animation ' . esc_attr( $skin ) . ' ' . esc_attr( $visibility ) . '">';
181
  wcct_cart_button();
182
 
183
  // Display the widget if specified.
184
+ if ( 'yes' == $widget && ! wp_is_mobile() ) {
185
  // Check for WooCommerce 2.0 and display the cart widget.
186
  if ( version_compare( WOOCOMMERCE_VERSION, '2.0.0' ) >= 0 ) {
187
  the_widget( 'WC_Widget_Cart', 'title=' );
203
  global $woocommerce;
204
  $link_total = get_option( 'wc_ct_link_display_total' );
205
  ?>
206
+ <a href="<?php echo esc_url( $woocommerce->cart->get_cart_url() ); ?>" title="<?php esc_attr_e( 'View your shopping cart', 'woocommerce-cart-tab' ); ?>" class="cart-parent">
207
  <?php
208
  if ( 'total' == $link_total ) {
209
  echo wp_kses_post( $woocommerce->cart->get_cart_total() );
config.codekit DELETED
@@ -1,925 +0,0 @@
1
- {
2
- "CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit",
3
- "creatorBuild": "19127",
4
- "files": {
5
- "\/assets\/css\/mixins.less": {
6
- "allowInsecureImports": 0,
7
- "createSourceMap": 0,
8
- "disableJavascript": 0,
9
- "fileType": 1,
10
- "ieCompatibility": 1,
11
- "ignore": 1,
12
- "ignoreWasSetByUser": 0,
13
- "inputAbbreviatedPath": "\/assets\/css\/mixins.less",
14
- "outputAbbreviatedPath": "\/assets\/css\/mixins.css",
15
- "outputPathIsOutsideProject": 0,
16
- "outputPathIsSetByUser": 0,
17
- "outputStyle": 0,
18
- "relativeURLS": 0,
19
- "shouldRunAutoprefixer": 0,
20
- "shouldRunBless": 0,
21
- "strictImports": 0,
22
- "strictMath": 0,
23
- "strictUnits": 0
24
- },
25
- "\/assets\/css\/style.less": {
26
- "allowInsecureImports": 0,
27
- "createSourceMap": 0,
28
- "disableJavascript": 0,
29
- "fileType": 1,
30
- "ieCompatibility": 1,
31
- "ignore": 0,
32
- "ignoreWasSetByUser": 0,
33
- "inputAbbreviatedPath": "\/assets\/css\/style.less",
34
- "outputAbbreviatedPath": "\/assets\/css\/style.css",
35
- "outputPathIsOutsideProject": 0,
36
- "outputPathIsSetByUser": 0,
37
- "outputStyle": 0,
38
- "relativeURLS": 0,
39
- "shouldRunAutoprefixer": 0,
40
- "shouldRunBless": 0,
41
- "strictImports": 0,
42
- "strictMath": 0,
43
- "strictUnits": 0
44
- },
45
- "\/cart-tab.php": {
46
- "fileType": 8192,
47
- "ignore": 0,
48
- "ignoreWasSetByUser": 0,
49
- "inputAbbreviatedPath": "\/cart-tab.php",
50
- "outputAbbreviatedPath": "No Output Path",
51
- "outputPathIsOutsideProject": 0,
52
- "outputPathIsSetByUser": 0
53
- },
54
- "\/README.md": {
55
- "criticStyle": 0,
56
- "enableFootnotes": 1,
57
- "enableLabels": 1,
58
- "enableSmartQuotes": 1,
59
- "escapeLineBreaks": 0,
60
- "fileType": 4096,
61
- "ignore": 0,
62
- "ignoreWasSetByUser": 0,
63
- "inputAbbreviatedPath": "\/README.md",
64
- "maskEmailAddresses": 1,
65
- "outputAbbreviatedPath": "\/README.html",
66
- "outputFormat": 0,
67
- "outputPathIsOutsideProject": 0,
68
- "outputPathIsSetByUser": 0,
69
- "outputStyle": 0,
70
- "parseMetadata": 1,
71
- "processHTML": 0,
72
- "randomFootnoteNumbers": 0,
73
- "useCompatibilityMode": 0
74
- },
75
- "\/screenshot-1.png": {
76
- "fileType": 32768,
77
- "ignore": 0,
78
- "ignoreWasSetByUser": 0,
79
- "initialSize": 9015,
80
- "inputAbbreviatedPath": "\/screenshot-1.png",
81
- "outputAbbreviatedPath": "\/screenshot-1.png",
82
- "outputPathIsOutsideProject": 0,
83
- "outputPathIsSetByUser": 0,
84
- "processed": 0
85
- },
86
- "\/screenshot-2.png": {
87
- "fileType": 32768,
88
- "ignore": 0,
89
- "ignoreWasSetByUser": 0,
90
- "initialSize": 131863,
91
- "inputAbbreviatedPath": "\/screenshot-2.png",
92
- "outputAbbreviatedPath": "\/screenshot-2.png",
93
- "outputPathIsOutsideProject": 0,
94
- "outputPathIsSetByUser": 0,
95
- "processed": 0
96
- },
97
- "\/screenshot-3.png": {
98
- "fileType": 32768,
99
- "ignore": 0,
100
- "ignoreWasSetByUser": 0,
101
- "initialSize": 72739,
102
- "inputAbbreviatedPath": "\/screenshot-3.png",
103
- "outputAbbreviatedPath": "\/screenshot-3.png",
104
- "outputPathIsOutsideProject": 0,
105
- "outputPathIsSetByUser": 0,
106
- "processed": 0
107
- }
108
- },
109
- "hooks": [
110
- ],
111
- "lastSavedByUser": "James Koster",
112
- "manualImportLinks": {
113
- },
114
- "projectAttributes": {
115
- "bowerAbbreviatedPath": "",
116
- "displayValue": "woocommerce-cart-tab",
117
- "displayValueWasSetByUser": 0,
118
- "iconImageName": "globe_darkGray"
119
- },
120
- "projectSettings": {
121
- "alwaysUseExternalServer": 0,
122
- "animateCSSInjections": 1,
123
- "autoApplyPSLanguageSettingsStyle": 0,
124
- "autoprefixerBrowserString": "> 1%, last 2 versions, Firefox ESR, Opera 12.1",
125
- "autoSyncProjectSettingsFile": 1,
126
- "browserRefreshDelay": 0,
127
- "coffeeAutoOutputPathEnabled": 1,
128
- "coffeeAutoOutputPathFilenamePattern": "*.js",
129
- "coffeeAutoOutputPathRelativePath": "",
130
- "coffeeAutoOutputPathReplace1": "",
131
- "coffeeAutoOutputPathReplace2": "",
132
- "coffeeAutoOutputPathStyle": 0,
133
- "coffeeCreateSourceMap": 0,
134
- "coffeeLintFlags2": {
135
- "arrow_spacing": {
136
- "active": 0,
137
- "flagValue": -1
138
- },
139
- "camel_case_classes": {
140
- "active": 1,
141
- "flagValue": -1
142
- },
143
- "colon_assignment_spacing": {
144
- "active": 0,
145
- "flagValue": 1
146
- },
147
- "cyclomatic_complexity": {
148
- "active": 0,
149
- "flagValue": 10
150
- },
151
- "duplicate_key": {
152
- "active": 1,
153
- "flagValue": -1
154
- },
155
- "empty_constructor_needs_parens": {
156
- "active": 0,
157
- "flagValue": -1
158
- },
159
- "ensure_comprehensions": {
160
- "active": 1,
161
- "flagValue": -1
162
- },
163
- "indentation": {
164
- "active": 1,
165
- "flagValue": 2
166
- },
167
- "line_endings": {
168
- "active": 0,
169
- "flagValue": 0
170
- },
171
- "max_line_length": {
172
- "active": 0,
173
- "flagValue": 150
174
- },
175
- "missing_fat_arrows": {
176
- "active": 0,
177
- "flagValue": -1
178
- },
179
- "newlines_after_classes": {
180
- "active": 0,
181
- "flagValue": 3
182
- },
183
- "no_backticks": {
184
- "active": 1,
185
- "flagValue": -1
186
- },
187
- "no_debugger": {
188
- "active": 1,
189
- "flagValue": -1
190
- },
191
- "no_empty_functions": {
192
- "active": 0,
193
- "flagValue": -1
194
- },
195
- "no_empty_param_list": {
196
- "active": 0,
197
- "flagValue": -1
198
- },
199
- "no_implicit_braces": {
200
- "active": 1,
201
- "flagValue": -1
202
- },
203
- "no_implicit_parens": {
204
- "active": 0,
205
- "flagValue": -1
206
- },
207
- "no_interpolation_in_single_quotes": {
208
- "active": 0,
209
- "flagValue": -1
210
- },
211
- "no_nested_string_interpolation": {
212
- "active": 1,
213
- "flagValue": -1
214
- },
215
- "no_plusplus": {
216
- "active": 0,
217
- "flagValue": -1
218
- },
219
- "no_private_function_fat_arrows": {
220
- "active": 1,
221
- "flagValue": -1
222
- },
223
- "no_stand_alone_at": {
224
- "active": 1,
225
- "flagValue": -1
226
- },
227
- "no_tabs": {
228
- "active": 1,
229
- "flagValue": -1
230
- },
231
- "no_this": {
232
- "active": 0,
233
- "flagValue": -1
234
- },
235
- "no_throwing_strings": {
236
- "active": 1,
237
- "flagValue": -1
238
- },
239
- "no_trailing_semicolons": {
240
- "active": 1,
241
- "flagValue": -1
242
- },
243
- "no_trailing_whitespace": {
244
- "active": 1,
245
- "flagValue": -1
246
- },
247
- "no_unnecessary_double_quotes": {
248
- "active": 0,
249
- "flagValue": -1
250
- },
251
- "no_unnecessary_fat_arrows": {
252
- "active": 1,
253
- "flagValue": -1
254
- },
255
- "non_empty_constructor_needs_parens": {
256
- "active": 0,
257
- "flagValue": -1
258
- },
259
- "prefer_english_operator": {
260
- "active": 0,
261
- "flagValue": -1
262
- },
263
- "space_operators": {
264
- "active": 0,
265
- "flagValue": -1
266
- },
267
- "spacing_after_comma": {
268
- "active": 1,
269
- "flagValue": -1
270
- }
271
- },
272
- "coffeeMinifyOutput": 1,
273
- "coffeeOutputStyle": 0,
274
- "coffeeSyntaxCheckerStyle": 1,
275
- "externalServerAddress": "http:\/\/localhost:8888",
276
- "externalServerPreviewPathAddition": "",
277
- "genericWebpageFileExtensionsString": "html, htm, shtml, shtm, xhtml, php, jsp, asp, aspx, erb, ctp",
278
- "hamlAutoOutputPathEnabled": 1,
279
- "hamlAutoOutputPathFilenamePattern": "*.html",
280
- "hamlAutoOutputPathRelativePath": "",
281
- "hamlAutoOutputPathReplace1": "",
282
- "hamlAutoOutputPathReplace2": "",
283
- "hamlAutoOutputPathStyle": 0,
284
- "hamlEscapeHTMLCharacters": 0,
285
- "hamlNoEscapeInAttributes": 0,
286
- "hamlOutputFormat": 2,
287
- "hamlOutputStyle": 0,
288
- "hamlUseCDATA": 0,
289
- "hamlUseDoubleQuotes": 0,
290
- "hamlUseUnixNewlines": 0,
291
- "jadeAutoOutputPathEnabled": 1,
292
- "jadeAutoOutputPathFilenamePattern": "*.html",
293
- "jadeAutoOutputPathRelativePath": "",
294
- "jadeAutoOutputPathReplace1": "",
295
- "jadeAutoOutputPathReplace2": "",
296
- "jadeAutoOutputPathStyle": 0,
297
- "jadeCompileDebug": 1,
298
- "jadeOutputStyle": 0,
299
- "javascriptAutoOutputPathEnabled": 1,
300
- "javascriptAutoOutputPathFilenamePattern": "*-min.js",
301
- "javascriptAutoOutputPathRelativePath": "\/min",
302
- "javascriptAutoOutputPathReplace1": "",
303
- "javascriptAutoOutputPathReplace2": "",
304
- "javascriptAutoOutputPathStyle": 2,
305
- "javascriptCreateSourceMap": 1,
306
- "javascriptOutputStyle": 1,
307
- "javascriptSyntaxCheckerStyle": 1,
308
- "jsCheckerReservedNamesString": "",
309
- "jsHintFlags2": {
310
- "asi": {
311
- "active": 0,
312
- "flagValue": -1
313
- },
314
- "bitwise": {
315
- "active": 1,
316
- "flagValue": -1
317
- },
318
- "boss": {
319
- "active": 0,
320
- "flagValue": -1
321
- },
322
- "browser": {
323
- "active": 1,
324
- "flagValue": -1
325
- },
326
- "browserify": {
327
- "active": 0,
328
- "flagValue": -1
329
- },
330
- "camelcase": {
331
- "active": 0,
332
- "flagValue": -1
333
- },
334
- "couch": {
335
- "active": 0,
336
- "flagValue": -1
337
- },
338
- "curly": {
339
- "active": 1,
340
- "flagValue": -1
341
- },
342
- "debug": {
343
- "active": 0,
344
- "flagValue": -1
345
- },
346
- "devel": {
347
- "active": 0,
348
- "flagValue": -1
349
- },
350
- "dojo": {
351
- "active": 0,
352
- "flagValue": -1
353
- },
354
- "elision": {
355
- "active": 1,
356
- "flagValue": -1
357
- },
358
- "eqeqeq": {
359
- "active": 1,
360
- "flagValue": -1
361
- },
362
- "eqnull": {
363
- "active": 0,
364
- "flagValue": -1
365
- },
366
- "es3": {
367
- "active": 0,
368
- "flagValue": -1
369
- },
370
- "esnext": {
371
- "active": 0,
372
- "flagValue": -1
373
- },
374
- "evil": {
375
- "active": 0,
376
- "flagValue": -1
377
- },
378
- "expr": {
379
- "active": 0,
380
- "flagValue": -1
381
- },
382
- "forin": {
383
- "active": 0,
384
- "flagValue": -1
385
- },
386
- "freeze": {
387
- "active": 1,
388
- "flagValue": -1
389
- },
390
- "funcscope": {
391
- "active": 0,
392
- "flagValue": -1
393
- },
394
- "futurehostile": {
395
- "active": 0,
396
- "flagValue": -1
397
- },
398
- "globalstrict": {
399
- "active": 0,
400
- "flagValue": -1
401
- },
402
- "immed": {
403
- "active": 0,
404
- "flagValue": -1
405
- },
406
- "indent": {
407
- "active": 0,
408
- "flagValue": 4
409
- },
410
- "iterator": {
411
- "active": 0,
412
- "flagValue": -1
413
- },
414
- "jasmine": {
415
- "active": 0,
416
- "flagValue": -1
417
- },
418
- "jquery": {
419
- "active": 1,
420
- "flagValue": -1
421
- },
422
- "lastsemic": {
423
- "active": 0,
424
- "flagValue": -1
425
- },
426
- "latedef": {
427
- "active": 1,
428
- "flagValue": -1
429
- },
430
- "laxbreak": {
431
- "active": 0,
432
- "flagValue": -1
433
- },
434
- "laxcomma": {
435
- "active": 0,
436
- "flagValue": -1
437
- },
438
- "loopfunc": {
439
- "active": 0,
440
- "flagValue": -1
441
- },
442
- "maxcomplexity": {
443
- "active": 0,
444
- "flagValue": 10
445
- },
446
- "maxdepth": {
447
- "active": 0,
448
- "flagValue": 3
449
- },
450
- "maxlen": {
451
- "active": 0,
452
- "flagValue": 150
453
- },
454
- "maxparams": {
455
- "active": 0,
456
- "flagValue": 3
457
- },
458
- "maxstatements": {
459
- "active": 0,
460
- "flagValue": 4
461
- },
462
- "mocha": {
463
- "active": 0,
464
- "flagValue": -1
465
- },
466
- "mootools": {
467
- "active": 0,
468
- "flagValue": -1
469
- },
470
- "moz": {
471
- "active": 0,
472
- "flagValue": -1
473
- },
474
- "multistr": {
475
- "active": 0,
476
- "flagValue": -1
477
- },
478
- "newcap": {
479
- "active": 1,
480
- "flagValue": -1
481
- },
482
- "noarg": {
483
- "active": 1,
484
- "flagValue": -1
485
- },
486
- "nocomma": {
487
- "active": 0,
488
- "flagValue": -1
489
- },
490
- "node": {
491
- "active": 0,
492
- "flagValue": -1
493
- },
494
- "noempty": {
495
- "active": 0,
496
- "flagValue": -1
497
- },
498
- "nonbsp": {
499
- "active": 0,
500
- "flagValue": -1
501
- },
502
- "nonew": {
503
- "active": 1,
504
- "flagValue": -1
505
- },
506
- "nonstandard": {
507
- "active": 0,
508
- "flagValue": -1
509
- },
510
- "notypeof": {
511
- "active": 1,
512
- "flagValue": -1
513
- },
514
- "noyield": {
515
- "active": 0,
516
- "flagValue": -1
517
- },
518
- "onecase": {
519
- "active": 0,
520
- "flagValue": -1
521
- },
522
- "phantom": {
523
- "active": 0,
524
- "flagValue": -1
525
- },
526
- "plusplus": {
527
- "active": 0,
528
- "flagValue": -1
529
- },
530
- "proto": {
531
- "active": 0,
532
- "flagValue": -1
533
- },
534
- "prototypejs": {
535
- "active": 0,
536
- "flagValue": -1
537
- },
538
- "qunit": {
539
- "active": 0,
540
- "flagValue": -1
541
- },
542
- "regexp": {
543
- "active": 1,
544
- "flagValue": -1
545
- },
546
- "rhino": {
547
- "active": 0,
548
- "flagValue": -1
549
- },
550
- "scripturl": {
551
- "active": 0,
552
- "flagValue": -1
553
- },
554
- "shadow": {
555
- "active": 0,
556
- "flagValue": -1
557
- },
558
- "shelljs": {
559
- "active": 0,
560
- "flagValue": -1
561
- },
562
- "singleGroups": {
563
- "active": 0,
564
- "flagValue": -1
565
- },
566
- "strict": {
567
- "active": 0,
568
- "flagValue": -1
569
- },
570
- "sub": {
571
- "active": 0,
572
- "flagValue": -1
573
- },
574
- "supernew": {
575
- "active": 0,
576
- "flagValue": -1
577
- },
578
- "typed": {
579
- "active": 0,
580
- "flagValue": -1
581
- },
582
- "undef": {
583
- "active": 1,
584
- "flagValue": -1
585
- },
586
- "unused": {
587
- "active": 1,
588
- "flagValue": -1
589
- },
590
- "varstmt": {
591
- "active": 0,
592
- "flagValue": -1
593
- },
594
- "withstmt": {
595
- "active": 0,
596
- "flagValue": -1
597
- },
598
- "worker": {
599
- "active": 0,
600
- "flagValue": -1
601
- },
602
- "wsh": {
603
- "active": 0,
604
- "flagValue": -1
605
- },
606
- "yui": {
607
- "active": 0,
608
- "flagValue": -1
609
- }
610
- },
611
- "jsLintFlags2": {
612
- "bitwise": {
613
- "active": 0,
614
- "flagValue": -1
615
- },
616
- "browser": {
617
- "active": 1,
618
- "flagValue": -1
619
- },
620
- "couch": {
621
- "active": 0,
622
- "flagValue": -1
623
- },
624
- "devel": {
625
- "active": 0,
626
- "flagValue": -1
627
- },
628
- "es6": {
629
- "active": 0,
630
- "flagValue": -1
631
- },
632
- "eval": {
633
- "active": 0,
634
- "flagValue": -1
635
- },
636
- "for": {
637
- "active": 0,
638
- "flagValue": -1
639
- },
640
- "maxlen": {
641
- "active": 0,
642
- "flagValue": 150
643
- },
644
- "node": {
645
- "active": 0,
646
- "flagValue": -1
647
- },
648
- "this": {
649
- "active": 0,
650
- "flagValue": -1
651
- },
652
- "white": {
653
- "active": 0,
654
- "flagValue": -1
655
- }
656
- },
657
- "jsonAutoOutputPathEnabled": 0,
658
- "jsonAutoOutputPathFilenamePattern": "*-min.json",
659
- "jsonAutoOutputPathRelativePath": "",
660
- "jsonAutoOutputPathReplace1": "",
661
- "jsonAutoOutputPathReplace2": "",
662
- "jsonAutoOutputPathStyle": 0,
663
- "jsonOrderOutput": 0,
664
- "jsonOutputStyle": 1,
665
- "kitAutoOutputPathEnabled": 1,
666
- "kitAutoOutputPathFilenamePattern": "*.html",
667
- "kitAutoOutputPathRelativePath": "",
668
- "kitAutoOutputPathReplace1": "",
669
- "kitAutoOutputPathReplace2": "",
670
- "kitAutoOutputPathStyle": 0,
671
- "lessAllowInsecureImports": 0,
672
- "lessAutoOutputPathEnabled": 1,
673
- "lessAutoOutputPathFilenamePattern": "*.css",
674
- "lessAutoOutputPathRelativePath": "..\/css",
675
- "lessAutoOutputPathReplace1": "less",
676
- "lessAutoOutputPathReplace2": "css",
677
- "lessAutoOutputPathStyle": 2,
678
- "lessCreateSourceMap": 0,
679
- "lessDisableJavascript": 0,
680
- "lessIeCompatibility": 1,
681
- "lessOutputStyle": 0,
682
- "lessRelativeURLS": 0,
683
- "lessStrictImports": 0,
684
- "lessStrictMath": 0,
685
- "lessStrictUnits": 0,
686
- "markdownAutoOutputPathEnabled": 1,
687
- "markdownAutoOutputPathFilenamePattern": "*.html",
688
- "markdownAutoOutputPathRelativePath": "",
689
- "markdownAutoOutputPathReplace1": "",
690
- "markdownAutoOutputPathReplace2": "",
691
- "markdownAutoOutputPathStyle": 0,
692
- "markdownCriticStyle": 0,
693
- "markdownEnableFootnotes": 1,
694
- "markdownEnableLabels": 1,
695
- "markdownEnableSmartQuotes": 1,
696
- "markdownEscapeLineBreaks": 0,
697
- "markdownMaskEmailAddresses": 1,
698
- "markdownOutputFormat": 0,
699
- "markdownOutputStyle": 0,
700
- "markdownParseMetadata": 1,
701
- "markdownProcessHTML": 0,
702
- "markdownRandomFootnoteNumbers": 0,
703
- "markdownUseCompatibilityMode": 0,
704
- "reloadFileURLs": 0,
705
- "sassAutoOutputPathEnabled": 1,
706
- "sassAutoOutputPathFilenamePattern": "*.css",
707
- "sassAutoOutputPathRelativePath": "..\/css",
708
- "sassAutoOutputPathReplace1": "sass",
709
- "sassAutoOutputPathReplace2": "css",
710
- "sassAutoOutputPathStyle": 2,
711
- "sassCreateSourceMap": 0,
712
- "sassDebugStyle": 0,
713
- "sassDecimalPrecision": 10,
714
- "sassOutputStyle": 0,
715
- "sassUseLibsass": 0,
716
- "shouldRunAutoprefixer": 0,
717
- "shouldRunBless": 0,
718
- "skippedItemsString": ".svn, .git, .hg, log, _logs, _cache, cache, logs, node_modules",
719
- "slimAutoOutputPathEnabled": 1,
720
- "slimAutoOutputPathFilenamePattern": "*.html",
721
- "slimAutoOutputPathRelativePath": "",
722
- "slimAutoOutputPathReplace1": "",
723
- "slimAutoOutputPathReplace2": "",
724
- "slimAutoOutputPathStyle": 0,
725
- "slimCompileOnly": 0,
726
- "slimLogicless": 0,
727
- "slimOutputFormat": 0,
728
- "slimOutputStyle": 1,
729
- "slimRailsCompatible": 0,
730
- "stylusAutoOutputPathEnabled": 1,
731
- "stylusAutoOutputPathFilenamePattern": "*.css",
732
- "stylusAutoOutputPathRelativePath": "..\/css",
733
- "stylusAutoOutputPathReplace1": "stylus",
734
- "stylusAutoOutputPathReplace2": "css",
735
- "stylusAutoOutputPathStyle": 2,
736
- "stylusCreateSourceMap": 0,
737
- "stylusDebugStyle": 0,
738
- "stylusImportCSS": 0,
739
- "stylusOutputStyle": 0,
740
- "stylusResolveRelativeURLS": 0,
741
- "typescriptAutoOutputPathEnabled": 1,
742
- "typescriptAutoOutputPathFilenamePattern": "*.js",
743
- "typescriptAutoOutputPathRelativePath": "\/js",
744
- "typescriptAutoOutputPathReplace1": "",
745
- "typescriptAutoOutputPathReplace2": "",
746
- "typescriptAutoOutputPathStyle": 2,
747
- "typescriptCreateDeclarationFile": 0,
748
- "typescriptCreateSourceMap": 0,
749
- "typescriptJSXMode": 0,
750
- "typescriptMinifyOutput": 0,
751
- "typescriptModuleResolutionType": 0,
752
- "typescriptModuleType": 2,
753
- "typescriptNoImplicitAny": 0,
754
- "typescriptPreserveConstEnums": 0,
755
- "typescriptRemoveComments": 0,
756
- "typescriptSuppressImplicitAnyIndexErrors": 0,
757
- "typescriptTargetECMAVersion": 0,
758
- "uglifyDefinesString": "",
759
- "uglifyFlags2": {
760
- "ascii-only": {
761
- "active": 0,
762
- "flagValue": -1
763
- },
764
- "bare-returns": {
765
- "active": 0,
766
- "flagValue": -1
767
- },
768
- "booleans": {
769
- "active": 1,
770
- "flagValue": -1
771
- },
772
- "bracketize": {
773
- "active": 0,
774
- "flagValue": -1
775
- },
776
- "cascade": {
777
- "active": 1,
778
- "flagValue": -1
779
- },
780
- "comments": {
781
- "active": 1,
782
- "flagValue": -1
783
- },
784
- "comparisons": {
785
- "active": 1,
786
- "flagValue": -1
787
- },
788
- "compress": {
789
- "active": 1,
790
- "flagValue": -1
791
- },
792
- "conditionals": {
793
- "active": 1,
794
- "flagValue": -1
795
- },
796
- "dead_code": {
797
- "active": 0,
798
- "flagValue": -1
799
- },
800
- "drop_console": {
801
- "active": 0,
802
- "flagValue": -1
803
- },
804
- "drop_debugger": {
805
- "active": 1,
806
- "flagValue": -1
807
- },
808
- "eval": {
809
- "active": 0,
810
- "flagValue": -1
811
- },
812
- "evaluate": {
813
- "active": 1,
814
- "flagValue": -1
815
- },
816
- "hoist_funs": {
817
- "active": 1,
818
- "flagValue": -1
819
- },
820
- "hoist_vars": {
821
- "active": 0,
822
- "flagValue": -1
823
- },
824
- "if_return": {
825
- "active": 1,
826
- "flagValue": -1
827
- },
828
- "indent-level": {
829
- "active": 0,
830
- "flagValue": 4
831
- },
832
- "indent-start": {
833
- "active": 0,
834
- "flagValue": 0
835
- },
836
- "inline-script": {
837
- "active": 0,
838
- "flagValue": -1
839
- },
840
- "join_vars": {
841
- "active": 1,
842
- "flagValue": -1
843
- },
844
- "keep_fargs": {
845
- "active": 0,
846
- "flagValue": -1
847
- },
848
- "keep_fnames": {
849
- "active": 0,
850
- "flagValue": -1
851
- },
852
- "loops": {
853
- "active": 1,
854
- "flagValue": -1
855
- },
856
- "mangle": {
857
- "active": 1,
858
- "flagValue": -1
859
- },
860
- "max-line-len": {
861
- "active": 1,
862
- "flagValue": 32000
863
- },
864
- "negate_iife": {
865
- "active": 1,
866
- "flagValue": -1
867
- },
868
- "properties": {
869
- "active": 1,
870
- "flagValue": -1
871
- },
872
- "pure_getters": {
873
- "active": 0,
874
- "flagValue": -1
875
- },
876
- "quote-keys": {
877
- "active": 0,
878
- "flagValue": -1
879
- },
880
- "screw-ie8": {
881
- "active": 0,
882
- "flagValue": -1
883
- },
884
- "semicolons": {
885
- "active": 1,
886
- "flagValue": -1
887
- },
888
- "sequences": {
889
- "active": 1,
890
- "flagValue": -1
891
- },
892
- "sort": {
893
- "active": 0,
894
- "flagValue": -1
895
- },
896
- "space-colon": {
897
- "active": 1,
898
- "flagValue": -1
899
- },
900
- "toplevel": {
901
- "active": 0,
902
- "flagValue": -1
903
- },
904
- "unsafe": {
905
- "active": 0,
906
- "flagValue": -1
907
- },
908
- "unused": {
909
- "active": 0,
910
- "flagValue": -1
911
- },
912
- "warnings": {
913
- "active": 0,
914
- "flagValue": -1
915
- },
916
- "width": {
917
- "active": 1,
918
- "flagValue": 80
919
- }
920
- },
921
- "uglifyReservedNamesString": "$",
922
- "websiteRelativeRoot": ""
923
- },
924
- "settingsFileVersion": "2"
925
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/woocommerce-cart-tab.pot CHANGED
File without changes
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: jameskoster
3
  Tags: woocommerce, ecommerce, cart
4
  Requires at least: 4.4
5
- Tested up to: 4.5.2
6
- Stable tag: 0.4.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -46,6 +46,9 @@ Thanks! Please fork the repo on <a href="https://github.com/jameskoster/woocomme
46
 
47
  == Changelog ==
48
 
 
 
 
49
  = 0.4.0 - 23/05/2016 =
50
  * New - Cart tab widget now has a max-height and will scroll if the contents are larger than the container.
51
  * New - Option to display cart total or subtotal. Props @craigtracey
2
  Contributors: jameskoster
3
  Tags: woocommerce, ecommerce, cart
4
  Requires at least: 4.4
5
+ Tested up to: 4.5.3
6
+ Stable tag: 0.5.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
46
 
47
  == Changelog ==
48
 
49
+ = 0.5.0 - 06/07/2016 =
50
+ * New - Cart tab no longer displayed on handheld devices.
51
+
52
  = 0.4.0 - 23/05/2016 =
53
  * New - Cart tab widget now has a max-height and will scroll if the contents are larger than the container.
54
  * New - Option to display cart total or subtotal. Props @craigtracey