-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.txt
445 lines (334 loc) · 16.7 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
=== Hearthstone Cards for WordPress ===
Contributors: flowdee, kryptonitewp
Donate link: https://kryptonitewp.com/donations/hearthstone-cards/
Tags: hearthstone, blizzard, cards, overlay, card, deck, tooltip, hearthstone cards, gold
Requires at least: 3.5.1
Requires PHP: 5.6.0
Tested up to: 5.2.2
Stable tag: 2.9.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Hearthstone Cards for WordPress adds an overlay to written card names and displays the associated image while hovering them.
== Description ==
Hearthstone Cards for WordPress adds an overlay to written card names and displays the associated image while hovering them.
= Features =
* Use brackets e.g. [Flamewaker] to convert card names
* Supporting: Posts, Pages, Custom Post Types, Comments, bbPress, Page Builder, BuddyPress & Text Widgets
* Adding overlay and displays the associated image while hovering card names
* Supporting the following languages for displaying card names: English, Chinese, French, German, Russian, Spanish & Portuguese (Brazil)
* Card images are available in English only
* Show colored card names according to their rarity
* Configuration page for more options
* Try out the online [demo](https://kryptonitewp.com/demo/hearthstone-cards-wordpress/)
* Regular updates and improvements: Go though the [changelog](https://wordpress.org/plugins/hearthstone-cards/#developers)
> <strong>Please note</strong><br>
> Switched back to public CDN instead of hosting card files on our server because no one ever donated. This may lead to broken card images in future, but there's no other way.
> Unfortunately, the used card images database is deprecated and right now there's no way to get the card images of the latest Hearthstone version. Nothing we can do from our side as well.
> Officially, this plugin is marked as "non-supported".
= How to display Hearthstone Cards =
Please use e.g. [Flamewaker] to convert your card names within your WordPress pages or posts.
Basically take care of using correct special character according to your selected language.
= Support =
* Browse [issue tracker](https://github.com/flowdee/hearthstone-cards/issues) on GitHub
* [Follow me on Twitter](https://twitter.com/flowdee) to stay in contact and informed about updates
= Credits =
All card images and names copyright © Blizzard Entertainment, Inc. Hearthstone® is a registered trademark of Blizzard Entertainment, Inc. This plugin is not affiliated or associated with or endorsed by Hearthstone® or Blizzard Entertainment, Inc.
== Installation ==
The installation and configuration of the plugin is as simple as it can be.
= Using The WordPress Dashboard =
1. Navigate to the 'Add New' in the plugins dashboard
2. Search for 'hearthstone-cards'
3. Click 'Install Now'
4. Activate the plugin on the Plugin dashboard
= Uploading in WordPress Dashboard =
1. Navigate to the 'Add New' in the plugins dashboard
2. Navigate to the 'Upload' area
3. Select `hearthstone-cards.zip` from your computer
4. Click 'Install Now'
5. Activate the plugin in the Plugin dashboard
= Using FTP =
1. Download `hearthstone-cards.zip`
2. Extract the `hearthstone-cards` directory to your computer
3. Upload the `hearthstone-cards` directory to the `/wp-content/plugins/` directory
4. Activate the plugin in the Plugin dashboard
== Frequently Asked Questions ==
= How does the plugin work? =
The plugin searches for Hearthstone card names within brackets e.g. [Druid of the Claw] or [Druid of the Claw gold] and automatically adds an overlay to them.
Basically take care of using correct special character according to your selected language.
= Multisite supported? =
Yes of course. Please install the plugin via the network administration but **don't activate for network**! Activate the plugin for each single blog instead.
== Screenshots ==
1. Configuration screen
2. Hearthstone Cards overlay in action
== Changelog ==
= Version 2.9.0 (20th June 2019) =
* Info no. 1: Switched back to public CDN instead of hosting card files on our server because no one ever donated. This may lead to broken card images in future, but there's no other way.
* Info no. 2: Unfortunately, the used card images database is deprecated and right now there's no way to get the card images of the latest Hearthstone version. Nothing we can do from our side as well.
* Info no. 3: Officially, I will mark this plugin as "non-supported" from now.
* Updated cards database to latest 30103
* WordPress 5.2.2 compatibility
= Version 2.8.0 (15th April 2019) =
* New: Added cards for "Rise of Shadows" expansion
* Updated cards database to latest 30103
* WordPress 5.1.1 compatibility
= Version 2.7.0 (8th December 2018) =
* New: Added cards for "Rastakhan's Rumble" expansion
* Updated cards database to latest 27845
* WordPress 5.0 compatibility
= Version 2.6.0 (17th August 2018) =
* New: Added cards for "The Boomsday Project" expansion
* Updated cards database to latest 25770
* WordPress 4.9.8 compatibility
= Version 2.5.0 (15th April 2018) =
* New: Added cards for "Witchwood" expansion
* Improvement: Automatically empty cards/images cache after plugin was updated
* Updated cards database to latest 23966
* WordPress 4.9.5 compatibility
= Version 2.4.4 (21th March 2018) =
* Improvement: Using our own CDN in order to prevent third party dependency (donations appreciated, see settings page)
* Fix: Cards weren't converted anymore (due to structural changes in the used sources)
* Unfortunately golden card images are no longer available
= Version 2.4.3 (4th March 2018) =
* New: Added support for Italian card names
* Fix: Changing card name language didn't empty the plugin cache properly
* WordPress 4.9.4 compatibility
= Version 2.4.2 (9th December 2017) =
* Updated local cards database to latest 22611
* WordPress 4.9.1 compatibility
= Version 2.4.1 (29th September 2017) =
* WordPress 4.8.2 compatibility
= Version 2.4.0 (28th September 2017) =
* Fix: Cards weren't converted anymore (due to image source changes)
* Updated local cards database to latest 20970
= Version 2.3.9 (12th August 2017) =
* Updated local cards database to latest 20457
= Version 2.3.8 (21th June 2017) =
* Fix: An API captcha prevented to plugin to receive the newest card data
* Updated local cards database to latest 19632
= Version 2.3.7 (5th March 2017) =
* Replaced card image source in order to avoid https issues
* Added settings page note for available card image languages
* Updated local cards database to latest 17720
= Version 2.3.6 (13th December 2016) =
* Updated local cards database to latest v15590
= Version 2.3.5 (2nd December 2016) =
* Temporarily switched card images source
* !!! Be aware: Long-term changes coming soon, until then all cards are English and not from SSL source !!!
= Version 2.3.4 (10th October 2016) =
* Updated local cards database to latest v14830
= Version 2.3.3 (22th September 2016) =
* New: Added feedback about the automated card updates to settings page
* Updated local cards database to latest v14406
= Version 2.3.2 (11th May 2016) =
* Increased default caching time for card data from 1 to 5 days
* Added local fallback when latest card data from API is not available
* Added missing translations
* Fixed and issue when latest card data from API was not available
= Version 2.3.1 (4th May 2016) =
* Fix: Card data couldn't be fetched in a certain circumstance (replaced file_get_contents with wp_remote_get)
* Fix: Card data will only be cached when it was fetched correctly from now on
= Version 2.3.0 (29th April 2016) =
* !!! After updating the plugin you have to re-activate it !!!
* New: New cards and data will now be fetched via an API automatically
* New: Card data cache can be renewed manually via settings page
* New: Plugin can now be translated by the community
* New: Added German translations
* Optimized card validation
* Fixed several wrong card/image assignments
* Moved Javascript file to footer
* Renamed plugin folder and files
= Version 2.2.1 (22th March 2016) =
* Fixed a bug which prevents some basic cards to be converted
* Fixed a bug which leads into broken images
* Updated card database to the latest patch
= Version 2.2.0 (29th December 2015) =
* New: Added "League of Explorers" cards!
* Updated to latest patch v4.1.0.10956
= Version 2.1.3 (7th November 2015) =
* Fixed card validation which prevents e.g. The Coin from being showed
= Version 2.1.2 (7th November 2015) =
* New: Added support for Chinese cards
* Updated existing card sets
= Version 2.1.1 (27th September 2015) =
* Updated WP.org assets
* Checked compatibility and bumped version
= Version 2.1.0 (27th August 2015) =
* New: Added "The Grand Tournament" cards!
= Version 2.0.1 (18th July 2015) =
* Fixed minor php notices
= Version 2.0.0 (17th July 2015) =
* New: Added support for Comments, bbPress, Page Builder, BuddyPress & Text Widgets
= Version 1.8.1 (24th June 2015) =
* Fix: Plugin will no longer execute within feeds
* https friendly image implementation
= Version 1.8.0 (21th June 2015) =
* New: Added support for gold (premium) cards: e.g. [Flamewaker gold]
* New: Added "Tavern Brawl" cards!
= Version 1.6.2 (4th June 2015) =
* Minor updates
= Version 1.6.1 (7th May 2015) =
* Fix: Broken html replacement
= Version 1.6.0 (3rd April 2015) =
* New: Added "Blackrock Mountain" cards!
= Version 1.5.3 (8th February 2015) =
* Updated assets (screenshots and plugin directory banner)
* New: Portuguese (Brazil) language support
= Version 1.5.1 (23th January 2015) =
* Rebuild plugin structure
* Updated configuration page
* Performance improvements
* Fix: Overlay position for a better usability
* Fix: Colored card names didn't show up properly
* Fix: Inverted comma work correctly now
* New: Support for mobile devices
* New: Support for multilingual options page: [Send](http://coder.flowdee.de/contact/) me your translations
= Version 1.5 (7th December 2014) =
* New: Added "Goblins vs Gnomes" cards!
= Version 1.4 (31th August 2014) =
* New: Added colored card names (optional)
* New: Added bold card links (optional)
= Version 1.3 (25th August 2014) =
* Improved compatibility
* Fixed some bugs for fopen/curl usage (from now on using WordPress' wp_remote_fopen function)
= Version 1.2 (22th August 2014) =
* Rebuild usability to improve reliable card name detection. Please use e.g. [Druid of the Claw] to convert your card names.
= Version 1.1 (8th August 2014) =
* Naxxramas cards
= Version 1.0 (11th July 2014) =
* Initial release
== Upgrade Notice ==
= Version 2.9.0 (20th June 2019) =
* Info no. 1: Switched back to public CDN instead of hosting card files on our server because no one ever donated. This may lead to broken card images in future, but there's no other way.
* Info no. 2: Unfortunately, the used card images database is deprecated and right now there's no way to get the card images of the latest Hearthstone version. Nothing we can do from our side as well.
* Info no. 3: Officially, I will mark this plugin as "non-supported" from now.
* Updated cards database to latest 30103
* WordPress 5.2.2 compatibility
= Version 2.8.0 (15th April 2019) =
* New: Added cards for "Rise of Shadows" expansion
* Updated cards database to latest 30103
* WordPress 5.1.1 compatibility
= Version 2.7.0 (8th December 2018) =
* New: Added cards for "Rastakhan's Rumble" expansion
* Updated cards database to latest 27845
* WordPress 5.0 compatibility
= Version 2.6.0 (17th August 2018) =
* New: Added cards for "The Boomsday Project" expansion
* Updated cards database to latest 25770
* WordPress 4.9.8 compatibility
= Version 2.5.0 (15th April 2018) =
* New: Added cards for "Witchwood" expansion
* Improvement: Automatically empty cards/images cache after plugin was updated
* Updated cards database to latest 23966
* WordPress 4.9.5 compatibility
= Version 2.4.4 (21th March 2018) =
* Improvement: Using our own CDN in order to prevent third party dependency (donations appreciated, see settings page)
* Fix: Cards weren't converted anymore (due to structural changes in the used sources)
* Unfortunately golden card images are no longer available
= Version 2.4.3 (4th March 2018) =
* New: Added support for Italian card names
* Fix: Changing card name language didn't empty the plugin cache properly
* WordPress 4.9.4 compatibility
= Version 2.4.2 (9th December 2017) =
* Updated local cards database to latest 22611
* WordPress 4.9.1 compatibility
= Version 2.4.1 (29th September 2017) =
* WordPress 4.8.2 compatibility
= Version 2.4.0 (28th September 2017) =
* Fix: Cards weren't converted anymore (due to image source changes)
* Updated local cards database to latest 20970
= Version 2.3.9 (12th August 2017) =
* Updated local cards database to latest 20457
= Version 2.3.8 (21th June 2017) =
* Fix: An API captcha prevented to plugin to receive the newest card data
* Updated local cards database to latest 19632
= Version 2.3.7 (5th March 2017) =
* Replaced card image source in order to avoid https issues
* Added settings page note for available card image languages
* Updated local cards database to latest 17720
= Version 2.3.6 (13th December 2016) =
* Updated local cards database to latest v15590
= Version 2.3.5 (2nd December 2016) =
* Temporarily switched card images source
* !!! Be aware: Long-term changes coming soon, until then all cards are English and not from SSL source !!!
= Version 2.3.4 (10th October 2016) =
* Updated local cards database to latest v14830
= Version 2.3.3 (22th September 2016) =
* New: Added feedback about the automated card updates to settings page
* Updated local cards database to latest v14406
= Version 2.3.2 (11th May 2016) =
* Increased default caching time for card data from 1 to 5 days
* Added local fallback when latest card data from API is not available
* Added missing translations
* Fixed and issue when latest card data from API was not available
= Version 2.3.1 (4th May 2016) =
* Fix: Card data couldn't be fetched in a certain circumstance (replaced file_get_contents with wp_remote_get)
* Fix: Card data will only be cached when it was fetched correctly from now on
= Version 2.3.0 (29th April 2016) =
* !!! After updating the plugin you have to re-activate it !!!
* New: New cards and data will now be fetched via an API automatically
* New: Card data cache can be renewed manually via settings page
* New: Plugin can now be translated by the community
* New: Added German translations
* Optimized card validation
* Fixed several wrong card/image assignments
* Moved Javascript file to footer
* Renamed plugin folder and files
= Version 2.2.1 (22th March 2016) =
* Fixed a bug which prevents some basic cards to be converted
* Fixed a bug which leads into broken images
* Updated card database to the latest patch
= Version 2.2.0 (29th December 2015) =
* New: Added "League of Explorers" cards!
* Updated to latest patch v4.1.0.10956
= Version 2.1.3 (7th November 2015) =
* Fixed card validation which prevents e.g. The Coin from being showed
= Version 2.1.2 (7th November 2015) =
* New: Added support for Chinese cards
* Updated existing card sets
= Version 2.1.1 (27th September 2015) =
* Updated WP.org assets
* Checked compatibility and bumped version
= Version 2.1.0 (27th August 2015) =
* New: Added "The Grand Tournament" cards!
= Version 2.0.1 (18th July 2015) =
* Fixed minor php notices
= Version 2.0.0 (17th July 2015) =
* New: Added support for Comments, bbPress, Page Builder, BuddyPress & Text Widgets
= Version 1.8.1 (24th June 2015) =
* Fix: Plugin will no longer execute within feeds
* https friendly image implementation
= Version 1.8.0 (21th June 2015) =
* New: Added support for gold (premium) cards: e.g. [Flamewaker gold]
* New: Added "Tavern Brawl" cards!
= Version 1.6.2 (4th June 2015) =
* Minor updates
= Version 1.6.1 (7th May 2015) =
* Fix: Broken html replacement
= Version 1.6.0 (3rd April 2015) =
* New: Added "Blackrock Mountain" cards!
= Version 1.5.3 (8th February 2015) =
* Updated assets (screenshots and plugin directory banner)
* New: Portuguese (Brazil) language support
= Version 1.5.1 (23th January 2015) =
* Rebuild plugin structure
* Updated configuration page
* Performance improvements
* Fix: Overlay position for a better usability
* Fix: Colored card names didn't show up properly
* Fix: Inverted comma work correctly now
* New: Support for mobile devices
* New: Support for multilingual options page: [Send](https://github.com/flowdee/support/) me your translations
= Version 1.5 (7th December 2014) =
* New: Added "Goblins vs Gnomes" cards!
= Version 1.4 (31th August 2014) =
* New: Added colored card names (optional)
* New: Added bold card links (optional)
= Version 1.3 (25th August 2014) =
* Improved compatibility
* Fixed some bugs for fopen/curl usage (from now on using WordPress' wp_remote_fopen function)
= 1.2 (22th August 2014) =
* Rebuild usability to improve reliable card name detection. Please use e.g. [Druid of the Claw] to convert your card names.
= Version 1.1 (8th August 2014) =
* Added "Naxxramas" cards
= Version 1.0 (11th July 2014) =
* Initial release