BC-Randonneurs/wordpress-theme
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
== 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.