Skip to content

Commit b5fe8f6

Browse files
Merge branch 'release-candidate'
2 parents 96778f2 + 56cf691 commit b5fe8f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+567
-511
lines changed

.stylelintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"rem-over-px/rem-over-px": [
3939
true,
4040
{
41-
"fontSize": 10,
41+
"fontSize": 16,
4242
"ignore": [
4343
"-4px",
4444
"-3px",
@@ -91,7 +91,7 @@
9191
"no-duplicate-selectors": true,
9292
"length-zero-no-unit": true,
9393
"font-weight-notation": "numeric",
94-
"number-max-precision": 3,
94+
"number-max-precision": 4,
9595
"selector-class-pattern": null,
9696
"selector-max-class": 4,
9797
"selector-max-combinators": 3,

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
### Unreleased
1+
### 9.4.6: 2024-11-19
22

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

713
### 9.4.5: 2024-10-25
814

bin/tasks/additions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ chmod 777 ${PROJECT_PATH}/media
66

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

9-
NEWEST_AIR_VERSION="9.4.5"
10-
NEWEST_WORDPRESS_VERSION="6.6.2"
9+
NEWEST_AIR_VERSION="9.4.6"
10+
NEWEST_WORDPRESS_VERSION="6.7.0"
1111
NEWEST_PHP_VERSION="8.3"
1212
CURRENT_DATE=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_');
1313
echo "# ${PROJECT_NAME}

0 commit comments

Comments
 (0)