-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
60 lines (39 loc) · 1.56 KB
/
readme.txt
File metadata and controls
60 lines (39 loc) · 1.56 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
== BC Randonneurs ==
Contributors: Erika Rathje
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
A theme specifically designed for BC Randonneurs
To build it, have the version of node specified in .node-version
command: npm run build
copy the output from dist/
Run validation tests after copying via npm run test:e2e
Increment the version with npm version minor --no-git-tag-version
(or major, or patch)
== Changelog ==
= 1.3.0 =
* Split SCSS into partials (styles/ directory)
* Add JS entry point (bcr-wp-script.ts) with module bundling
* Add version sync script (npm version syncs style.css automatically)
= 1.2.0 =
* split functions.php
= 1.1.0 =
* Add SASS + lightningcss build system (yarn build outputs deployable theme to dist/)
* Move stylesheets to src/ as SCSS source files
* Add content-hash cache busting for enqueued CSS
= 1.0.0 =
* Initial release
== Copyright ==
BC Randonneurs WordPress Theme, (C) 2025 Erika Rathje
BC Randonneurs is distributed under the terms of the GNU GPL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.