You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+26-23Lines changed: 26 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,97 +84,100 @@ In version 1.9.6 you can now use a filter to change the location of your custom
84
84
85
85
## Changelog
86
86
87
-
####2.0.0
87
+
#### 2.0.1
88
+
* Fix hashtag support
89
+
90
+
#### 2.0.0
88
91
* Ability to track tags / hashtags instead of just usernames (e.g. #cheese)
89
92
* New filter for custom link class
90
93
* Bundle German language (props jensteichert)
91
94
* Other minor fixes and formatting
92
95
93
-
####1.9.8
96
+
####1.9.8
94
97
* Return more items when using filter for images only
95
98
96
-
####1.9.7
99
+
####1.9.7
97
100
* Fix double trailing slash on custom text link
98
101
99
-
####1.9.6
102
+
####1.9.6
100
103
* Trailing slash all URLs to support Instagram app on iOS
101
104
* Support selective refresh in 4.5
102
105
* New filter for `wpiw_template_part`
103
106
104
-
####1.9.5
107
+
####1.9.5
105
108
* Another fix for image URL handling, I think we have all the edge cases now!
106
109
107
-
####1.9.4
110
+
####1.9.4
108
111
* IMPORTANT: You must be on WordPress 4.4 or later to upgrade to this version of the plugin. This fixes a bug with PHP versions < 5.4.7. If you are on a version of WordPress older than 4.4 and you notice images are not loading then I recommend rolling your version of the widget back to this version: https://github.com/scottsweb/wp-instagram-widget/blob/c66550eded59bd51f508f304a85a3e031ac4044c/wp-instagram-widget.php
109
112
110
-
####1.9.3
113
+
####1.9.3
111
114
* Fix issues introduced in the last version (apologies). Certain CDN URLs are still in use
112
115
113
-
####1.9.2
116
+
####1.9.2
114
117
* Better handling of all image and video image URLs props @thegallagher
115
118
116
-
####1.9.1
119
+
####1.9.1
117
120
* Fix bug with some image URLs
118
121
119
-
####1.9
122
+
####1.9
120
123
* WordPress.com VIP checked
121
124
* Updated CDN matching to ensure correct image sizes are served at all times
122
125
* Shortened the transient key - should mean we bump into the character limit less often
123
126
* Remove use of `extract`
124
127
125
-
####1.8.1
128
+
####1.8.1
126
129
* Apologies for all the recent updates, all good things though!
127
130
* Update plugin text domain ready for translate.wordpress.org
128
131
* Introduce an 'original' image size if you want to use non-square originals
129
132
* Introduce new filter for `<ul>` class `wpiw_list_class`
130
133
131
-
####1.8
134
+
####1.8
132
135
* Bring back image captions
133
136
* Fix small PHP error in 1.7
134
137
135
-
####1.7
138
+
####1.7
136
139
* Bring back image sizes
137
140
* Use thumbnails that are square (originals are in the data returned and can be used)
138
141
* Remove @ from usernames
139
142
140
-
####1.6
143
+
####1.6
141
144
* Compatibility with 4.3
142
145
143
-
####1.5.1
146
+
####1.5.1
144
147
* Invalidate old transients
145
148
146
-
####1.5
149
+
####1.5
147
150
* Remove null framework support
148
151
* Fix breaking change by Instagram whilst maintaining old style support
149
152
* Remove thumbnail size option
150
153
151
-
####1.4
154
+
####1.4
152
155
* Introduce class filters
153
156
* Only set a transient if images are returned
154
157
* Optional template part for complete output control
155
158
156
-
####1.3.1
159
+
####1.3.1
157
160
* Force lowercase usernames
158
161
* Correct hook name
159
162
160
-
####1.3
163
+
####1.3
161
164
* Option to open links in new window
162
165
* Support for video items (with filter to disable this)
163
166
* New actions for adding custom output to the widget
0 commit comments