This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
Releases: washingtonstateuniversity/hrswp-plugin-blocks
Releases · washingtonstateuniversity/hrswp-plugin-blocks
3.3.0
Notable changes
Changed
- Switch from block template to variations with a placeholder for Sidebar block. (2da11fe)
- Add vertical alignment and stacked-on-mobile attributes for Sibebar block. (2da11fe)
- Switch from block style to attribute for sidebar orientation on Sidebar block. (2da11fe)
- Update sidebar icons. (2da11fe)
Fixed
3.3.0 RC 1
Notable changes
Changed
- Switch from block template to variations with a placeholder for Sidebar block. (2da11fe)
- Add vertical alignment and stacked-on-mobile attributes for Sibebar block. (2da11fe)
- Switch from block style to attribute for sidebar orientation on Sidebar block. (2da11fe)
- Update sidebar icons. (2da11fe)
Fixed
3.2.0
Notable changes
Added
- Create Job Classifications block. (14467ac)
- Create Salary Data block. (b86b44b)
- Create List Awards block. (1641b53)
- Add plugin dependency check for required SQLSRV DB plugin. (1641b53)
- Create HRSWP external content block category. (1641b53)
- Add REST API store, queries, and sideload image class; update to handle award image data. (b32fa2e, 1641b53)
Changed
- Bump WP tested-to to 6.0.3.
- Bump required PHP version to 7.4.
- Move settings page management to HRS theme. (db25950)
- Clean up: Prefer
import
toconst
for WP dependencies and standardizeblock.json
. (acb2694) - Wrap Job Classifications block range URL param in quotation marks for exact search. (b45ca5d)
- Set up
filter.js
class to allow exact match searches and to ignore commas. (f563948) - Upgrade postcss-import from 14.0.2 to 15.0.0. (3a2d0b9)
- Upgrade @wordpress/scripts from 23.0.0 to 24.0.0. (3a2d0b9)
- Update @wordpress/icons from 9.2.0 to 9.7.0. (3a2d0b9)
- Update postcss-preset-env from 7.7.2 to 7.8.1. (3a2d0b9)
- Update Composer dependencies. (7effe5f)
Fixed
Security
3.2.0 RC 2
Notable changes
Added
- Create Job Classifications block. (14467ac)
- Create Salary Data block. (b86b44b)
- Create List Awards block. (1641b53)
- Add plugin dependency check for required SQLSRV DB plugin. (1641b53)
- Create HRSWP external content block category. (1641b53)
- Add REST API store, queries, and sideload image class; update to handle award image data. (b32fa2e, 1641b53)
Changed
- Bump required PHP version to 7.4.
- Move settings page management to HRS theme. (db25950)
- Clean up: Prefer
import
toconst
for WP dependencies and standardizeblock.json
. (acb2694) - Wrap Job Classifications block range URL param in quotation marks for exact search. (b45ca5d)
- Set up
filter.js
class to allow exact match searches and to ignore commas. (f563948) - Upgrade postcss-import from 14.0.2 to 15.0.0. (3a2d0b9)
- Upgrade @wordpress/scripts from 23.0.0 to 24.0.0. (3a2d0b9)
- Update @wordpress/icons from 9.2.0 to 9.7.0. (3a2d0b9)
- Update postcss-preset-env from 7.7.2 to 7.8.1. (3a2d0b9)
- Update Composer dependencies. (7effe5f)
Fixed
Security
3.2.0 RC 1
Notable changes
Added
- Create Job Classifications block. (14467ac)
- Create Salary Data block. (b86b44b)
- Create List Awards block. (1641b53)
- Add plugin dependency check for required SQLSRV DB plugin. (1641b53)
- Create HRSWP external content block category. (1641b53)
- Add REST API store, queries, and sideload image class; update to handle award image data. (b32fa2e, 1641b53)
Changed
- Clean up: Prefer
import
toconst
for WP dependencies and standardizeblock.json
. (acb2694) - Wrap Job Classifications block range URL param in quotation marks for exact search. (b45ca5d)
- Set up
filter.js
class to allow exact match searches and to ignore commas. (f563948) - Upgrade postcss-import from 14.0.2 to 15.0.0. (3a2d0b9)
- Upgrade @wordpress/scripts from 23.0.0 to 24.0.0. (3a2d0b9)
- Update @wordpress/icons from 9.2.0 to 9.7.0. (3a2d0b9)
- Update postcss-preset-env from 7.7.2 to 7.8.1. (3a2d0b9)
- Update Composer dependencies. (7effe5f)
Fixed
Security
- Bump cssnano from 5.1.12 to 5.1.13. (3a2d0b9)
3.1.1
3.1.0
Notable changes
Added
- Create plugin settings with protected post ID option. (df4a90d)
Changed
- Hide publication controls from non-admin users for select pages. (df4a90d)
- Convert setup class to use asset loader functions. (71be3d3)
- Use for kebab case for class handles in place of snake case. (71be3d3)
- Update NPM and Composer dev-dependencies. (96cc837)
Removed
- Remove plugin status option for tracking version in favor of asset file version. (dc84044)
3.1.0 RC 1
Notable changes
Added
- Create plugin settings with protected post ID option. (df4a90d)
Changed
- Hide publication controls from non-admin users for select pages. (df4a90d)
- Convert setup class to use asset loader functions. (71be3d3)
- Use for kebab case for class handles in place of snake case. (71be3d3)
- Update NPM and Composer dev-dependencies. (96cc837)
Removed
- Remove plugin status option for tracking version in favor of asset file version. (dc84044)
3.0.0
Notable changes
Breaking changes
- The HRSWP Spacer block has been removed.
- The project now uses the
@wordpress/scripts
package and build targets have changed.
Added
- New file,
blocks.php
, to handle server-side block registration instead of in the setup class. (886ccbb) - A Markdownlint ignore file to avoid errors in the license or changelog. (886ccbb)
Changed
- Bump WP tested-to to 6.0.0.
- Switch to using the
@wordpress/scripts
package for handling build tools. Update npm scripts, dependencies, and build tool configs. (886ccbb, 6a5f1da, e0158c6, 60b01f6) - Correct block.json
editorScript
andeditorStyle
props to use registered assets. (886ccbb) - Update classes structure and block registration for better
wp-scripts
compatibility. (886ccbb) - Fix #97 Use GitHub forms for issues. (80e27ad)
- Simplify
.gitignore
file. (886ccbb) - Update callout block for WP Block API v2. (8a2f74f)
- Update notification block for WP Block API v2. (886ccbb)
- Refactor posts list block to use API v2 and refactor markup. (389911f)
- Implement Block API v2 script loading with registered assets for frontend and editor. (a0c63db)
- Prefer import to const for WP deps with WP Scripts pkg. (e712c37, 16b7910)
- Update PHP linter config to check PHP 7.4+ and be more lean. (16a476c)
- Replace
phpcompatibility/php-compatibility
withphpcompatibility/phpcompatibility-wp
. (16a476c) - Disable WP experimental APIs ESLint rule in ESLint config. (21a0a51)
- Upgrade @wordpress/icons from 8.4.0 to 9.0.0. (e695cde)
- Bump minimist from 1.2.5 to 1.2.6. (2bb788b)
Removed
Fixed
3.0.0 RC 1
Notable changes
Breaking changes
- The HRSWP Spacer block has been removed.
- The project now uses the
@wordpress/scripts
package and build targets have changed.
Added
- New file,
blocks.php
, to handle server-side block registration instead of in the setup class. (886ccbb) - A Markdownlint ignore file to avoid errors in the license or changelog. (886ccbb)
Changed
- Switch to using the
@wordpress/scripts
package for handling build tools. Update npm scripts, dependencies, and build tool configs. (886ccbb, 6a5f1da, e0158c6, 60b01f6) - Correct block.json
editorScript
andeditorStyle
props to use registered assets. (886ccbb) - Update classes structure and block registration for better
wp-scripts
compatibility. (886ccbb) - Fix #97 Use GitHub forms for issues. (80e27ad)
- Simplify
.gitignore
file. (886ccbb) - Update callout block for WP Block API v2. (8a2f74f)
- Update notification block for WP Block API v2. (886ccbb)
- Refactor posts list block to use API v2 and refactor markup. (389911f)
- Implement Block API v2 script loading with registered assets for frontend and editor. (a0c63db)
- Prefer import to const for WP deps with WP Scripts pkg. (e712c37, 16b7910)
- Update PHP linter config to check PHP 7.4+ and be more lean. (16a476c)
- Replace
phpcompatibility/php-compatibility
withphpcompatibility/phpcompatibility-wp
. (16a476c) - Disable WP experimental APIs ESLint rule in ESLint config. (21a0a51)
- Upgrade @wordpress/icons from 8.4.0 to 9.0.0. (e695cde)
- Bump minimist from 1.2.5 to 1.2.6. (2bb788b)