Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Releases: washingtonstateuniversity/hrswp-plugin-blocks

3.6.1

10 Apr 16:41
58de7b3
Compare
Choose a tag to compare

Notable changes

Changed

  • Bump WordPress tested-to to 6.5.2.

3.6.0

09 Apr 16:57
82bf058
Compare
Choose a tag to compare

Notable changes

Changed

  • Bump WP tested-to to 6.5.0 to close #138.
  • Posts List block: Add offset controls. (13578a0)
  • Include linting step in default build process. (9524183)
  • Fix #139 upgrade Node.js to v20 and NPM and use .nvmrc to track version. (5110d24, 1709f73)
  • Update phpcs config rules. (e8a3bee)
  • Upgrade @wordpress/scripts from 25.3.0 to 27.4.0. (901afee)
  • Upgrade prettier from wp-prettier@2.6.2-beta-1 to wp-prettier@3.0.3. (139d943)
  • Upgrade cssnano from 5.0.17 to 6.1.1. (f8556e6)
  • Upgrade postcss-import from 15.1.0 to 16.1.0. (541d5fb, 9d2e0f4)
  • Upgrade postcss-preset-env from 8.0.1 to 9.5.2. (dcb6d8f)
  • Update @wordpress/icons from 9.17.0 to 9.44.0. (54cf331)
  • Update classnames from 2.3.1 to 2.5.1. (3dbbeba)
  • Update composer dependencies. (e8a3bee)

Fixed

  • Fix #143 Posts List block: disable links in the editor. (05bf298)
  • Fix #144 replace experimental date settings with production version. (435fd47)
  • Fix #141 use .nvmrc in GitHub Action. (11d143a)
  • Fix __construct should not return value. (e8a3bee)
  • Fix #140 replace get_page_by_title with get_posts. (e8a3bee)
  • Fix #146 replace deprecated value attribute with inner blocks. (d80268e)
  • Fix #135 deprecated value attribute on list block. (ef67d84)

