From ffe497bcebe4e3575849f9fb826d72f0990dcde3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 20 Oct 2020 14:54:04 +0000 Subject: [PATCH] Docs: Use 3-digit, x.x.x style semantic versioning for `@since 5.6.0` entries in `WP_Image_Editor_Imagick`. See #50768. Built from https://develop.svn.wordpress.org/trunk@49233 git-svn-id: http://core.svn.wordpress.org/trunk@48995 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-image-editor-imagick.php | 5 ++--- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/wp-includes/class-wp-image-editor-imagick.php b/wp-includes/class-wp-image-editor-imagick.php index 5a2620330a..ab9d302070 100644 --- a/wp-includes/class-wp-image-editor-imagick.php +++ b/wp-includes/class-wp-image-editor-imagick.php @@ -722,11 +722,10 @@ class WP_Image_Editor_Imagick extends WP_Image_Editor { /** * Writes an image to a file or stream. * - * @since 5.6 + * @since 5.6.0 * * @param Imagick $image * @param string $filename The destination filename or stream URL. - * * @return true|WP_Error */ private function write_image( $image, $filename ) { @@ -855,7 +854,7 @@ class WP_Image_Editor_Imagick extends WP_Image_Editor { * Includes a workaround for a bug in Ghostscript 8.70 that prevents processing of some PDF files * when `use-cropbox` is set. * - * @since 5.6 + * @since 5.6.0 * * @return true|WP_error */ diff --git a/wp-includes/version.php b/wp-includes/version.php index e36a0043fb..1256c9c33e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49232'; +$wp_version = '5.6-alpha-49233'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.