-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathreadme.txt
132 lines (101 loc) · 4.52 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
=== Maera ===
[Maera](#) is a developer-friendly theme that allows you to quickly prototype sites and extend it with your own custom plugins.
== Instructions ==
Maera includes a blogging shell. You can get more shells from https://press.codes/
== Limitations ==
Maera Requires you to install these plugins:
* [Timber Library](https://wordpress.org/plugins/timber-library/)
* [Jetpack](https://wordpress.org/plugins/jetpack/)
* [Kirki](https://wordpress.org/plugins/kirki/)
Additional plugins may depend on other plugins and in that case you will be notified from your dashboard
== Credits ==
* [_s](https://github.com/Automattic/_s) theme by Automattic, and released under the GPL v2.0.
* [html5shiv](http://code.google.com/p/html5shiv/) script by Remy Sharp, and is dual-licensed under the MIT or GPL Version 2 licenses.
== Browser Support ==
Chrome, Firefox, Safari and IE10+ are supported. IE7, IE8 and IE9 are not supported.
== Changelog ==
= 2.0 =
* Fix Multiple DB options
* Fix Template Tag Archive function
* Fix styling of categories when there are 20+ resulting in grouped up categories
* Add post tag display
* Fix Attachment Pages
* Add styling for [audio] and [video] shortcodes
* Fix password protected posts
* Add styling for quote tags
* Fix readability of Byline
* Fix archive page titles
* Add styling for [gallery] shortcode
* Fix multiple responsive issues
* Modify/Fix script registration
* Fix translation and strings
* Fix hardcoding of some scripts
* Add extra sanitzation checks to edd templates and core shell
* Fix missing sanitization for theme Customizer options
* Fix wrong filenames
* Fix multiple issues with translations and textdomains using incorrect functions and missing text domain
* Add support for core WordPress CSS classes
* Fix styling on comments
* Fix styling on widgets
= 1.4 =
* Fix searchform.twig causing internal server errors
* Remove search filter breaking external search plugins
* Fix use correct function for locating files
* Fix multiple warnings
* Modification: No Longer require Kirki for the core framework
* Remove admin notice about the add-ons tabs that was removed in prior versions
* Modification: Stop auto-activating plugins
* Remove un-needed jQuery enqueue
* Remove Kirki as an embedded plugin
* Remove Timber as an embedded plugin
= 1.3 =
* Bug Fixes
= 1.2 =
* New: Kirki & Timber plugins as well as some Jetpack classes are now embedded. Installing external plugins is no longer required for the core theme.
* New: Easy-Digital-Downloads integration
* New: WooCommerce integration
* Fix: Core shell CSS tweaks
* Fix: Change sr-only class to screen-reader-text
* New: Implemented a class autoloader
* Tweak: Deactivate auto-installer
* Tweak: Use dashicons instead of elusive icons
* Tweak: Keep pagination links as anchors
* Fix: Properly use add_query_arg()
* Tweak: Comments template
* Fix: fix incorrect path URLs
* Tweak: better template-hierarchy.php
* Tweak: WordPress coding standards
* Fix: Other minor bugfixes
* Tweak: Add before_widget & after_widget to the logo widget
* Fix: Align left images on the extended-posts widget
= 1.1.1 =
* Fix: Added a default license key
* New: More OOP design
* New: Change the Timber cache folder (soon to be supported by Timber core)
* Fix: Undefined index messages on the admin settings screen
* New: Introducing Maera_Widget_Dropdown_Class.php
* Fix: Move core styles to style.css
= 1.1.0 =
* Fix: Most methods are not non-static.
* New: The theme is now more OOP.
* New: You can now choose a caching method from the admin options.
* Fix: Disabling file caches (there were issues on sites hosted on WPEngine).
* Fix: Updating the Maera_Logo_Widget rendering method.
* Fix: Typo preventing proper template rendering for tag archives.
* Fix: Added check for MAERA_VERSION constant.
* Fix: Code cleanup.
* New: Introducing a Maera_Helper class.
* Fix: Move file requires outside the main Maera object.
* Fix: Moved test_missing method to the Maera_Required_Plugins class.
* Fix: Moved get_search_form method to the Maera_Template class.
* Fix: Moved body_class method to the Maera_Styles class.
* Fix: Renamed the Maera_Template->main method to Maera_Template->render.
* New: Introducing new "screen-reader-text" classes as per https://make.wordpress.org/accessibility/2015/01/27/test-chat-summary-januari-26/
= 1.0.3 =
* Fix: Jetpack was being forced to Dev mode some hosts even when dev mode was disabled from the theme options dashboard.
= 1.0.2 =
* Fix: remote-installer scripts were not loading properly
= 1.0.1 =
* Fix: typo preventing automatic updates
= 1.0.0 =
* Initial release