-
Notifications
You must be signed in to change notification settings - Fork 20
/
CHANGELOG.txt
81 lines (64 loc) · 3.54 KB
/
CHANGELOG.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
# FavePersonal
## Version 1.5
- (change) Update the included Social plugin to version 2.10 (fixes threaded comments)
- (change) Update the included Post Formats Admin UI plugin to version 1.3.1 (WP 3.8 admin UI)
- (change) Update the included CF Colors plugin to version 2.1 (WP 3.8 admin UI)
- (change) admin UI refresh for WordPress 3.8 compatibility
## Version 1.4.1
- (change) Update the included Post Formats Admin UI plugin to version 1.2
## Version 1.4
- (feature) Add ability to insert shortcodes in Bio Widget
- (feature) Include Carrington Core v3.7
- (change) Gallery navigation arrows now match bio widget arrows.
- (change) Reduce footer link to single URL per WordPress.org guideline
- (change) Remove option to hide credit link
- (fix) Gallery captions and descriptions were flickering the wrong information the first time through
- (fix) Bio Widget links were using the same custom icon for all links in rare instances
- (fix) Proper version number for update checking
- (fix) Don't show comments/form for post types that don't support them
- (fix) Put in production mode to use built CSS files
- (fix) Child theme download works as expected
- (fix) Point documentation links to updated URLs
## Version 1.3
- Added Image and Video post format archive templates
- Broadcasting of post formats image and video to Facebook use native Facebook formats
- Gallery shortcodes with specified post ids now work properly in RSS feeds
- Use ColourLovers instead of Adobe Kuler for color sets
- Make spacing between posts in mobile views more consistent
- Addressed bug in Bio Widget admin that would cause the favicon lookup to pause indefinitely when pressing enter in the URL field for a link
- Updated Bio Widget link admin so that pressing enter when the "Add" button is focused triggers the "click" action on that button
- Addressed bug with responsive resizing of captioned images in front end.
- Updated to Social 2.9.2
- Presumptive WordPress 3.6 compatibility
## Version 1.2
- WordPress 3.5 compatibility
- Support for gallery shortcode with ID parameters
- Support for multiple galleries in a single page/post
- Support for swiping Left/Right to navigate galleries on touch devices
- New-style WP generated caption shortcodes work properly
- Updated Kuler API compatibliity
- Update the included Social plugin to version 2.6.1
- Update the included Post Formats Admin UI plugin to version 1.1
- Update the included CF Colors plugin to version 1.0.2
- Update the included CF Gallery JavaScript to version 1.1
- Minimum required WordPress version: 3.5
## Version 1.1
- Update the included Social plugin to version 2.5
- Update the included Post Formats Admin UI plugin to version 1.0.2
- When Social is disabled, still output comments imported via Social as expected.
- When Social is loaded as a plugin, still enable FavePersonal's Social filters
- Proper color for .comments-title when Social is disabled
- Add a filter to the WP_Query that populates the featured posts in the header
- Use new WordPress 3.4 syntax for various functions
- Update included Carrington Core to version 3.4
- Minimum required WordPress version: 3.4
## Version 1.0.1
- added CHANGELOG
- when colors are changed, throw an action so that cache plugins can respond accordingly
- compressed CSS output in HTML head
- added child theme CSS download feature
- store favicon images for bio widget in a manner that is more compatible with WPMS
- Colors feature is now a submodule of our public repo on GitHub
- update to latest Post Formats plugin (presumtive WordPress 3.4 compatibility)
## Version 1.0
- first public release