Skip to content

Commit

Permalink
Merge branch 'release-candidate'
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 19, 2024
2 parents 96778f2 + 56cf691 commit b5fe8f6
Show file tree
Hide file tree
Showing 52 changed files with 567 additions and 511 deletions.
4 changes: 2 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"rem-over-px/rem-over-px": [
true,
{
"fontSize": 10,
"fontSize": 16,
"ignore": [
"-4px",
"-3px",
Expand Down Expand Up @@ -91,7 +91,7 @@
"no-duplicate-selectors": true,
"length-zero-no-unit": true,
"font-weight-notation": "numeric",
"number-max-precision": 3,
"number-max-precision": 4,
"selector-class-pattern": null,
"selector-max-class": 4,
"selector-max-combinators": 3,
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
### Unreleased
### 9.4.6: 2024-11-19

* Demo: Prevent spaces in theme-info link
* Fix newtheme-popos.sh script location detection
* Check if pll_translatable is set
* Fix gulp task stripping out @font-face declaration
* Remove postcss-discard-unused and postcss-minify-font-values
* Make black truly black
* Add Mona Sans variable font
* Re-design placeholder content
* Remove root font-size 62.5%, add rem-over-px formula, Fixes #192

### 9.4.5: 2024-10-25

Expand Down
4 changes: 2 additions & 2 deletions bin/tasks/additions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ chmod 777 ${PROJECT_PATH}/media

echo "${YELLOW}Generating default README.md...${TXTRESET}"

NEWEST_AIR_VERSION="9.4.5"
NEWEST_WORDPRESS_VERSION="6.6.2"
NEWEST_AIR_VERSION="9.4.6"
NEWEST_WORDPRESS_VERSION="6.7.0"
NEWEST_PHP_VERSION="8.3"
CURRENT_DATE=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_');
echo "# ${PROJECT_NAME}
Expand Down
Loading

0 comments on commit b5fe8f6

Please sign in to comment.