npm install
composer update
npm run start
if you're working with scss/js
- Run
composer phpcbf
andcomposer phpcs
to check for errors. Cleanup if needed. - Run
npm run build
.
- Download the repo
- Zip the theme folder
k1-theme
(not the enclosing file tree (wp-content/themes/
)) - Install the zip on WordPress as a Theme upload.
- Patched security issues with
@wordpress/scripts
- Updated packages
- Fix display bug on the team swiper on
/about
- Fixed
phpcs
errors - Added Github Action to check phpcs errors
- Add Archive page for Linktree links
- Update Giving Video Thumbnail
- BUILT: /give page
- Move ACF_Image class to a new
/acf
folder - Built API for the ACF Group Field Project and added acf json to the folder
- Move ACF_Image class to a new
- FIXED: /share-your-story leaf svg was causing overflow issues on mobile
- FIXED: Testimonials slider images have been standardized and set to not overflow their container
- FIXED: Author names were loading html incorrectly
- FIXED: default page view now has a wrapper div with classes
container my-5 py-5
for Bootstrap conformity
Official First Release!