Releases: MEDIADUDES/FoundationPress
Releases · MEDIADUDES/FoundationPress
Release 3.2.0
This release adds an automated CI/CD workflow with GitHub Actions. This adds code checks directly in GitHub as well as an automated possibility to push the code to staging and production servers. So no more manual transfer of files via FTP.
The code for the CI/CD process with all of the functionality can be found in the /.github/workflows/deployment.yml file. A short overview of what it does:
- npm install + run npm build scripts
- composer install
- sync code with
rsync
to production or staging server. (both are supported) - add support for FontAwesome Pro npm repository
- SSH to production or staging server afterwards and execute some more commands with the WordPress CLI, like installing some plugins for disabling sending email in the staging server or flushing the page caches of caching plugins.
Also, the README.md is updated and also has some more informations on the automation > Check it out
Release 3.1.1
- Add WC theme support + fix WPML category bug
2787075
More informations on the category bug here:
https://wpml.org/forums/topic/translated-woocommerce-category-is-missing-products
Release 3.1.0
Release 3.0.0
- Bump mixin-deep from 1.3.1 to 1.3.2
#3
- Bump eslint-utils from 1.3.1 to 1.4.2
#2
- Add artfulchild functionality
#1
- Sort changelog with date descending
20d128f
- Add autofix as npm script + to release-it hooks
853ec63
- Add prettier to autofix
c91f1f9
- Add auto-changelog + release-it to manage releases
c0eb3ad
- Update changelog up to v2.11.0
0b6fdae
- Remove uneccessary dev:watch tasks
e347d45
- Add iconlist component
b7351d0
- Add button with icon kitchen sink example
ff92adb
- Add FontAwesome support
53bac9e
- Fix wrong source maps generated
9996817
- Add dev:watch npm script to just watch the files
c53a137
- Update dependencies
a195b62
- Add support for child themes
1d8d8e6
- Move exit intent reveal to helper folder
70fe4a2
- Update dependencies
eb1bd4d
- Update phpcs rules
da43a09
- Fix code style
dca16da
- Update npm dependencies
370b825
- Improve ExitIntentReveal comments
eb5c517
- Add ExitIntentReveal
720e477
- Format package.json
94d3c93
- Update translations
05ef8ca
- Update 404 page
0caaa71
- Update readme
43dba17
- Update translations
f43ffb8
- Rename legal navigation to bottom navigation
243bf95
- Remove translation function from menu names
7915a6c
- Translate german strings
f7bbd94
- Add text domain to stylesheet
1c331f0
- Add make-pot npm task
01776fb
- Remove back link from 404 page
5241643
- Fix autoprefixer not working
f748607
- Add comments to button component
4b0627e
- Improve pagination to be able to work with custom queries
cc47931
- Fix off canvas menu wrapper tag not closed
1473b9d
- Fix buttons don't have outlines when using keyboard
0865c2d
- Rename FAQ to Accordion & update it
da5d45d
- Add legal navigation to footer
ed5fd94
- Fix gutenberg appearance of blocks with full-width class
76f7dbe
- Fix footer class name + make footer aligned to the grid
69229df
- Remove overflow hidden from main container to support full width elements in boxed layout
38981a6
- Add full width helper class
c5af00d
- Add option to hide page title
39c5452
- Add button component & block
1bb56e0
- Add ie-only scss mixin
45b4ce8
- Only include babel polyfill if explicitly needed
face7c8
- Improve Gruntfile
205f34d
- Update composer.lock
e26455e
- Update dependencies
2c2fd37
- Gutenberg update. Make the theme compatible with blocks and add some example blocks
56318b1
- Watch images for changes
6877ae7
- Add example shared content file
8691015
- Add read more accordion
98ae266
- Move section from modules to global
9198e14
- Add default acf options page
f4d9adc
- Exclude inc folder from phpcs file names rule
50a27f1
- Add composer autoloader
1874b7a
- Change composer package name
9b790e9
- Update dependencies + remove deprecated parameters from foundation functions
2077690
- Add helper functions
59e8487
- Update dependencies
39a2446
- Add note to readme until which FoundationPress version this repo is updated
c69424e
- Update foundation_pagination
8a4d58a
- Update dependencies
6e1f80a
- Add update npm task
4e613d4
- Update dependencies
493f860
- Make webpack work production first
904189f
- Add section examples to kitchen sink
1c8bf6a
...