forked from cohhe/shopera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.txt
More file actions
executable file
·136 lines (112 loc) · 3.97 KB
/
changelog.txt
File metadata and controls
executable file
·136 lines (112 loc) · 3.97 KB
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
Shopera changelog
= Version 1.3.8 =
* Fixed accept term checkbox at checkout
= Version 1.3.7 =
* Updated welcome screen
= Version 1.3.5 =
* Fixed breadcrumb width
* Fixed footer if statement
= Version 1.3.4 =
* Added dummy content
= Version 1.3.3 =
* Added welcome screen
= Version 1.3.2 =
* Fixed content issue
* Fixed WordPress 4.4 compatibility issue
= Version 1.3.1 =
* Fixed some header responsiveness issues
= Version 1.3 =
* Fixed shortcode issues on single post pages
* Fixed calendar/custom menu widget styling issue at footer
* Fixed mobile menu styling issues
* Fixed large logo styling issues
= Version 1.2.9 =
* Fixed single product image issue
= Version 1.2.8 =
* Added featured content external URL feature;
* Fixed page twitching while scrolling
= Version 1.2.7 =
* Fixed Flickr widget
* Fixed woo_featured_categories title style
* Fixed other styling issues
= Version 1.2.6 =
* Added Go Premium button at customizer
* WooCommerce shop breadcrumb image are now customizable
* Some Safari browser compatibility fixes
= Version 1.2.5 =
* Added missing language strings
* Changed add_submenu_page() to add_theme_page()
* Fixed some styling issues
* Fixed cart button
= Version 1.2.4 =
* Fixed comment form style;
* Updated WooCommerce template
= Version 1.2.3 =
* Fixed the Shopera functionality plugin installation issue
= Version 1.2.2 =
* Added documentation button at customizer
* Updated images copyright information
* Added missing TGM plugin files
* Removed tb-testimonials.zip, now using Easy Testimonials for testimonials
= Version 1.0.13 =
* Removed commented code from functions.js
* Added logo font size through wp_head hook
= Version 1.0.12 =
* Fixed social links at customizer
* Fixed text domain at WooCommerce templates
* Remove license information for Option Tree
* Added recommended logo size at customizer
* Default layout for posts now is taken from customizer
* Properly sanitized customizer checkboxes
* Sanitized shopera_font_size with absint
* Updated translation files
= Version 1.0.11 =
* Used esc_atrr to echo ICL_LANGUAGE_CODE
* Fixed post type design issues
* Moved shopera_get_woo_categories function to shopera-functionality plugin
* Got rid of Option Tree and moved theme options to customizer
* Fixed template issue with WooCommerce, kept templates to bare minimum
= Version 1.0.10 =
* Updated Option Tree version
* Prefixed create_meta_boxes class
* Using sane defaults for Option Tree
* Updated Isotope version to 2.2 and updated its license
* Implemented microformats for theme template
* Declared support for WooCommerce
* Updated some WooCommerce templates
* Fixed Layout at Add New post page
* Removed log statement from admin-master.js
= Version 1.0.9 =
* Moved add_theme_support call inside shopera_setup function
* Removed custom-header support from style.css file
* Enqueued admin-master.js script in pages where it's being used
* Removed title tag in header.php
* Styled galleries
* Fixed some translation issues
* Added some image licenses
= Version 1.0.8 =
* Prefixed classes with theme slug
* Prefixed responsiveness.css file
* Fixed some untranslatable strings at Theme Options
* Added URL field controls for comment form, it can now be hidden at Theme Options
* Added missing license information
* Fixed Layout type option in posts
* Implemented Favicon through wp_head hook
* Made some data sanitization improvements
* Fixed minor JS issues
= Version 1.0.7 =
* Added theme support for "title-tag"
* Updated license information for bundled resources
* Created documentation, it can be found here: http://documentation.cohhe.com/shopera/
* Correctly implemented Option Tree
* Fixed "Featured Content" at customizer
* Removed backward compatibility for WP > 3.6
* Prefixed theme functions with theme slug
* Included admin CSS/JS only where it needs to be
* Removed some unnecessary WooCommerce templates
* Sanitized theme options
* Made some untranslatable strings translatable
* Changed POT file name
* Fixed text domain where it wasn't correct
= Version 1.0 =
* Initial release