Plugin Directory

Changeset 2445418


Ignore:
Timestamp:
12/24/2020 08:45:26 AM (5 years ago)
Author:
nosolosw
Message:

Committing Gutenberg version 9.6.1

Location:
gutenberg/trunk
Files:
176 added
3 edited

Legend:

Unmodified
Added
Removed
  • gutenberg/trunk/changelog.txt

    r2444918 r2445418  
    11== Changelog ==
     2
     3= 9.6.1 =
     4
     5### Bugfixes
     6
     7- Include block's CSS in the release for FSE themes ([27884](https://github.com/WordPress/gutenberg/pull/27884))
     8
    29
    310= 9.6.0 =
  • gutenberg/trunk/gutenberg.php

    r2444918 r2445418  
    66 * Requires at least: 5.3
    77 * Requires PHP: 5.6
    8  * Version: 9.6.0
     8 * Version: 9.6.1
    99 * Author: Gutenberg Team
    1010 * Text Domain: gutenberg
     
    1414
    1515### BEGIN AUTO-GENERATED DEFINES
    16 define( 'GUTENBERG_VERSION', '9.6.0' );
    17 define( 'GUTENBERG_GIT_COMMIT', 'b8aea5bfe4d8f2aeaebc5cf0432c362a122997c6' );
     16define( 'GUTENBERG_VERSION', '9.6.1' );
     17define( 'GUTENBERG_GIT_COMMIT', '7344a32964b98f19606db903eff3cf380df2cb72' );
    1818### END AUTO-GENERATED DEFINES
    1919
  • gutenberg/trunk/readme.txt

    r2444923 r2445418  
    5858== Changelog ==
    5959
    60 To read the changelog for Gutenberg 9.6.0, please navigate to the <a href="https://github.com/WordPress/gutenberg/releases/tag/v9.6.0">release page</a>.
     60To read the changelog for Gutenberg 9.6.1, please navigate to the <a href="https://github.com/WordPress/gutenberg/releases/tag/v9.6.1">release page</a>.
Note: See TracChangeset for help on using the changeset viewer.