Skip to content

Commit 0d777ac

Browse files
committed
build(v35) transpile from v4
1 parent d4a2067 commit 0d777ac

File tree

150 files changed

+5396
-17560
lines changed

Some content is hidden

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

150 files changed

+5396
-17560
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,18 @@ jobs:
3232
test_without_uopz:
3333
strategy:
3434
matrix:
35-
php_version: [ '7.1', '7.2', '7.3', '7.4' ]
35+
php_version: [
36+
# '7.1', # Disabled since WordPress minimum requirement is 7.2.
37+
'7.2',
38+
'7.3',
39+
'7.4'
40+
]
3641
suite:
3742
- acceptance
3843
- climodule
3944
- functional
4045
- muloader
41-
- webdriver
46+
# - webdriver Disabled until debugged.
4247
- wpcli_module
4348
- wploader_multisite
4449
- wploader_wpdb_interaction

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [unreleased] Unreleased
66

7+
## Added
8+
9+
- The `MysqlServerController` extension.
10+
11+
### Fixed
12+
13+
- Ensure the `WPLoader` module will initialize correctly when used in `loadOnly` mode not using the `EventDispatcherBridge` extension. (thanks @lxbdr)
14+
- Support loading the `wpdb` class from either the `class-wpdb.php` file or the `wp-db.php` one, supporting older versions of WordPress (thanks @BrianHenryIE)
15+
- Read content, plugins and mu-plugins directories paths from the `WPLoader` configuration parameters correctly.
16+
- In the `WPTestCase` class, remove attachments created during tests between tests.
17+
718
## [3.6.5] 2024-06-26;
819

920
### Changed

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/README.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

docs/assets/favicon.png

-2.03 KB
Binary file not shown.

docs/assets/logo.png

-6.17 KB
Binary file not shown.

docs/commands.md

Lines changed: 0 additions & 226 deletions
This file was deleted.

docs/custom-configuration.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)