Skip to content

Commit

Permalink
Merge pull request #46 from jeremyfelt/fix/prep-1.6.2
Browse files Browse the repository at this point in the history
Prep 1.6.2 release
  • Loading branch information
jeremyfelt authored Nov 1, 2023
2 parents 1f8b296 + efed565 commit 4acda39
Show file tree
Hide file tree
Showing 13 changed files with 10,801 additions and 6,415 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ Those adjustments (a) remove the display of a title for the note post type and (

## Changelog

### 1.6.2

* Fix an issue when prepending reply markup to content during an oembed request. Thanks [jorbin](https://profiles.wordpress.org/jorbin/)!
* Update `@wordpress/scripts` dependency to 26.15.0.
* Add phpstan configuration.
* Remove old, unnecessary pre-PHP 5.6 notice.
* Confirm upcoming WordPress 6.4 support.

### 1.6.1

* Remove `vendor/` directory from distribution.
Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-components', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '508f05b7a61d9b3980de');
<?php return array('dependencies' => array('react', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-i18n', 'wp-plugins'), 'version' => '630d352c29236aa1cfaa');
2 changes: 1 addition & 1 deletion build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
"require": {
"php": ">=5.6",
"ext-json": "*"
},
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"phpunit/phpunit": "^5 || ^7 || ^8 || ^9",
"phpcompatibility/php-compatibility": "dev-develop as 9.99.9",
"phpunit/phpunit": "^9",
"sirbrillig/phpcs-variable-analysis": "*",
"squizlabs/php_codesniffer": "3.*",
"wp-coding-standards/wpcs": "*",
"yoast/phpunit-polyfills": "^1.0",
"yoast/phpunit-polyfills": "^2",
"phpstan/phpstan": "^1.10",
"szepeviktor/phpstan-wordpress": "^1.3",
"phpstan/extension-installer": "^1.3",
Expand All @@ -31,6 +32,9 @@
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
},
"platform": {
"php": "8.0"
}
}
}
Loading

0 comments on commit 4acda39

Please sign in to comment.