Releases: washingtonstateuniversity/hrswp-plugin-sqlsrv-db
0.7.0 RC1
Notable changes
Code Quality
- Fix Prettier and ESLint issues. (618e407)
Build Tools
- Update WP babel preset dependency. (3e73f71)
- Update ESLint and WordPress ESLint Plugin to most current versions. (4eb5312)
- Fix #24 Add os definition to Travis config. (b95fc5b)
- Upgrade Webpack to version 5 along with associated plugins, and update Copy Webpack Plugin script for new version. (b95fc5b)
- Modify the Travis CI config file to use jobs and simplify installation, close #23. (f12f635)
- Add Babel Core and Babel Runtime npm dependencies. (e420dc5)
0.6.2
0.6.2 RC1
Notable changes
Fixed
- Upgrade
dealerdirect/phpcodesniffer-composer-installer
to support Composer 2.
0.6.1
Notable changes
Changed
- Rename "master" branch to "stable." See the Internet Engineering Task Force (IEFT), Terminology, Power and Oppressive Language.
0.6.0
Several fixes to display and behavior issues to prepare for the first production-ready release.
Notable changes
Fixed
- 📝 Close #21,
hrswp-sqlsrv-config.php
must be in the web server group in order to be readable by WordPress. - 👽 Fix #18, replace deprecated wp.components.ServerSideRender with wp.serverSideRender.
- 🐛 Fix #12, remove overflow property on block parent to un-hide editor UI handles.
- Fix #13, add default columns number value to salary and job blocks.
- 🎨 Fix #17, Job Classifications block list style display broken without inner div.
Changed
- 📝 Provide more description of the plugin and its data handling.
- Close #14, make Job Classifications block salary range links editable to facilitate linking to pages with corresponding Salary Grid block.
- ⬆️ @wordpress/babel-preset-default => 4.10.0
- ⬆️ @wordpress/dependency-extraction-webpack-plugin => 2.2.0
- ⬆️ @wordpress/eslint-plugin => 3.4.1
- ⬆️ @wordpress/jest-preset-default => 5.4.0
- ⬆️ @wordpress/npm-package-json-lint-config => 2.2.0
- ⬆️ npm-package-json-lint => 4.6.0
- ⬆️ rimraf => 3.0.1
- ⬆️ dealerdirect/phpcodesniffer-composer-installer => 0.6.2
- ⬆️ squizlabs/php_codesniffer => 3.5.4
- ⬆️ wp-coding-standards/wpcs => 2.2.1
0.6.0-RC2
Several fixes to display and behavior issues to prepare for the first production-ready release.
Notable changes
Fixed
- 📝 Close #21,
hrswp-sqlsrv-config.php
must be in the web server group in order to be readable by WordPress. - 👽 Fix #18, replace deprecated wp.components.ServerSideRender with wp.serverSideRender.
- 🐛 Fix #12, remove overflow property on block parent to un-hide editor UI handles.
- Fix #13, add default columns number value to salary and job blocks.
- 🎨 Fix #17, Job Classifications block list style display broken without inner div.
Changed
- Close #14, make Job Classifications block salary range links editable to facilitate linking to pages with corresponding Salary Grid block.
- ⬆️ npm-package-json-lint => 4.6.0
- ⬆️ rimraf => 3.0.1
- ⬆️ dealerdirect/phpcodesniffer-composer-installer => 0.6.2
0.6.0-RC1
Several fixes to display and behavior issues to prepare for the first production-ready release.
Notable changes
Fixed
- 👽 Fix #18, replace deprecated wp.components.ServerSideRender with wp.serverSideRender.
- 🐛 Fix #12, remove overflow property on block parent to un-hide editor UI handles.
- Fix #13, add default columns number value to salary and job blocks.
- 🎨 Fix #17, Job Classifications block list style display broken without inner div.
Changed
- Close #14, make Job Classifications block salary range links editable to facilitate linking to pages with corresponding Salary Grid block.
- ⬆️ rimraf => 3.0.1
- ⬆️ dealerdirect/phpcodesniffer-composer-installer => 0.6.2
0.5.0
This release cleans up several blocks by removing the search filter options and functionality. These tools belonged in a separate block type.
Notable changes
Fixed
- 🐛 Fix #15, bad anonymous function assignment in API stores.
- Mistyped selector in salary data frontend stylesheet.
Changed
- Simplify Salary Data and Job Classification blocks edit scripts now that they don't need to use Components.
- ⚡ Load frontend plugin styles and scripts conditionally based on whether the block is active on the page.
- ⬆️ dealerdirect/phpcodesniffer-composer-installer => 0.6.1
- ⬆️ phpcompatibility/php-compatibility => 9.3.5
- ⬆️ roave/security-advisories => latest
- ⬆️ @wordpress/babel-preset-default => 4.9.0
- ⬆️ @wordpress/jest-preset-default => 5.3.1
- ⬆️ eslint => 6.8.0
- ⬆️ jest => 25.1.0
- ⬆️ postcss-cli => 7.1.0
- ⬆️ puppeteer => 2.1.0
- ⬆️ stylelint => 13.0.0
- ⬆️ stylelint-config-wordpress => 15.0.0
- ⬆️ webpack => 4.41.5
Removed
- Remove the search filter functionality into a separate plugin. Delete all logic and block components related to search. Close #8
0.5.0-RC1 Remove Search Filter
Notable changes
Fixed
- 🐛 Fix #15, bad anonymous function assignment in API stores.
- Mistyped selector in salary data frontend stylesheet.
Changed
- Simplify Salary Data and Job Classification blocks edit scripts now that they don't need to use Components.
- ⚡ Load frontend plugin styles and scripts conditionally based on whether the block is active on the page.
- ⬆️ dealerdirect/phpcodesniffer-composer-installer => 0.6.0
- ⬆️ phpcompatibility/php-compatibility => 9.3.5
- ⬆️ roave/security-advisories => latest
- ⬆️ @wordpress/babel-preset-default => 4.9.0
- ⬆️ @wordpress/jest-preset-default => 5.3.1
- ⬆️ eslint => 6.8.0
- ⬆️ jest => 25.1.0
- ⬆️ postcss-cli => 7.1.0
- ⬆️ stylelint => 12.0.1
- ⬆️ stylelint-config-wordpress => 15.0.0
- ⬆️ webpack => 4.41.5
Removed
- Remove the search filter functionality into a separate plugin. Delete all logic and block components related to search. Close #8
0.4.0
This release adds two more block to handle parsing and displaying external database content: one to display job classification data in a table or list; another to display award data in a grid or a list. This release also includes a class to handle sideloading images into the WP uploads directory and media library from binary image data, as well as updates to PHP linting.
Notable changes
Fixed
- 🐛 Fix #9 Add missing "years of experience" row to the nurses salary data tables.
- 👽 Rename MS SQL connector class from
mssql
tosqlsrv
to resolve confusion with 'mssql' PHP extension removed in PHP 7.0. ⚠️ Fix php lint function inspection warning.⚠️ Fix php lint unused variable warnings.⚠️ Fix php lint docblock and line spacing warnings.⚠️ Fix php lint textdomain warnings.- Set a default column number for the Salary Data block.
Changed
- Increment "tested up to" to WordPress 5.3.1.
- 🔧 Update php sniffing rules.
- Replace block icons and use local SVG includes for missing dashicon hooks.
- ⬆️ @wordpress/babel-preset-default 4.7.0 -> 4.8.0
- ⬆️ @wordpress/eslint-plugin 3.2.0 -> 3.3.0
- ⬆️ @wordpress/jest-preset-default 5.2.0 -> 5.3.0
- ⬆️ jest-puppeteer 4.3.0 -> 4.4.0
- ⬆️ copy-webpack-plugin 5.0.5 -> 5.1.1
- ⬆️ npm-package-json-lint 4.4.0 -> 4.5.0
- ⬆️ webpack 4.41.2 -> 4.41.4
Added
- 🎨 Style awards list block grid and list layouts.
- ✨ Class to handle sideloading images into the WP uploads directory and media library from binary data.
- ✨ Block to handle displaying awards in grid or list format.
- ✨ Block to handle displaying job classification data for different groups in either table or list format.
- ➕ squizlabs/php_codesniffer Composer dev dependency.
- ➕ sirbrillig/phpcs-variable-analysis Composer dev dependency to sniff unused variables.
- ➕ roave/security-advisories Composer dev dependency to monitor Composer dependency security.
Removed
- Remove unit tests until they are working correctly.