-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathreadme.txt
176 lines (129 loc) · 4.49 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
=== WooSwipe WooCommerce Gallery ===
Contributors: deanoakley, jinksi
Author: Web Design Gold Coast
Author URI: https://thriveweb.com.au/
Plugin URI: https://thriveweb.com.au/the-lab/wooswipe/
Tags: WooSwipe, woocommerce, woocommerce gallery, products, product gallery, responsive
Requires at least: 3.0
Tested up to: 6.1.1
Stable tag: 3.0.3
A WooCommerce gallery plugin built using PhotoSwipe from Dmitry Semenov and Slick carousel.
== Description ==
A WooCommerce gallery plugin built using PhotoSwipe from Dmitry Semenov. [photoswipe](http://photoswipe.com/ "PhotoSwipe") and [slick carousel](http://kenwheeler.github.io/slick/ "Slick Carousel").
WooSwipe should work out of the box with your WooCommerce gallery settings. Simply adjust your image sizes in Appearance > Customize > WooCommerce > Product Images. You may need to rebuild your thumbnails when changing image sizes. (Note: If your theme declares theme image sizes then you may not be able to change them.)
* Responsive
* Very Mobile Friendly
* Keyboard control
* Full image size
* 2 colour options
* Pinit to Pinterest option
Planned Features:
* Show titles or captions
Actions:
wooswipe_before_main
wooswipe_after_main
Filter:
wooswipe_zoomed_image_size
add_filter( 'wooswipe_zoomed_image_size', 'max_image_size', 10, 1 );
function max_image_size( $size ) {
$size = "large";
return $size;
}
Join the chat at https://gitter.im/thriveweb/wooswipe
[More Info here](http://thriveweb.com.au/the-lab/wooswipe/ "WooSwipe")
== Installation ==
1. Upload `/wooswipe/` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Checkout your new gallery!
== Screenshots ==
1. Screenshot Default gallery layout
2. Screenshot Popup layout
= 3.0.3 =
* Major update to address minor security issues
* Recoded with new plugin framework
* Fixed the array_merge() fatal error for the empty featured image
* Updated the plugin's structure with the boilerplate
* Fixed the Auth Broken Access Control Vulnerability
* Handled the multiple cases regarding empty images for (Featured image,Gallery images & Variation images)
* Updated the script for the variation change & swatches change
= 2.0.1 =
* elementor plugin fix
* Added option for the slide navigation arrows
= 2.0 =
* Major update
* new touch slider carousel option for the main image
* New icon colour selector options
* option to hide thumbnails
= 1.1.13 =
* Added option for hiding thumbnails when no product gallery or product variation image is available
* Remove lazy loading from main image (https://github.com/thriveweb/wooswipe/issues/40)
* Accessibility fixes
* Tested with WP 5.8.2 + WC 5.9.0
= 1.1.12 =
* Fixed issue where lightbox opens with wrong image if changed via variation selector due to pinterest links (https://wordpress.org/support/topic/wrong-image-in-lightbox-when-variation-is-selected/)
* Add "product_page" shortcode support (https://github.com/thriveweb/wooswipe/issues/20)
* Tested with WP 5.7.2 + WC 5.4.0
= 1.1.11 =
* Fix Pinterest select image
= 1.1.10 =
* PHP notice fix
= 1.1.9 =
* Layout fix and image size fix
= 1.1.8.11 =
* Version bump slick.js 1.5.7 -> 1.8.1
= 1.1.8.10 =
* Readme updated with latest way to adjust image sizes
= 1.1.8.9 =
* Revert PR38
= 1.1.8.8 =
* Added Compatibility for "WooCommerce Variation Swatches and Photo" up to v3.1.1
* Merged PR (https://github.com/thriveweb/wooswipe/pull/38). Add variation id for thumbnails.
= 1.1.8.7 =
* Readme and checking latest compatibility
= 1.1.8.6 =
* Rollback bug fix
= 1.1.8.5 =
* SVG Pinterest image
* Meta text update
= 1.1.7.0 =
* Add Pinterest option
* Merged pull request pinit branch
= 1.1.6.9 =
* Variation image bug fix https://github.com/thriveweb/wooswipe/issues/27
* Skip repeated images from gallery and variation
* Minor restructre and tidy up
= 1.1.6.8 =
* Meta update and testing with WP v5
* Merged pull request from @matthijs166 https://github.com/thriveweb/wooswipe/pull/28
= 1.1.6.7 =
* Added alt tag to main image
= 1.1.6.6 =
* Readme
* z-index increase
= 1.1.6.5 =
* Fixed image change bug with variation selector
* Removed file
= 1.1.6.3 =
* Fixed depreciation notice of get_gallery_attachment_ids
= 1.1.6.2 =
* Readme docs update
= 1.1.6 =
* Fix Undefined variable: zoomed_image_size
= 1.1.4 =
* BJ Fixed Hooks Bug
= 1.1.3 =
* BJ Added hooks and filter
= 1.1.1 =
* rewrite js
* fix image change bugs
* much betterness
= 1.0.5 =
* style clear
= 1.0.4 =
* style fix
= 1.0.3 =
* White Skin update
= 1.0.2 =
* Fix for missing srcset
= 1.0.1 =
* This is the first version