-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
110 lines (85 loc) · 4.56 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
=== Poe ===
Contributors: Anlino
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=anders%40andersnoren%2ese&lc=US&item_name=Free%20WordPress%20Themes%20from%20Anders%20Noren¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Requires at least: 6.2
Requires PHP: 5.6
Tested up to: 6.5
Stable tag: trunk
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
== Installation ==
1. Make sure you're running WordPress 6.1 or later.
2. Upload the theme.
3. Activate the theme.
== Licenses ==
Poe is derived from the Davis Blocks theme, Copyright (c) 2022 Anders Norén.
Davis Blocks is distributed under the terms of the GNU GPL version 2.0.
Poe bundles the following third-party resources:
Inter font
License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
Source: https://fonts.google.com/specimen/Inter/
All illustrations and icons in the theme files and screenshot.png by Anders Norén
License: Creative Commons Zero, https://creativecommons.org/publicdomain/zero/1.0/
== Changelog ==
Version 0.4.2 (2024-05-03)
-------------------------
- Updated stylesheet enqueue to make sure the parent theme stylesheet is loaded even when a child theme is active.
Version 0.4.1 (2023-08-21)
-------------------------
- Removed opt-in of the opinionated wp-block-styles, since it causes issues with pull quote styles in 6.3.
- Updated styles to account for removal of wp-block-styles.
Version 0.4 (2023-02-22)
-------------------------
- Added WordPress 6.1 support.
- Theme.json: Added spacingSizes.
- Theme.json: Added element styles for button, heading, caption, and link, and removed the CSS it replaces.
- Enabled fluid font sizes in theme.json.
- Enabled useRootPaddingAwareAlignments in theme.json.
- Enabled blockGap in theme.json.
- Updated "Requires at least" and "Tested up to" to 6.1.
- Removed some custom styles for the calendar and tables from style.css.
- Bumped copyright year in the footer to 2023.
- Removed function_exists() checks for register_block_pattern_category and register_block_style, since we're requiring WordPress 6.1.
Version 0.3 (2022-10-10)
-------------------------
- Replaced the home.html template with front-page.html, since the blog archive is unusable when home.html is included in the theme. This could cause issues if you don't have a page set as "Homepage" on Settings → Reading.
Version 0.2.6 (2022-10-07)
-------------------------
- Removed index.php, since it's no longer needed to pass the WordPress.org automatic theme review.
Version 0.2.5 (2022-09-27)
-------------------------
- Updated <!-- wp:template-part --/> to omit the "theme":"poe" code, fixing issues when modifying template parts in child themes (thanks, @janboddez).
Version 0.2.4 (2022-09-09)
-------------------------
- Another stab at the blockGap issue, now by removing spaces around the values inside var() which seem to trip up Gutenberg.
Version 0.2.3 (2022-09-09)
-------------------------
- Fixed a blockGap issue causing missing gutters in columns when running the Gutenberg plugin.
Version 0.2.2 (2022-07-28)
-------------------------
- Moved the contents of header.html and footer.html to their respective patterns, and included those patterns with <!-- wp:pattern /--> in the template parts.
- Added a maximum width to inputs, preventing overflow of inputs without plugin styles.
Version 0.2.1 (2022-07-15)
-------------------------
- Updated the demo content pattern to remove the second section with post previews, preventing duplicated content on home.html by default.
- Added placeholder links to all menus, and removed reference to menu ID (ref attribute).
Version 0.2 (2022-07-14)
-------------------------
- Moved all of the patterns to the /patterns/ folder, and removed the PHP functions previously used to register patterns.
- Added home.html, which can be used as a starting point for a home page and is displayed as the front page in the Preview on WordPress.org. It outputs the new demo content pattern.
- New patterns:
- General: Demo content
- General: Wide heading with link
- Portfolio: Portfolio cases
Version 0.1.2 (2022-07-13)
-------------------------
- Updated the screenshot to look less like an ad.
- Updated the theme description with accurate number of Global Styles variations.
Version 0.1.1 (2022-07-12)
-------------------------
- Minor fixes in the style.css theme description.
- Fixed the font filename in theme.json having incorrect casing, causing issues on some hosts.
- Fixed default pull quote font size.
- Adjusted post header block gap.
Version 0.1 (2022-07-11)
-------------------------