Security

  • Bump follow-redirects from 1.15.4 to 1.15.6 (#136)
  • Bump follow-redirects from 1.15.2 to 1.15.4 (#131)

3.6.0 RC 2

02 Apr 18:53
5f211c5
Compare
Choose a tag to compare
3.6.0 RC 2 Pre-release
Pre-release

Notable changes

Changed

  • Posts List block: Add offset controls. (13578a0)
  • Include linting step in default build process. (9524183)
  • Fix #139 upgrade Node.js to v20 and NPM and use .nvmrc to track version. (5110d24, 1709f73)
  • Update phpcs config rules. (e8a3bee)
  • Upgrade @wordpress/scripts from 25.3.0 to 27.4.0. (901afee)
  • Upgrade prettier from wp-prettier@2.6.2-beta-1 to wp-prettier@3.0.3. (139d943)
  • Upgrade cssnano from 5.0.17 to 6.1.1. (f8556e6)
  • Upgrade postcss-import from 15.1.0 to 16.1.0. (541d5fb, 9d2e0f4)
  • Upgrade postcss-preset-env from 8.0.1 to 9.5.2. (dcb6d8f)
  • Update @wordpress/icons from 9.17.0 to 9.44.0. (54cf331)
  • Update classnames from 2.3.1 to 2.5.1. (3dbbeba)
  • Update composer dependencies. (e8a3bee)

Fixed

  • Fix #143 Posts List block: disable links in the editor. (05bf298)
  • Fix #144 replace experimental date settings with production version. (435fd47)
  • Fix #141 use .nvmrc in GitHub Action. (11d143a)
  • Fix __construct should not return value. (e8a3bee)
  • Fix #140 replace get_page_by_title with get_posts. (e8a3bee)
  • Fix #146 replace deprecated value attribute with inner blocks. (d80268e)
  • Fix #135 deprecated value attribute on list block. (ef67d84)

Security

  • Bump follow-redirects from 1.15.4 to 1.15.6 (#136)
  • Bump follow-redirects from 1.15.2 to 1.15.4 (#131)

3.6.0 RC 1

22 Mar 18:54
acbc366
Compare
Choose a tag to compare
3.6.0 RC 1 Pre-release
Pre-release

Notable changes

Changed

  • Include linting step in default build process. (9524183)
  • Fix #139 upgrade Node.js to v20 and NPM and use .nvmrc to track version. (5110d24, 1709f73)
  • Update phpcs config rules. (e8a3bee)
  • Upgrade @wordpress/scripts from 25.3.0 to 27.4.0. (901afee)
  • Upgrade prettier from wp-prettier@2.6.2-beta-1 to wp-prettier@3.0.3. (139d943)
  • Upgrade cssnano from 5.0.17 to 6.1.1. (f8556e6)
  • Upgrade postcss-import from 15.1.0 to 16.1.0. (541d5fb, 9d2e0f4)
  • Upgrade postcss-preset-env from 8.0.1 to 9.5.2. (dcb6d8f)
  • Update @wordpress/icons from 9.17.0 to 9.44.0. (54cf331)
  • Update classnames from 2.3.1 to 2.5.1. (3dbbeba)
  • Update composer dependencies. (e8a3bee)

Fixed

  • Fix #143 Posts List block: disable links in the editor. (05bf298)
  • Fix #144 replace experimental date settings with production version. (435fd47)
  • Fix #141 use .nvmrc in GitHub Action. (11d143a)
  • Fix __construct should not return value. (e8a3bee)
  • Fix #140 replace get_page_by_title with get_posts. (e8a3bee)
  • Fix #135 deprecated value attribute on list block. (ef67d84)

Security

  • Bump follow-redirects from 1.15.4 to 1.15.6 (#136)
  • Bump follow-redirects from 1.15.2 to 1.15.4 (#131)

Full Changelog: v3.5.0...v3.6.0-rc.1

3.5.0

17 Nov 17:36
acc8bc8
Compare
Choose a tag to compare

Notable changes

Changed

  • Close #128 Bump WP tested-to to 6.4.1. (0593a57)
  • Allow php codesniffer plugins. (5ceaf08)

Fixed

  • Fix #127 Replace __experimentalGroup property with group. (3bc910b)
  • Fix #129 replace deprecated anchorRef with anchor. (0c85059)
  • Fix #119 replace deprecated value attribute on example list block. (5ceaf08)

Security

  • Bump @babel/traverse from 7.20.13 to 7.23.2. (#126)
  • Bump postcss from 8.4.21 to 8.4.31. (#125)

3.5.0 RC 1

16 Nov 18:33
e6f50a5
Compare
Choose a tag to compare
3.5.0 RC 1 Pre-release
Pre-release

Notable changes

Changed

  • Close #128 Bump WP tested-to to 6.4.1. (0593a57)
  • Allow php codesniffer plugins. (5ceaf08)

Fixed

  • Fix #127 Replace __experimentalGroup property with group. (3bc910b)
  • Fix #129 replace deprecated anchorRef with anchor. (0c85059)
  • Fix #119 replace deprecated value attribute on example list block. (5ceaf08)

Security

  • Bump @babel/traverse from 7.20.13 to 7.23.2. (#126)
  • Bump postcss from 8.4.21 to 8.4.31. (#125)

3.4.2

07 Sep 17:28
49b291c
Compare
Choose a tag to compare

Notable changes

Changed

  • Bump WordPress tested-to to 6.3.1.

Security

  • Bump word-wrap from 1.2.3 to 1.2.4 (#123)
  • Bump tough-cookie from 4.1.2 to 4.1.3 (#122)

3.4.1

11 Apr 16:15
Compare
Choose a tag to compare

Notable changes

Changed

  • Bump WordPress tested-to to 6.2.

Security

  • Bump webpack from 5.75.0 to 5.76.1 (#120)

3.4.0

15 Feb 19:38
e91dc14
Compare
Choose a tag to compare

Notable changes

Added

  • Create a floating action button option for the button block. (10a204a)

Changed

  • Upgrade @wordpress/scripts from 24.0.0 to 25.3.0. (a980667)
  • Upgrade postcss-preset-env from 7.3.1 to 8.0.1. (db6e421)
  • Upgrade dealerdirect/phpcodesniffer-composer-installer from 0.7.2 to 1.0.0. (8b42085)
  • Update @wordpress/icons from 9.0.0 to 9.17.0. (394aed6)
  • Update postcss-import from 15.0.0 to 15.1.0. (4c9ffb4)
  • Update roave/security-advisories. (ab62a6d)

Security

  • Bump sirbrillig/phpcs-variable-analysis from 2.11.8 to 2.11.10. (bb2ac3f)
  • Bump phpcompatibility tools. (6176d00)
  • Bump classnames from 2.3.1 to 2.3.2. (472f2e7)
  • Bump cssnano from 5.1.13 to 5.1.14. (b910c94)
  • Bump @sideway/formula from 3.0.0 to 3.0.1 (fe0e58e)
  • Bump loader-utils from 2.0.3 to 2.0.4 (7b8d701)
  • Bump json5 from 1.0.1 to 1.0.2. (8b0c5fe)

3.4.0 RC 1

15 Feb 18:13
Compare
Choose a tag to compare
3.4.0 RC 1 Pre-release
Pre-release

Notable changes

Added

  • Create a floating action button option for the button block. (10a204a)

Changed

  • Upgrade @wordpress/scripts from 24.0.0 to 25.3.0. (a980667)
  • Upgrade postcss-preset-env from 7.3.1 to 8.0.1. (db6e421)
  • Upgrade dealerdirect/phpcodesniffer-composer-installer from 0.7.2 to 1.0.0. (8b42085)
  • Update @wordpress/icons from 9.0.0 to 9.17.0. (394aed6)
  • Update postcss-import from 15.0.0 to 15.1.0. (4c9ffb4)
  • Update roave/security-advisories. (ab62a6d)

Security

  • Bump sirbrillig/phpcs-variable-analysis from 2.11.8 to 2.11.10. (bb2ac3f)
  • Bump phpcompatibility tools. (6176d00)
  • Bump classnames from 2.3.1 to 2.3.2. (472f2e7)
  • Bump cssnano from 5.1.13 to 5.1.14. (b910c94)
  • Bump @sideway/formula from 3.0.0 to 3.0.1 (fe0e58e)
  • Bump loader-utils from 2.0.3 to 2.0.4 (7b8d701)
  • Bump json5 from 1.0.1 to 1.0.2. (8b0c5fe)