diff --git a/.cliff/cliff-changelog-md.toml b/.cliff/cliff-changelog-md.toml index 91714b0..7ad651d 100644 --- a/.cliff/cliff-changelog-md.toml +++ b/.cliff/cliff-changelog-md.toml @@ -10,12 +10,13 @@ body = """ {% for commit in commits %}\ - {{ commit.message | split(pat="\n") | first | trim }} [`{{ commit.id | truncate(length=7, end="") }}`](https://github.com/AlecRust/protected-video/commit/{{ commit.id }}) {% endfor %}\ -{% else %}{% endif %} +{% endif %} """ [git] conventional_commits = false filter_unconventional = false +sort_commits = "newest" [[git.commit_parsers]] message = "^Release" diff --git a/.cliff/cliff-readme-txt.toml b/.cliff/cliff-readme-txt.toml index 24f2391..18ef9ad 100644 --- a/.cliff/cliff-readme-txt.toml +++ b/.cliff/cliff-readme-txt.toml @@ -133,6 +133,7 @@ body = """ [git] conventional_commits = false filter_unconventional = false +sort_commits = "newest" [[git.commit_parsers]] message = "^Release" diff --git a/CHANGELOG.md b/CHANGELOG.md index b717630..10c7995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,283 +6,283 @@ All notable changes to this project will be documented in this file. > 7 April 2024 -- Improve variable names [`9839b5d`](https://github.com/AlecRust/protected-video/commit/9839b5de311e6426a9daf070abca564257d22493) -- Add plugin Blueprint file [`70a0df8`](https://github.com/AlecRust/protected-video/commit/70a0df8f87dff2069a6f236b10128829f9ffc250) -- Use latest version of all development Composer packages [`5a1007d`](https://github.com/AlecRust/protected-video/commit/5a1007dc82351a20b1b8160cec148cd62af73c7c) -- Simplify setting of plugin version [`71a7900`](https://github.com/AlecRust/protected-video/commit/71a79001d977e33d81d2dfc338364aef79f99269) -- Enable PHPStan [`c093253`](https://github.com/AlecRust/protected-video/commit/c09325314374f4c87f02d6e5cf9cd5165c63a691) - Remove @access tags [`44e9a64`](https://github.com/AlecRust/protected-video/commit/44e9a6472c22d8fe87786395a724146f1360c891) +- Enable PHPStan [`c093253`](https://github.com/AlecRust/protected-video/commit/c09325314374f4c87f02d6e5cf9cd5165c63a691) +- Simplify setting of plugin version [`71a7900`](https://github.com/AlecRust/protected-video/commit/71a79001d977e33d81d2dfc338364aef79f99269) +- Use latest version of all development Composer packages [`5a1007d`](https://github.com/AlecRust/protected-video/commit/5a1007dc82351a20b1b8160cec148cd62af73c7c) +- Add plugin Blueprint file [`70a0df8`](https://github.com/AlecRust/protected-video/commit/70a0df8f87dff2069a6f236b10128829f9ffc250) +- Improve variable names [`9839b5d`](https://github.com/AlecRust/protected-video/commit/9839b5de311e6426a9daf070abca564257d22493) #### [1.11.3](https://github.com/AlecRust/protected-video/releases/tag/1.11.3) > 5 April 2024 -- Add missing "Can I load my own videos into the player?" FAQ [`91afe46`](https://github.com/AlecRust/protected-video/commit/91afe46eab6d76181c77a8c8bb774472ee9823a1) -- Tidy comments [`0378eff`](https://github.com/AlecRust/protected-video/commit/0378eff7c1ea83c7a69dd91e3fd8387d6448d8b4) -- Bump dependencies [`03810a7`](https://github.com/AlecRust/protected-video/commit/03810a756e09fcd16580f3231571d42a8dc4b1e4) -- Bump actions/configure-pages from 4 to 5 [`c87b2b3`](https://github.com/AlecRust/protected-video/commit/c87b2b3454a78300a48cbcb6bebd40ceb47b62eb) -- Switch to git-cliff for changelog building [`d08e2b6`](https://github.com/AlecRust/protected-video/commit/d08e2b688754fed6089e000d9d45ab4851e3be90) -- Add Composer and GrumPHP for PHP linting [`b02e9d5`](https://github.com/AlecRust/protected-video/commit/b02e9d53bd77934ee5058180578bba35e73f77d0) -- Bump dependencies [`928fc69`](https://github.com/AlecRust/protected-video/commit/928fc69f69d7307fd7f10f2e1d2a16c645867917) - Remove linting step from release [`7fc6543`](https://github.com/AlecRust/protected-video/commit/7fc6543aca0deb32dd18d9813b19641b31c02778) +- Bump dependencies [`928fc69`](https://github.com/AlecRust/protected-video/commit/928fc69f69d7307fd7f10f2e1d2a16c645867917) +- Add Composer and GrumPHP for PHP linting [`b02e9d5`](https://github.com/AlecRust/protected-video/commit/b02e9d53bd77934ee5058180578bba35e73f77d0) +- Switch to git-cliff for changelog building [`d08e2b6`](https://github.com/AlecRust/protected-video/commit/d08e2b688754fed6089e000d9d45ab4851e3be90) +- Bump actions/configure-pages from 4 to 5 [`c87b2b3`](https://github.com/AlecRust/protected-video/commit/c87b2b3454a78300a48cbcb6bebd40ceb47b62eb) +- Bump dependencies [`03810a7`](https://github.com/AlecRust/protected-video/commit/03810a756e09fcd16580f3231571d42a8dc4b1e4) +- Tidy comments [`0378eff`](https://github.com/AlecRust/protected-video/commit/0378eff7c1ea83c7a69dd91e3fd8387d6448d8b4) +- Add missing "Can I load my own videos into the player?" FAQ [`91afe46`](https://github.com/AlecRust/protected-video/commit/91afe46eab6d76181c77a8c8bb774472ee9823a1) #### [1.11.2](https://github.com/AlecRust/protected-video/releases/tag/1.11.2) > 13 March 2024 -- Add Plugin Check to development plugins [`0823ed8`](https://github.com/AlecRust/protected-video/commit/0823ed8de776b2df374070359480cfdd5bb6200c) -- Add development requirements to README [`05a850a`](https://github.com/AlecRust/protected-video/commit/05a850a42aed4b09daf462c55c8f434f30b6d7d6) -- Reduce plugin tags to 5 [`d770554`](https://github.com/AlecRust/protected-video/commit/d770554718ac9403c14921075cff519a5ec97c52) -- Tidy comments [`e112105`](https://github.com/AlecRust/protected-video/commit/e112105fb9644de2c908b9f33edccf5a4d28dd75) -- Tidy @link comments [`77e0392`](https://github.com/AlecRust/protected-video/commit/77e03920509d0c0d0c2afe69f02496733c574927) -- Increase var name length [`ed267fe`](https://github.com/AlecRust/protected-video/commit/ed267feca81079e5439c3ba14b052e12519663fd) -- Tidy copy [`328c19f`](https://github.com/AlecRust/protected-video/commit/328c19fb2154ec6b0df95044d14009bf4474ebfe) -- Add "Can I load my own videos into the player?" FAQ [`60bf993`](https://github.com/AlecRust/protected-video/commit/60bf9934e5ae6e2b773855afb34a523207dc58a8) -- Bump dependencies [`5e6a5e2`](https://github.com/AlecRust/protected-video/commit/5e6a5e20ee8845e42d33465c1e73856b900c030d) -- Improve HTML escaping [`fcfca14`](https://github.com/AlecRust/protected-video/commit/fcfca14f8da86d20e3d4403244570859218496ba) -- Add translators comment [`fb4a898`](https://github.com/AlecRust/protected-video/commit/fb4a8985548391bd432368583fbcd74d52d78d3e) - Change PHP code to 4 spaces indentation [`5592000`](https://github.com/AlecRust/protected-video/commit/5592000558e89f7896ab3ac5be0d727e0e2ac40d) +- Add translators comment [`fb4a898`](https://github.com/AlecRust/protected-video/commit/fb4a8985548391bd432368583fbcd74d52d78d3e) +- Improve HTML escaping [`fcfca14`](https://github.com/AlecRust/protected-video/commit/fcfca14f8da86d20e3d4403244570859218496ba) +- Bump dependencies [`5e6a5e2`](https://github.com/AlecRust/protected-video/commit/5e6a5e20ee8845e42d33465c1e73856b900c030d) +- Add "Can I load my own videos into the player?" FAQ [`60bf993`](https://github.com/AlecRust/protected-video/commit/60bf9934e5ae6e2b773855afb34a523207dc58a8) +- Tidy copy [`328c19f`](https://github.com/AlecRust/protected-video/commit/328c19fb2154ec6b0df95044d14009bf4474ebfe) +- Increase var name length [`ed267fe`](https://github.com/AlecRust/protected-video/commit/ed267feca81079e5439c3ba14b052e12519663fd) +- Tidy @link comments [`77e0392`](https://github.com/AlecRust/protected-video/commit/77e03920509d0c0d0c2afe69f02496733c574927) +- Tidy comments [`e112105`](https://github.com/AlecRust/protected-video/commit/e112105fb9644de2c908b9f33edccf5a4d28dd75) +- Reduce plugin tags to 5 [`d770554`](https://github.com/AlecRust/protected-video/commit/d770554718ac9403c14921075cff519a5ec97c52) +- Add development requirements to README [`05a850a`](https://github.com/AlecRust/protected-video/commit/05a850a42aed4b09daf462c55c8f434f30b6d7d6) +- Add Plugin Check to development plugins [`0823ed8`](https://github.com/AlecRust/protected-video/commit/0823ed8de776b2df374070359480cfdd5bb6200c) #### [1.11.1](https://github.com/AlecRust/protected-video/releases/tag/1.11.1) > 2 March 2024 -- Include protected_video_disable_right_click option in plugin uninstall [`e24a28c`](https://github.com/AlecRust/protected-video/commit/e24a28c09c9e0de4aa4d26f519fdaba6476a0724) -- Improve consistency of option fields rendering [`13769a1`](https://github.com/AlecRust/protected-video/commit/13769a1426bde61f7d79b33293739cdd07f856a2) -- Set default value for protected_video_player_theme_color option [`ffb8955`](https://github.com/AlecRust/protected-video/commit/ffb8955d47c0e2aaf01141cbacf00e0092043dd1) -- Bump Prettier version [`c620768`](https://github.com/AlecRust/protected-video/commit/c620768b49ed9476a2c102bc12ff5b62130d2807) -- Misc tidy [`4c787b6`](https://github.com/AlecRust/protected-video/commit/4c787b64182990c710892048a827c2196939c4a4) -- Simplify some PHP code [`d9e7245`](https://github.com/AlecRust/protected-video/commit/d9e7245a146c9307a754389b9b2de30cbc6c6858) -- Upgrade husky to v9 [`31b4937`](https://github.com/AlecRust/protected-video/commit/31b4937e8b41c3de2d42dc777968460686abbed8) -- Upgrade get-video-id to v4 [`1a766dd`](https://github.com/AlecRust/protected-video/commit/1a766dd3075c0dc616a71eadd4602c41e929fd37) -- Bump dependencies [`a1118ed`](https://github.com/AlecRust/protected-video/commit/a1118ed38da2fd4831e2f1525c21a9b3850f3e33) - Update "Tested up to" to 6.5 [`ca85ef6`](https://github.com/AlecRust/protected-video/commit/ca85ef6ba5c41e293c690bfa2b63ed8404033efb) +- Bump dependencies [`a1118ed`](https://github.com/AlecRust/protected-video/commit/a1118ed38da2fd4831e2f1525c21a9b3850f3e33) +- Upgrade get-video-id to v4 [`1a766dd`](https://github.com/AlecRust/protected-video/commit/1a766dd3075c0dc616a71eadd4602c41e929fd37) +- Upgrade husky to v9 [`31b4937`](https://github.com/AlecRust/protected-video/commit/31b4937e8b41c3de2d42dc777968460686abbed8) +- Simplify some PHP code [`d9e7245`](https://github.com/AlecRust/protected-video/commit/d9e7245a146c9307a754389b9b2de30cbc6c6858) +- Misc tidy [`4c787b6`](https://github.com/AlecRust/protected-video/commit/4c787b64182990c710892048a827c2196939c4a4) +- Bump Prettier version [`c620768`](https://github.com/AlecRust/protected-video/commit/c620768b49ed9476a2c102bc12ff5b62130d2807) +- Set default value for protected_video_player_theme_color option [`ffb8955`](https://github.com/AlecRust/protected-video/commit/ffb8955d47c0e2aaf01141cbacf00e0092043dd1) +- Improve consistency of option fields rendering [`13769a1`](https://github.com/AlecRust/protected-video/commit/13769a1426bde61f7d79b33293739cdd07f856a2) +- Include protected_video_disable_right_click option in plugin uninstall [`e24a28c`](https://github.com/AlecRust/protected-video/commit/e24a28c09c9e0de4aa4d26f519fdaba6476a0724) #### [1.11.0](https://github.com/AlecRust/protected-video/releases/tag/1.11.0) > 13 January 2024 -- Bump actions/deploy-pages from 3 to 4 [`73eae23`](https://github.com/AlecRust/protected-video/commit/73eae239957dd1f450524e69cf83200c78f9c18f) -- Bump actions/upload-pages-artifact from 2 to 3 [`9a55a70`](https://github.com/AlecRust/protected-video/commit/9a55a70873368b22d84fcf83aee145b8a89323cb) -- Bump dependencies [`f695eba`](https://github.com/AlecRust/protected-video/commit/f695eba27cebbea26f85dd22045b9fba8c0b3377) -- Use LTS Node version in CI workflows [`48ea8d3`](https://github.com/AlecRust/protected-video/commit/48ea8d391e4468499b69a599db5a02a1ad22a13e) - Add "Disable right-click" plugin option [`472cdce`](https://github.com/AlecRust/protected-video/commit/472cdce2039f80707a6d0ce86cbf354667274fbd) +- Use LTS Node version in CI workflows [`48ea8d3`](https://github.com/AlecRust/protected-video/commit/48ea8d391e4468499b69a599db5a02a1ad22a13e) +- Bump dependencies [`f695eba`](https://github.com/AlecRust/protected-video/commit/f695eba27cebbea26f85dd22045b9fba8c0b3377) +- Bump actions/upload-pages-artifact from 2 to 3 [`9a55a70`](https://github.com/AlecRust/protected-video/commit/9a55a70873368b22d84fcf83aee145b8a89323cb) +- Bump actions/deploy-pages from 3 to 4 [`73eae23`](https://github.com/AlecRust/protected-video/commit/73eae239957dd1f450524e69cf83200c78f9c18f) #### [1.10.10](https://github.com/AlecRust/protected-video/releases/tag/1.10.10) > 19 December 2023 -- Bump actions/configure-pages from 3 to 4 [`8891ec2`](https://github.com/AlecRust/protected-video/commit/8891ec256359753e516e2fe6f1f354dc7fc97e5a) -- Bump actions/deploy-pages from 2 to 3 [`8fade77`](https://github.com/AlecRust/protected-video/commit/8fade778fb69bc4bd97957d3b6c2a6b3ee0b54f0) -- Remove unnecessary comment [`9e910d1`](https://github.com/AlecRust/protected-video/commit/9e910d131003cbc26e44f0933c34b8a331de6737) - Bump dependencies [`427e39d`](https://github.com/AlecRust/protected-video/commit/427e39db943649cdd0a449a834af74ac58e183f7) +- Remove unnecessary comment [`9e910d1`](https://github.com/AlecRust/protected-video/commit/9e910d131003cbc26e44f0933c34b8a331de6737) +- Bump actions/deploy-pages from 2 to 3 [`8fade77`](https://github.com/AlecRust/protected-video/commit/8fade778fb69bc4bd97957d3b6c2a6b3ee0b54f0) +- Bump actions/configure-pages from 3 to 4 [`8891ec2`](https://github.com/AlecRust/protected-video/commit/8891ec256359753e516e2fe6f1f354dc7fc97e5a) #### [1.10.9](https://github.com/AlecRust/protected-video/releases/tag/1.10.9) > 7 November 2023 -- Bump actions/setup-node from 3 to 4 [`f4e8cf7`](https://github.com/AlecRust/protected-video/commit/f4e8cf71c5635c7672a8194f740d192b2a9f5151) -- Bump dependencies [`ecf8292`](https://github.com/AlecRust/protected-video/commit/ecf82924d29f209c0b4b12aef339c5428c31482e) - Automate deletion of old plugin SVN tags [`fcba3f8`](https://github.com/AlecRust/protected-video/commit/fcba3f8e0267ea54721c9184d45c041d4792beb2) +- Bump dependencies [`ecf8292`](https://github.com/AlecRust/protected-video/commit/ecf82924d29f209c0b4b12aef339c5428c31482e) +- Bump actions/setup-node from 3 to 4 [`f4e8cf7`](https://github.com/AlecRust/protected-video/commit/f4e8cf71c5635c7672a8194f740d192b2a9f5151) #### [1.10.8](https://github.com/AlecRust/protected-video/releases/tag/1.10.8) > 27 October 2023 -- Update "Tested up to" to 6.4 [`1832c54`](https://github.com/AlecRust/protected-video/commit/1832c54735814d7ade5a659119332fbd16f5e250) - Bump dependencies [`5411cc7`](https://github.com/AlecRust/protected-video/commit/5411cc7cecf5c08e48cdc30e2687942ba5be442b) +- Update "Tested up to" to 6.4 [`1832c54`](https://github.com/AlecRust/protected-video/commit/1832c54735814d7ade5a659119332fbd16f5e250) #### [1.10.7](https://github.com/AlecRust/protected-video/releases/tag/1.10.7) > 17 October 2023 -- Improve FAQ [`a3a68cc`](https://github.com/AlecRust/protected-video/commit/a3a68cc5e13ad3058d04df2d511e2cc62f1e27c8) -- Bump dependencies [`d858534`](https://github.com/AlecRust/protected-video/commit/d858534e2ab214931bf4230726ce279539aabb10) - Load assets if post uses custom page template [`21a4328`](https://github.com/AlecRust/protected-video/commit/21a43282248c070159f86e7454e0ce467525b1fd) +- Bump dependencies [`d858534`](https://github.com/AlecRust/protected-video/commit/d858534e2ab214931bf4230726ce279539aabb10) +- Improve FAQ [`a3a68cc`](https://github.com/AlecRust/protected-video/commit/a3a68cc5e13ad3058d04df2d511e2cc62f1e27c8) #### [1.10.6](https://github.com/AlecRust/protected-video/releases/tag/1.10.6) > 12 September 2023 -- Specify Prettier PHP plugin in config [`1fb621e`](https://github.com/AlecRust/protected-video/commit/1fb621e31debccfade2f988578be714e515dcdcd) -- Bump actions/checkout from 3 to 4 [`563ffeb`](https://github.com/AlecRust/protected-video/commit/563ffeb28d98386d2b5f190ce3c7ad9e3deb9295) - Bump dependencies [`0aaf6bc`](https://github.com/AlecRust/protected-video/commit/0aaf6bc16300e42c2736ea816c295707afc54a60) +- Bump actions/checkout from 3 to 4 [`563ffeb`](https://github.com/AlecRust/protected-video/commit/563ffeb28d98386d2b5f190ce3c7ad9e3deb9295) +- Specify Prettier PHP plugin in config [`1fb621e`](https://github.com/AlecRust/protected-video/commit/1fb621e31debccfade2f988578be714e515dcdcd) #### [1.10.5](https://github.com/AlecRust/protected-video/releases/tag/1.10.5) > 18 August 2023 -- Refine demo page [`1a55ff2`](https://github.com/AlecRust/protected-video/commit/1a55ff2e06a897b022d679ce7a8ba32964f20dcf) -- Tidy some CSS [`6d5db16`](https://github.com/AlecRust/protected-video/commit/6d5db1637c94081ee422ecc2a5321603c802d69d) -- Refactor demo page [`cf84ce5`](https://github.com/AlecRust/protected-video/commit/cf84ce56c5380616a2bbcc81f23c086555ced7e0) -- Further refine demo page [`100a44b`](https://github.com/AlecRust/protected-video/commit/100a44b459e100e6ef0e1f74cef0ca835d557c8c) -- Use GitHub CLI to upload release asset [`c5187ea`](https://github.com/AlecRust/protected-video/commit/c5187ea217b64b7e6d2138f27892c4ea6a1e724a) - Bump dependencies [`c1dfa5e`](https://github.com/AlecRust/protected-video/commit/c1dfa5e67eba706b42ddbee26d8d896e3e6e0527) +- Use GitHub CLI to upload release asset [`c5187ea`](https://github.com/AlecRust/protected-video/commit/c5187ea217b64b7e6d2138f27892c4ea6a1e724a) +- Further refine demo page [`100a44b`](https://github.com/AlecRust/protected-video/commit/100a44b459e100e6ef0e1f74cef0ca835d557c8c) +- Refactor demo page [`cf84ce5`](https://github.com/AlecRust/protected-video/commit/cf84ce56c5380616a2bbcc81f23c086555ced7e0) +- Tidy some CSS [`6d5db16`](https://github.com/AlecRust/protected-video/commit/6d5db1637c94081ee422ecc2a5321603c802d69d) +- Refine demo page [`1a55ff2`](https://github.com/AlecRust/protected-video/commit/1a55ff2e06a897b022d679ce7a8ba32964f20dcf) #### [1.10.4](https://github.com/AlecRust/protected-video/releases/tag/1.10.4) > 27 July 2023 -- Remove unused do_shortcode fallback [`89840f0`](https://github.com/AlecRust/protected-video/commit/89840f09786643a47ff4c9536463c355da580cf8) -- Load JS in head with defer, instead of end of body [`22fca7e`](https://github.com/AlecRust/protected-video/commit/22fca7e6eba4834cc98cfc9ecea7fb773ad36e3e) -- Improve method names consistency [`d4862c3`](https://github.com/AlecRust/protected-video/commit/d4862c3c63db1d4e54ef7e42735bf8479300e719) -- Refactor color input render code [`2e8c87d`](https://github.com/AlecRust/protected-video/commit/2e8c87db04c64bf6f3e7e06003b024c4ee9cad07) -- Tidy comments formatting [`1c07bf0`](https://github.com/AlecRust/protected-video/commit/1c07bf0d0ecd8f396ab4a74c3d366fdc2cac8b7a) -- Refactor rendering of video thumbnail [`0126ccf`](https://github.com/AlecRust/protected-video/commit/0126ccfb41a851d92f20fe1279b1dfa56b8e1e3e) - Use Notice component for displaying error message [`d13cb6c`](https://github.com/AlecRust/protected-video/commit/d13cb6cb966c634de67de46e0cbaa9968c070d35) +- Refactor rendering of video thumbnail [`0126ccf`](https://github.com/AlecRust/protected-video/commit/0126ccfb41a851d92f20fe1279b1dfa56b8e1e3e) +- Tidy comments formatting [`1c07bf0`](https://github.com/AlecRust/protected-video/commit/1c07bf0d0ecd8f396ab4a74c3d366fdc2cac8b7a) +- Refactor color input render code [`2e8c87d`](https://github.com/AlecRust/protected-video/commit/2e8c87db04c64bf6f3e7e06003b024c4ee9cad07) +- Improve method names consistency [`d4862c3`](https://github.com/AlecRust/protected-video/commit/d4862c3c63db1d4e54ef7e42735bf8479300e719) +- Load JS in head with defer, instead of end of body [`22fca7e`](https://github.com/AlecRust/protected-video/commit/22fca7e6eba4834cc98cfc9ecea7fb773ad36e3e) +- Remove unused do_shortcode fallback [`89840f0`](https://github.com/AlecRust/protected-video/commit/89840f09786643a47ff4c9536463c355da580cf8) #### [1.10.3](https://github.com/AlecRust/protected-video/releases/tag/1.10.3) > 25 July 2023 -- Refactor plugin init code [`b57844d`](https://github.com/AlecRust/protected-video/commit/b57844d4b008315a51cec7c75993c54ebd8f2c85) -- Use sanitize_hex_color for sanitizing player color value [`095871f`](https://github.com/AlecRust/protected-video/commit/095871feee38a9ecb4ed15ff483e81bb76d541f3) - Switch to @release-it/bumper plugin for bumping version in files [`e9a7b06`](https://github.com/AlecRust/protected-video/commit/e9a7b06e0ea202c7500c597a117408e8cdac4576) +- Use sanitize_hex_color for sanitizing player color value [`095871f`](https://github.com/AlecRust/protected-video/commit/095871feee38a9ecb4ed15ff483e81bb76d541f3) +- Refactor plugin init code [`b57844d`](https://github.com/AlecRust/protected-video/commit/b57844d4b008315a51cec7c75993c54ebd8f2c85) #### [1.10.2](https://github.com/AlecRust/protected-video/releases/tag/1.10.2) > 25 July 2023 -- Improve CI job names [`8aeeedd`](https://github.com/AlecRust/protected-video/commit/8aeeeddd32e88dc65eddbda48e579809c7b9665d) -- Fix CI badge in README [`a3c6c1b`](https://github.com/AlecRust/protected-video/commit/a3c6c1bd8db986ad4ea3873d1e787325afc41518) -- Refactor away "hooks loader" abstraction [`b71ca25`](https://github.com/AlecRust/protected-video/commit/b71ca25c51fa96f1067f41f5d8d4e08f2c4f8d10) -- Move registering of Gutenberg block to admin class [`49bf11b`](https://github.com/AlecRust/protected-video/commit/49bf11b889c4750cefd05caf9cade35e05819ff3) -- Simplify file names [`10e1510`](https://github.com/AlecRust/protected-video/commit/10e151016d1a43b50dd4c9deedda4782be5f5ba8) -- Change some methods to be private [`f7ddd39`](https://github.com/AlecRust/protected-video/commit/f7ddd397d9562e2457b74b73bfc4604596591e7d) -- Remove unnecessary index.php files [`552bb26`](https://github.com/AlecRust/protected-video/commit/552bb26fc55d792db431a9f208211f0a58d62c97) - Move lint-staged config to its own file [`2af59a0`](https://github.com/AlecRust/protected-video/commit/2af59a046829d5764dd51d91e24fb8bb6587fc6e) +- Remove unnecessary index.php files [`552bb26`](https://github.com/AlecRust/protected-video/commit/552bb26fc55d792db431a9f208211f0a58d62c97) +- Change some methods to be private [`f7ddd39`](https://github.com/AlecRust/protected-video/commit/f7ddd397d9562e2457b74b73bfc4604596591e7d) +- Simplify file names [`10e1510`](https://github.com/AlecRust/protected-video/commit/10e151016d1a43b50dd4c9deedda4782be5f5ba8) +- Move registering of Gutenberg block to admin class [`49bf11b`](https://github.com/AlecRust/protected-video/commit/49bf11b889c4750cefd05caf9cade35e05819ff3) +- Refactor away "hooks loader" abstraction [`b71ca25`](https://github.com/AlecRust/protected-video/commit/b71ca25c51fa96f1067f41f5d8d4e08f2c4f8d10) +- Fix CI badge in README [`a3c6c1b`](https://github.com/AlecRust/protected-video/commit/a3c6c1bd8db986ad4ea3873d1e787325afc41518) +- Improve CI job names [`8aeeedd`](https://github.com/AlecRust/protected-video/commit/8aeeeddd32e88dc65eddbda48e579809c7b9665d) #### [1.10.1](https://github.com/AlecRust/protected-video/releases/tag/1.10.1) > 24 July 2023 -- Split up CI workflows [`5bd1c8a`](https://github.com/AlecRust/protected-video/commit/5bd1c8a29e1431188a9a452bc13cef12202fb866) - Add "MemberPress Courses" plugin custom filter to allow styles to load [`61c2c3d`](https://github.com/AlecRust/protected-video/commit/61c2c3d3c0b0a5cce06b1208e4d06b6b188ff6e6) +- Split up CI workflows [`5bd1c8a`](https://github.com/AlecRust/protected-video/commit/5bd1c8a29e1431188a9a452bc13cef12202fb866) #### [1.10.0](https://github.com/AlecRust/protected-video/releases/tag/1.10.0) > 24 July 2023 -- Improve comment [`b744b8b`](https://github.com/AlecRust/protected-video/commit/b744b8ba5c53cdec70196be5997fd56225e11b51) -- Add cache busting to demo page [`a99eb11`](https://github.com/AlecRust/protected-video/commit/a99eb1194c7446a1304a4e457b89f1d9418aa313) -- Inject JS at end of in demo to match plugin [`20c9964`](https://github.com/AlecRust/protected-video/commit/20c9964bace35a10dce61c097bdea6d1b5460552) -- Consolidate CI workflows [`44e10c0`](https://github.com/AlecRust/protected-video/commit/44e10c0afa292474ebfb2f78eb08fb3d3d38c13e) -- Fix README CI badge [`f3639b0`](https://github.com/AlecRust/protected-video/commit/f3639b08834373bb4c7ce87464b71c60d49cce42) -- Move demo webpack config to demo dir [`c329274`](https://github.com/AlecRust/protected-video/commit/c32927430e742fd88a63eff1463de0a04c87b8b3) -- Tidy Shortcode fall back check [`951dcee`](https://github.com/AlecRust/protected-video/commit/951dcee502e32099329e2fc743a13c0c854854b6) -- Simplify file names [`860aa5e`](https://github.com/AlecRust/protected-video/commit/860aa5e1f921da640b8e3ddb2eb71091d03b0f30) -- Refactor getVideoThumb() function [`7f09f67`](https://github.com/AlecRust/protected-video/commit/7f09f67a907ef554d041e9b8038c5800fccc654d) -- Disable right-clicking anywhere on a page containing a Protected Video [`1626b22`](https://github.com/AlecRust/protected-video/commit/1626b229a5f0e3697a4a15167492089731b79b26) -- Fix issue causing duplicate references to assets in HTML [`e4b872b`](https://github.com/AlecRust/protected-video/commit/e4b872b9f5099f9439821a8837528cc8913fb762) - Improve plugin screenshots [`b68cc18`](https://github.com/AlecRust/protected-video/commit/b68cc1826192423c95c6ef5f6be636739d7d5b89) +- Fix issue causing duplicate references to assets in HTML [`e4b872b`](https://github.com/AlecRust/protected-video/commit/e4b872b9f5099f9439821a8837528cc8913fb762) +- Disable right-clicking anywhere on a page containing a Protected Video [`1626b22`](https://github.com/AlecRust/protected-video/commit/1626b229a5f0e3697a4a15167492089731b79b26) +- Refactor getVideoThumb() function [`7f09f67`](https://github.com/AlecRust/protected-video/commit/7f09f67a907ef554d041e9b8038c5800fccc654d) +- Simplify file names [`860aa5e`](https://github.com/AlecRust/protected-video/commit/860aa5e1f921da640b8e3ddb2eb71091d03b0f30) +- Tidy Shortcode fall back check [`951dcee`](https://github.com/AlecRust/protected-video/commit/951dcee502e32099329e2fc743a13c0c854854b6) +- Move demo webpack config to demo dir [`c329274`](https://github.com/AlecRust/protected-video/commit/c32927430e742fd88a63eff1463de0a04c87b8b3) +- Fix README CI badge [`f3639b0`](https://github.com/AlecRust/protected-video/commit/f3639b08834373bb4c7ce87464b71c60d49cce42) +- Consolidate CI workflows [`44e10c0`](https://github.com/AlecRust/protected-video/commit/44e10c0afa292474ebfb2f78eb08fb3d3d38c13e) +- Inject JS at end of in demo to match plugin [`20c9964`](https://github.com/AlecRust/protected-video/commit/20c9964bace35a10dce61c097bdea6d1b5460552) +- Add cache busting to demo page [`a99eb11`](https://github.com/AlecRust/protected-video/commit/a99eb1194c7446a1304a4e457b89f1d9418aa313) +- Improve comment [`b744b8b`](https://github.com/AlecRust/protected-video/commit/b744b8ba5c53cdec70196be5997fd56225e11b51) #### [1.9.1](https://github.com/AlecRust/protected-video/releases/tag/1.9.1) > 23 July 2023 -- Exclude webpack.demo.js from plugin dist [`3ed7692`](https://github.com/AlecRust/protected-video/commit/3ed769240167616a80d1d6ef04196eff72b67bc4) -- Simplify dir structure of PHP files [`96f49cf`](https://github.com/AlecRust/protected-video/commit/96f49cf9076be6f505cd06ea97ae8d11af62bbc1) -- Simplify PHP utility functions [`540c827`](https://github.com/AlecRust/protected-video/commit/540c8279707a6e39908936b70d218e05cc7db120) -- Refactor Shortcode output HTML to use sprintf [`433347d`](https://github.com/AlecRust/protected-video/commit/433347d58fae1da15bbf84a1f011f4515e5374bc) -- Tidy plugin metadata [`e313443`](https://github.com/AlecRust/protected-video/commit/e313443ffaf1c1a68690bf35bb15b78014800343) -- Add support for @wordpress/env Docker dev environment [`7ac659d`](https://github.com/AlecRust/protected-video/commit/7ac659d815c104101c186eecdbb8c8f56efa14c7) -- Fix case where public CSS fails to load [`a41bc5f`](https://github.com/AlecRust/protected-video/commit/a41bc5fa2d07ae09156ceda5d10e8f77d0d10040) -- Add plugin banner to repo README [`6de559c`](https://github.com/AlecRust/protected-video/commit/6de559cb1305bdf347d279e7a5dcf82630ffee9c) - Improve checking for Shortcode usage [`23addb4`](https://github.com/AlecRust/protected-video/commit/23addb4372e68a2ce1a815531c319ee1a78a5fc8) +- Add plugin banner to repo README [`6de559c`](https://github.com/AlecRust/protected-video/commit/6de559cb1305bdf347d279e7a5dcf82630ffee9c) +- Fix case where public CSS fails to load [`a41bc5f`](https://github.com/AlecRust/protected-video/commit/a41bc5fa2d07ae09156ceda5d10e8f77d0d10040) +- Add support for @wordpress/env Docker dev environment [`7ac659d`](https://github.com/AlecRust/protected-video/commit/7ac659d815c104101c186eecdbb8c8f56efa14c7) +- Tidy plugin metadata [`e313443`](https://github.com/AlecRust/protected-video/commit/e313443ffaf1c1a68690bf35bb15b78014800343) +- Refactor Shortcode output HTML to use sprintf [`433347d`](https://github.com/AlecRust/protected-video/commit/433347d58fae1da15bbf84a1f011f4515e5374bc) +- Simplify PHP utility functions [`540c827`](https://github.com/AlecRust/protected-video/commit/540c8279707a6e39908936b70d218e05cc7db120) +- Simplify dir structure of PHP files [`96f49cf`](https://github.com/AlecRust/protected-video/commit/96f49cf9076be6f505cd06ea97ae8d11af62bbc1) +- Exclude webpack.demo.js from plugin dist [`3ed7692`](https://github.com/AlecRust/protected-video/commit/3ed769240167616a80d1d6ef04196eff72b67bc4) #### [1.9.0](https://github.com/AlecRust/protected-video/releases/tag/1.9.0) > 22 July 2023 -- Tidy package.json [`0ea705f`](https://github.com/AlecRust/protected-video/commit/0ea705f50bd226c9d1e9efcdc9d64fc8d1734563) -- Add keywords to block.json [`d23ac37`](https://github.com/AlecRust/protected-video/commit/d23ac379d767fa740f83896e2a954e15384b2866) -- Update plugin "Tested up to" to WordPress 6.3 [`38eebe9`](https://github.com/AlecRust/protected-video/commit/38eebe911d1107d54eb08f3c02e35b5de4ab4735) -- Add "player" to block.json keywords [`3662c8f`](https://github.com/AlecRust/protected-video/commit/3662c8f0aa74f163a3215ab64f4b1f01f3a4a506) -- Switch from Yarn to npm, downgrade Prettier to fix prettier-php incompatibility [`6bb7d8b`](https://github.com/AlecRust/protected-video/commit/6bb7d8b9b2cdff2ba6ba255dd130f10a57073294) -- Move block build directory from /admin/js to /build [`1aee52a`](https://github.com/AlecRust/protected-video/commit/1aee52a24ecbadf9cde29bccfb2c68d2c50bb379) -- Use wp-scripts to build all block assets [`30e2e81`](https://github.com/AlecRust/protected-video/commit/30e2e8152b8e5b0bb39f4e7908c4e9d03d93e39b) -- Remove now-unnecessary Browserslist config [`a5fc8fe`](https://github.com/AlecRust/protected-video/commit/a5fc8fe73e766a4d3a1d9cdf5c3592623a5c65c3) -- Move get-video-id to main dependencies [`15a8a14`](https://github.com/AlecRust/protected-video/commit/15a8a144d6a6431a029b5adbab5948951e353825) -- Fix demo webpack config filename [`ef180d9`](https://github.com/AlecRust/protected-video/commit/ef180d96d6d794dcd610bf4959e8f461bb67c5ea) - Fix duplicate enqueuing of public JS [`562a197`](https://github.com/AlecRust/protected-video/commit/562a197147bd1746478f8169bcd49ad37a62dd1e) +- Fix demo webpack config filename [`ef180d9`](https://github.com/AlecRust/protected-video/commit/ef180d96d6d794dcd610bf4959e8f461bb67c5ea) +- Move get-video-id to main dependencies [`15a8a14`](https://github.com/AlecRust/protected-video/commit/15a8a144d6a6431a029b5adbab5948951e353825) +- Remove now-unnecessary Browserslist config [`a5fc8fe`](https://github.com/AlecRust/protected-video/commit/a5fc8fe73e766a4d3a1d9cdf5c3592623a5c65c3) +- Use wp-scripts to build all block assets [`30e2e81`](https://github.com/AlecRust/protected-video/commit/30e2e8152b8e5b0bb39f4e7908c4e9d03d93e39b) +- Move block build directory from /admin/js to /build [`1aee52a`](https://github.com/AlecRust/protected-video/commit/1aee52a24ecbadf9cde29bccfb2c68d2c50bb379) +- Switch from Yarn to npm, downgrade Prettier to fix prettier-php incompatibility [`6bb7d8b`](https://github.com/AlecRust/protected-video/commit/6bb7d8b9b2cdff2ba6ba255dd130f10a57073294) +- Add "player" to block.json keywords [`3662c8f`](https://github.com/AlecRust/protected-video/commit/3662c8f0aa74f163a3215ab64f4b1f01f3a4a506) +- Update plugin "Tested up to" to WordPress 6.3 [`38eebe9`](https://github.com/AlecRust/protected-video/commit/38eebe911d1107d54eb08f3c02e35b5de4ab4735) +- Add keywords to block.json [`d23ac37`](https://github.com/AlecRust/protected-video/commit/d23ac379d767fa740f83896e2a954e15384b2866) +- Tidy package.json [`0ea705f`](https://github.com/AlecRust/protected-video/commit/0ea705f50bd226c9d1e9efcdc9d64fc8d1734563) #### [1.8.6](https://github.com/AlecRust/protected-video/releases/tag/1.8.6) > 20 July 2023 -- Improve function name [`38fc561`](https://github.com/AlecRust/protected-video/commit/38fc561746ddae001a527b93e7a32dbe3c2ac997) - Add custom SVG as block icon [`faac228`](https://github.com/AlecRust/protected-video/commit/faac22893a2ab109561809afbf4c2724f0473b1d) +- Improve function name [`38fc561`](https://github.com/AlecRust/protected-video/commit/38fc561746ddae001a527b93e7a32dbe3c2ac997) #### [1.8.5](https://github.com/AlecRust/protected-video/releases/tag/1.8.5) > 20 July 2023 -- Add support for block preview when browsing [`335ab29`](https://github.com/AlecRust/protected-video/commit/335ab2959cb7295037cf74aa8747ecd9ff1e5a10) -- Improve robustness of block editor CSS [`800c57a`](https://github.com/AlecRust/protected-video/commit/800c57a0726e183f06d969e3e348a7a57071175e) -- Remove unnecessary cannotEmbed block attribute [`5ccf5ac`](https://github.com/AlecRust/protected-video/commit/5ccf5ac7beec11bc70ac79c227c35f5f054fd2b3) -- Fix class names [`5c11d8f`](https://github.com/AlecRust/protected-video/commit/5c11d8f1024b4c3d491aa5071ccba145ff1a956f) - Bump release-it version [`b161f34`](https://github.com/AlecRust/protected-video/commit/b161f34bec0a05cd948cb8b1f628a03bfa5bae0c) +- Fix class names [`5c11d8f`](https://github.com/AlecRust/protected-video/commit/5c11d8f1024b4c3d491aa5071ccba145ff1a956f) +- Remove unnecessary cannotEmbed block attribute [`5ccf5ac`](https://github.com/AlecRust/protected-video/commit/5ccf5ac7beec11bc70ac79c227c35f5f054fd2b3) +- Improve robustness of block editor CSS [`800c57a`](https://github.com/AlecRust/protected-video/commit/800c57a0726e183f06d969e3e348a7a57071175e) +- Add support for block preview when browsing [`335ab29`](https://github.com/AlecRust/protected-video/commit/335ab2959cb7295037cf74aa8747ecd9ff1e5a10) #### [1.8.4](https://github.com/AlecRust/protected-video/releases/tag/1.8.4) > 20 July 2023 -- Set editorScript in block.json [`a74e6b5`](https://github.com/AlecRust/protected-video/commit/a74e6b5d14e052b973c45ecf91c51448d95a6a05) -- Implement useBlockProps() to support block.json apiVersion 3 [`1f09946`](https://github.com/AlecRust/protected-video/commit/1f099468054a05a54acef6f6a1ba7dcf9fea6462) -- Bump dependencies [`16c3747`](https://github.com/AlecRust/protected-video/commit/16c37479bb9adf6e92efc6cd0e5bf82ad0a39732) -- Use destructuring [`fc1636a`](https://github.com/AlecRust/protected-video/commit/fc1636a6b613c207cab4abbb0b6ec982e7c16131) - Move thumbUrl() out of main block code [`dbcf3b6`](https://github.com/AlecRust/protected-video/commit/dbcf3b6dbb22c337a537d08f110466dffde8b2b1) +- Use destructuring [`fc1636a`](https://github.com/AlecRust/protected-video/commit/fc1636a6b613c207cab4abbb0b6ec982e7c16131) +- Bump dependencies [`16c3747`](https://github.com/AlecRust/protected-video/commit/16c37479bb9adf6e92efc6cd0e5bf82ad0a39732) +- Implement useBlockProps() to support block.json apiVersion 3 [`1f09946`](https://github.com/AlecRust/protected-video/commit/1f099468054a05a54acef6f6a1ba7dcf9fea6462) +- Set editorScript in block.json [`a74e6b5`](https://github.com/AlecRust/protected-video/commit/a74e6b5d14e052b973c45ecf91c51448d95a6a05) #### [1.8.3](https://github.com/AlecRust/protected-video/releases/tag/1.8.3) > 19 July 2023 -- Run Prettier on all possible file extensions [`6f156f9`](https://github.com/AlecRust/protected-video/commit/6f156f9ac192c9f3e68b991b3ed016e0aff1036a) -- Separate lint and format scripts [`0d2a3a8`](https://github.com/AlecRust/protected-video/commit/0d2a3a89b0428156b3cf3432ace9c62bfcff18ab) -- Bump actions/upload-pages-artifact from 1 to 2 [`c4e95f2`](https://github.com/AlecRust/protected-video/commit/c4e95f2cc0f34f61a83ed4a7045b3ff1a29cca60) -- Bump semver from 5.7.1 to 5.7.2 [`4000cee`](https://github.com/AlecRust/protected-video/commit/4000ceeaff5027136582b9d7523e1a59e5594d92) -- Tidy license comments [`bcddea6`](https://github.com/AlecRust/protected-video/commit/bcddea6be6da1871e065a8f69d3062a97b4bc8bf) -- Exclude public CSS from Prettier [`4bc0dcb`](https://github.com/AlecRust/protected-video/commit/4bc0dcb343036c8fd1cbdf996e5196109464234b) -- Store block metadata in block.json [`f8a5638`](https://github.com/AlecRust/protected-video/commit/f8a5638f67916ed5112c55e65fbbcb7e6a9aa38c) - Bump dependencies [`b5b25ee`](https://github.com/AlecRust/protected-video/commit/b5b25ee792523547cb8d83668840232887fe3720) +- Store block metadata in block.json [`f8a5638`](https://github.com/AlecRust/protected-video/commit/f8a5638f67916ed5112c55e65fbbcb7e6a9aa38c) +- Exclude public CSS from Prettier [`4bc0dcb`](https://github.com/AlecRust/protected-video/commit/4bc0dcb343036c8fd1cbdf996e5196109464234b) +- Tidy license comments [`bcddea6`](https://github.com/AlecRust/protected-video/commit/bcddea6be6da1871e065a8f69d3062a97b4bc8bf) +- Bump semver from 5.7.1 to 5.7.2 [`4000cee`](https://github.com/AlecRust/protected-video/commit/4000ceeaff5027136582b9d7523e1a59e5594d92) +- Bump actions/upload-pages-artifact from 1 to 2 [`c4e95f2`](https://github.com/AlecRust/protected-video/commit/c4e95f2cc0f34f61a83ed4a7045b3ff1a29cca60) +- Separate lint and format scripts [`0d2a3a8`](https://github.com/AlecRust/protected-video/commit/0d2a3a89b0428156b3cf3432ace9c62bfcff18ab) +- Run Prettier on all possible file extensions [`6f156f9`](https://github.com/AlecRust/protected-video/commit/6f156f9ac192c9f3e68b991b3ed016e0aff1036a) #### [1.8.2](https://github.com/AlecRust/protected-video/releases/tag/1.8.2) > 26 June 2023 -- Bump dependencies [`f94652d`](https://github.com/AlecRust/protected-video/commit/f94652da9d4e0e25e62a02d8db468a0596728aeb) -- Improve CI and demo deploy [`e407732`](https://github.com/AlecRust/protected-video/commit/e4077321bf6b9b7c97166b4f565327d3883aa215) -- Remove unnecessary CNAME file from demo [`c5b06ac`](https://github.com/AlecRust/protected-video/commit/c5b06ac88dd32f6ac0fae23b3f892f3f5ebfa48e) -- Improve plugin icon [`273b19c`](https://github.com/AlecRust/protected-video/commit/273b19c6ef6ce0c0b0f692aa58f63477af5f3f27) - Bump dependencies [`22410ca`](https://github.com/AlecRust/protected-video/commit/22410ca77d6cdc59e052266850932c2e8e532ced) +- Improve plugin icon [`273b19c`](https://github.com/AlecRust/protected-video/commit/273b19c6ef6ce0c0b0f692aa58f63477af5f3f27) +- Remove unnecessary CNAME file from demo [`c5b06ac`](https://github.com/AlecRust/protected-video/commit/c5b06ac88dd32f6ac0fae23b3f892f3f5ebfa48e) +- Improve CI and demo deploy [`e407732`](https://github.com/AlecRust/protected-video/commit/e4077321bf6b9b7c97166b4f565327d3883aa215) +- Bump dependencies [`f94652d`](https://github.com/AlecRust/protected-video/commit/f94652da9d4e0e25e62a02d8db468a0596728aeb) #### [1.8.1](https://github.com/AlecRust/protected-video/releases/tag/1.8.1) > 16 April 2023 -- Load player assets on custom post type pages [`9a77b23`](https://github.com/AlecRust/protected-video/commit/9a77b234a7c2a4d6e5c9367cf490d108ccaa167e) -- Bump build dependencies [`62b1ae4`](https://github.com/AlecRust/protected-video/commit/62b1ae45036ebfb93f51c9bcbeaeed6be3b8b8d5) -- Use plugin_dir_url consistently over plugins_url [`f7d8d13`](https://github.com/AlecRust/protected-video/commit/f7d8d133f95a51532283e0b7632393edfdcc16cc) - Use better wp_add_inline_style() for loading inline styles [`a13b1bf`](https://github.com/AlecRust/protected-video/commit/a13b1bf223abad6eddf5afdbb90c82243dee61c7) +- Use plugin_dir_url consistently over plugins_url [`f7d8d13`](https://github.com/AlecRust/protected-video/commit/f7d8d133f95a51532283e0b7632393edfdcc16cc) +- Bump build dependencies [`62b1ae4`](https://github.com/AlecRust/protected-video/commit/62b1ae45036ebfb93f51c9bcbeaeed6be3b8b8d5) +- Load player assets on custom post type pages [`9a77b23`](https://github.com/AlecRust/protected-video/commit/9a77b234a7c2a4d6e5c9367cf490d108ccaa167e) #### [1.8.0](https://github.com/AlecRust/protected-video/releases/tag/1.8.0) > 1 April 2023 -- Bump dependencies including Plyr 3.7.7 -> 3.7.8 [`4a1a578`](https://github.com/AlecRust/protected-video/commit/4a1a578c50ecec0fd3ae4864c26eb0f2fdcf67ed) -- Add "Can you add feature X to the player?" FAQ [`2a9c173`](https://github.com/AlecRust/protected-video/commit/2a9c1735a64e5249c05c2cb6206b68da65fe0dca) -- Simplify JS for decoding HTML [`aea9a17`](https://github.com/AlecRust/protected-video/commit/aea9a179731e22e955d7f787b4e307c10c51104f) - Switch YouTube embeds to use "no cookie" domain for GDPR support [`1fb04ee`](https://github.com/AlecRust/protected-video/commit/1fb04ee421184c0875a33f5a052c8b9b7818daa1) +- Simplify JS for decoding HTML [`aea9a17`](https://github.com/AlecRust/protected-video/commit/aea9a179731e22e955d7f787b4e307c10c51104f) +- Add "Can you add feature X to the player?" FAQ [`2a9c173`](https://github.com/AlecRust/protected-video/commit/2a9c1735a64e5249c05c2cb6206b68da65fe0dca) +- Bump dependencies including Plyr 3.7.7 -> 3.7.8 [`4a1a578`](https://github.com/AlecRust/protected-video/commit/4a1a578c50ecec0fd3ae4864c26eb0f2fdcf67ed) #### [1.7.22](https://github.com/AlecRust/protected-video/releases/tag/1.7.22) > 20 March 2023 -- Update plugin "Tested up to" to WordPress 6.2 [`20af35c`](https://github.com/AlecRust/protected-video/commit/20af35ca014305713fac59f6d3114cc2fda7aa15) -- Bump dependencies including Plyr 3.7.6 -> 3.7.7 [`3da6c20`](https://github.com/AlecRust/protected-video/commit/3da6c20b596e041657f02a229283bd2a6698fda9) -- Add "The display of the player is broken/it doesn't work" FAQ [`7fabe50`](https://github.com/AlecRust/protected-video/commit/7fabe508226c91d2665b2dc8367055f012b439a2) -- Add "How can I style the player how I like?" FAQ [`4e54ec7`](https://github.com/AlecRust/protected-video/commit/4e54ec7b9156051fcedf56591df5ef308b04bec2) - Add link to Plyr's styling documentation on plugin settings page [`e1249c5`](https://github.com/AlecRust/protected-video/commit/e1249c54f0500d9c4b24617d6908bfc459ae21b6) +- Add "How can I style the player how I like?" FAQ [`4e54ec7`](https://github.com/AlecRust/protected-video/commit/4e54ec7b9156051fcedf56591df5ef308b04bec2) +- Add "The display of the player is broken/it doesn't work" FAQ [`7fabe50`](https://github.com/AlecRust/protected-video/commit/7fabe508226c91d2665b2dc8367055f012b439a2) +- Bump dependencies including Plyr 3.7.6 -> 3.7.7 [`3da6c20`](https://github.com/AlecRust/protected-video/commit/3da6c20b596e041657f02a229283bd2a6698fda9) +- Update plugin "Tested up to" to WordPress 6.2 [`20af35c`](https://github.com/AlecRust/protected-video/commit/20af35ca014305713fac59f6d3114cc2fda7aa15) #### [1.7.21](https://github.com/AlecRust/protected-video/releases/tag/1.7.21) @@ -294,50 +294,50 @@ All notable changes to this project will be documented in this file. > 19 February 2023 -- Bump dependencies [`4ddf90d`](https://github.com/AlecRust/protected-video/commit/4ddf90d0e4e50405df4cf78a71c1a9dfadf0b5f6) - Improve "Why is there a Shortcode as well as Gutenberg block?" FAQ [`f8caa7f`](https://github.com/AlecRust/protected-video/commit/f8caa7f274c39e8718e3b2d653a424700ae4b390) +- Bump dependencies [`4ddf90d`](https://github.com/AlecRust/protected-video/commit/4ddf90d0e4e50405df4cf78a71c1a9dfadf0b5f6) #### [1.7.19](https://github.com/AlecRust/protected-video/releases/tag/1.7.19) > 18 November 2022 -- Update plugin "Tested up to" version [`606c0f0`](https://github.com/AlecRust/protected-video/commit/606c0f0dd20cb2fad71593b7bec748aae76c7a49) -- Fix FAQ wrapping [`4ac8654`](https://github.com/AlecRust/protected-video/commit/4ac8654515ce70fd3d27ad1d976de076b2711fd7) - Bump dependencies inc Plyr player v3.7.3 [`50cd424`](https://github.com/AlecRust/protected-video/commit/50cd42465b85556f6c8c20468f14fa74a001b700) +- Fix FAQ wrapping [`4ac8654`](https://github.com/AlecRust/protected-video/commit/4ac8654515ce70fd3d27ad1d976de076b2711fd7) +- Update plugin "Tested up to" version [`606c0f0`](https://github.com/AlecRust/protected-video/commit/606c0f0dd20cb2fad71593b7bec748aae76c7a49) #### [1.7.18](https://github.com/AlecRust/protected-video/releases/tag/1.7.18) > 6 November 2022 -- Fix readme typo [`970cac8`](https://github.com/AlecRust/protected-video/commit/970cac8a58b87f71af32fcff4b8c8c71229b81e6) -- Bump dependencies [`ffdfcfa`](https://github.com/AlecRust/protected-video/commit/ffdfcfa2f4d1bb1f24e896c4439e2681b26d759d) -- Tidy readmes [`66f5ed5`](https://github.com/AlecRust/protected-video/commit/66f5ed559b435844b59d5c2169b05080aae81ba3) - Add FAQ [`adc5976`](https://github.com/AlecRust/protected-video/commit/adc59760c0374a8831df287dca0c1c2111127a78) +- Tidy readmes [`66f5ed5`](https://github.com/AlecRust/protected-video/commit/66f5ed559b435844b59d5c2169b05080aae81ba3) +- Bump dependencies [`ffdfcfa`](https://github.com/AlecRust/protected-video/commit/ffdfcfa2f4d1bb1f24e896c4439e2681b26d759d) +- Fix readme typo [`970cac8`](https://github.com/AlecRust/protected-video/commit/970cac8a58b87f71af32fcff4b8c8c71229b81e6) #### [1.7.17](https://github.com/AlecRust/protected-video/releases/tag/1.7.17) > 14 August 2022 -- Add missing $this->shortcodes placeholder variable [`6a67306`](https://github.com/AlecRust/protected-video/commit/6a673069869eac6666e75a230354ec4cbdae3796) -- Bump dependencies [`5b85250`](https://github.com/AlecRust/protected-video/commit/5b85250a3418fc670bff5420de3fd3c0670900bd) -- Add "How do I use the Shortcode embed method?" to FAQs [`65e66b3`](https://github.com/AlecRust/protected-video/commit/65e66b3653c1b3a8fa0b8e5a837511e30bb383fb) - Add readme link to video that explains plugin [`90dfeac`](https://github.com/AlecRust/protected-video/commit/90dfeac06edc8462c4ba0ef9ebe2ba97500e80fd) +- Add "How do I use the Shortcode embed method?" to FAQs [`65e66b3`](https://github.com/AlecRust/protected-video/commit/65e66b3653c1b3a8fa0b8e5a837511e30bb383fb) +- Bump dependencies [`5b85250`](https://github.com/AlecRust/protected-video/commit/5b85250a3418fc670bff5420de3fd3c0670900bd) +- Add missing $this->shortcodes placeholder variable [`6a67306`](https://github.com/AlecRust/protected-video/commit/6a673069869eac6666e75a230354ec4cbdae3796) #### [1.7.16](https://github.com/AlecRust/protected-video/releases/tag/1.7.16) > 24 July 2022 -- Switch to official WordPress Browserslist [`687e3ea`](https://github.com/AlecRust/protected-video/commit/687e3eaf53e755d8680ab6c34e048a8734abdb68) -- Improve plugin information [`6f7ac48`](https://github.com/AlecRust/protected-video/commit/6f7ac4885f13eeac31e1917f1bc64a00b4dadc15) -- Switch to official WordPress Babel preset [`82456a9`](https://github.com/AlecRust/protected-video/commit/82456a9fb52ab61f42e8ace44ac7f39652e0b3b8) - Bump dependencies [`a3a195f`](https://github.com/AlecRust/protected-video/commit/a3a195fac5077595585361c79d5ee895e7da47c7) +- Switch to official WordPress Babel preset [`82456a9`](https://github.com/AlecRust/protected-video/commit/82456a9fb52ab61f42e8ace44ac7f39652e0b3b8) +- Improve plugin information [`6f7ac48`](https://github.com/AlecRust/protected-video/commit/6f7ac4885f13eeac31e1917f1bc64a00b4dadc15) +- Switch to official WordPress Browserslist [`687e3ea`](https://github.com/AlecRust/protected-video/commit/687e3eaf53e755d8680ab6c34e048a8734abdb68) #### [1.7.15](https://github.com/AlecRust/protected-video/releases/tag/1.7.15) > 8 July 2022 -- Fix CI badge in README.md [`5a6b4ee`](https://github.com/AlecRust/protected-video/commit/5a6b4ee4e4053dadf29c7aef295e49afd2c0df1d) - Bump dependencies [`a9d0caf`](https://github.com/AlecRust/protected-video/commit/a9d0caf553e0d8c33d19ba26de19b69a17edea60) +- Fix CI badge in README.md [`5a6b4ee`](https://github.com/AlecRust/protected-video/commit/5a6b4ee4e4053dadf29c7aef295e49afd2c0df1d) #### [1.7.14](https://github.com/AlecRust/protected-video/releases/tag/1.7.14) @@ -355,50 +355,50 @@ All notable changes to this project will be documented in this file. > 28 May 2022 -- Split up CI workflows [`407022c`](https://github.com/AlecRust/protected-video/commit/407022c01dede9015c0e956c31006b9074f58ac9) -- Bump dependencies [`8c30d86`](https://github.com/AlecRust/protected-video/commit/8c30d86bafd268e8d1b3e0c322d2d1ca841a031b) - Ignore casing of "service" value in Shortcode [`f66e68c`](https://github.com/AlecRust/protected-video/commit/f66e68cd2360fb6e361e9b5a6fa3e246307bfefd) +- Bump dependencies [`8c30d86`](https://github.com/AlecRust/protected-video/commit/8c30d86bafd268e8d1b3e0c322d2d1ca841a031b) +- Split up CI workflows [`407022c`](https://github.com/AlecRust/protected-video/commit/407022c01dede9015c0e956c31006b9074f58ac9) #### [1.7.11](https://github.com/AlecRust/protected-video/releases/tag/1.7.11) > 8 May 2022 -- Bump dependencies [`f672a90`](https://github.com/AlecRust/protected-video/commit/f672a90233ed4654f153ae9a4295074af6943a0c) - Update "Tested up to" to WordPress 6 [`ee3e5e2`](https://github.com/AlecRust/protected-video/commit/ee3e5e2288448d74291bde51d4615e5a5c03c62c) +- Bump dependencies [`f672a90`](https://github.com/AlecRust/protected-video/commit/f672a90233ed4654f153ae9a4295074af6943a0c) #### [1.7.10](https://github.com/AlecRust/protected-video/releases/tag/1.7.10) > 20 April 2022 -- Bump Plyr player version 3.6.12 -> 3.7.2 [`6acaf56`](https://github.com/AlecRust/protected-video/commit/6acaf564d2686c391ed4455ceab9196574e79fc2) - Bump dependencies [`7982441`](https://github.com/AlecRust/protected-video/commit/798244144fe9849139f52f8d9bda97bbbdc9d00a) +- Bump Plyr player version 3.6.12 -> 3.7.2 [`6acaf56`](https://github.com/AlecRust/protected-video/commit/6acaf564d2686c391ed4455ceab9196574e79fc2) #### [1.7.9](https://github.com/AlecRust/protected-video/releases/tag/1.7.9) > 10 April 2022 -- Improve README [`0df6492`](https://github.com/AlecRust/protected-video/commit/0df649269fd834e3e1ca9e36e58680c7fadd6b97) - Bump dependencies [`3fa3143`](https://github.com/AlecRust/protected-video/commit/3fa3143a616560c7dc613d1f8ec627f091b5eefd) +- Improve README [`0df6492`](https://github.com/AlecRust/protected-video/commit/0df649269fd834e3e1ca9e36e58680c7fadd6b97) #### [1.7.8](https://github.com/AlecRust/protected-video/releases/tag/1.7.8) > 6 March 2022 -- Tidy [`5d37ca1`](https://github.com/AlecRust/protected-video/commit/5d37ca1c55bf0679766c7cfd8150475c756f9c1c) -- Refactor fetching of default player theme color option [`28f270e`](https://github.com/AlecRust/protected-video/commit/28f270ecad0fbb4f0c48cd841877da324dae83da) -- Allow errors to display at top of plugin settings page [`5a18bab`](https://github.com/AlecRust/protected-video/commit/5a18bab8d096902f852ddfa5f8635cd3e2447c9b) -- Automate keeping GitHub Actions up to date [`48ffd8a`](https://github.com/AlecRust/protected-video/commit/48ffd8aeac8e2e0ff133725dad5b7ea3798f772e) -- Remove unnecessary settings_errors call [`c9b5fde`](https://github.com/AlecRust/protected-video/commit/c9b5fded9c902563b6264562fce4650a0b1d0651) -- Bump dependencies [`95a4953`](https://github.com/AlecRust/protected-video/commit/95a4953f5636ee842060de1d80b281486f985161) -- Upgrade "Checkout" GitHub Action to v3 [`d0d10a7`](https://github.com/AlecRust/protected-video/commit/d0d10a7e4fa29084e82c3254cca5ea7e250f42dd) - Upgrade download/upload artifact GitHub Actions to v3 [`39e10a7`](https://github.com/AlecRust/protected-video/commit/39e10a7c214806f35900db408df93ea274f5cca4) +- Upgrade "Checkout" GitHub Action to v3 [`d0d10a7`](https://github.com/AlecRust/protected-video/commit/d0d10a7e4fa29084e82c3254cca5ea7e250f42dd) +- Bump dependencies [`95a4953`](https://github.com/AlecRust/protected-video/commit/95a4953f5636ee842060de1d80b281486f985161) +- Remove unnecessary settings_errors call [`c9b5fde`](https://github.com/AlecRust/protected-video/commit/c9b5fded9c902563b6264562fce4650a0b1d0651) +- Automate keeping GitHub Actions up to date [`48ffd8a`](https://github.com/AlecRust/protected-video/commit/48ffd8aeac8e2e0ff133725dad5b7ea3798f772e) +- Allow errors to display at top of plugin settings page [`5a18bab`](https://github.com/AlecRust/protected-video/commit/5a18bab8d096902f852ddfa5f8635cd3e2447c9b) +- Refactor fetching of default player theme color option [`28f270e`](https://github.com/AlecRust/protected-video/commit/28f270ecad0fbb4f0c48cd841877da324dae83da) +- Tidy [`5d37ca1`](https://github.com/AlecRust/protected-video/commit/5d37ca1c55bf0679766c7cfd8150475c756f9c1c) #### [1.7.7](https://github.com/AlecRust/protected-video/releases/tag/1.7.7) > 26 February 2022 -- Store plugin option (theme color) as string instead of object [`2381df7`](https://github.com/AlecRust/protected-video/commit/2381df7b8ecefb5954e7b9c8c07a1116e264e372) - Bump dependencies [`779f589`](https://github.com/AlecRust/protected-video/commit/779f589cef1e9428c62faaf624ac7b0e609d3d17) +- Store plugin option (theme color) as string instead of object [`2381df7`](https://github.com/AlecRust/protected-video/commit/2381df7b8ecefb5954e7b9c8c07a1116e264e372) #### [1.7.6](https://github.com/AlecRust/protected-video/releases/tag/1.7.6) @@ -410,45 +410,45 @@ All notable changes to this project will be documented in this file. > 5 February 2022 -- Include .yml files in linting [`46562fa`](https://github.com/AlecRust/protected-video/commit/46562fa2ff92b1428b7d66d6044ec21517e5cf6c) -- Update author notes [`1636993`](https://github.com/AlecRust/protected-video/commit/163699317759aced736ce57278f903750311cca0) -- Remove invalid CSS from demo [`b17c6d9`](https://github.com/AlecRust/protected-video/commit/b17c6d93c3b0b07b8f18974bebf43efaf89494e1) -- Improve public CSS webpack configs [`6b2563d`](https://github.com/AlecRust/protected-video/commit/6b2563d92755b0cda8d14d258abb18f080ab6cb5) -- Remove unnecessary postcss-nested plugin [`3fbbbe0`](https://github.com/AlecRust/protected-video/commit/3fbbbe05bf521113e0485f089594e170c264918c) - Bump dependencies [`8ef7854`](https://github.com/AlecRust/protected-video/commit/8ef7854965f4d2362df725b4c1191fdacbdbd8be) +- Remove unnecessary postcss-nested plugin [`3fbbbe0`](https://github.com/AlecRust/protected-video/commit/3fbbbe05bf521113e0485f089594e170c264918c) +- Improve public CSS webpack configs [`6b2563d`](https://github.com/AlecRust/protected-video/commit/6b2563d92755b0cda8d14d258abb18f080ab6cb5) +- Remove invalid CSS from demo [`b17c6d9`](https://github.com/AlecRust/protected-video/commit/b17c6d93c3b0b07b8f18974bebf43efaf89494e1) +- Update author notes [`1636993`](https://github.com/AlecRust/protected-video/commit/163699317759aced736ce57278f903750311cca0) +- Include .yml files in linting [`46562fa`](https://github.com/AlecRust/protected-video/commit/46562fa2ff92b1428b7d66d6044ec21517e5cf6c) #### [1.7.4](https://github.com/AlecRust/protected-video/releases/tag/1.7.4) > 25 January 2022 -- Build player demo assets with webpack [`c6373e8`](https://github.com/AlecRust/protected-video/commit/c6373e857e75d8e9bf12b313c5ae1bb31cc5f738) -- Add missing demo src files [`8b51c08`](https://github.com/AlecRust/protected-video/commit/8b51c085f1e8d2fd127b5bbc217558aa06ff08ae) -- Fix lint [`a2a4b39`](https://github.com/AlecRust/protected-video/commit/a2a4b397b879085b42c359f6b968690738901631) -- Tidy [`55c564b`](https://github.com/AlecRust/protected-video/commit/55c564b08742ffe667c4e2091611584acee79448) -- Simplify Demo CI [`44f73de`](https://github.com/AlecRust/protected-video/commit/44f73dec741def99066c583577b2501a216c3fdf) -- Improve WordPress vs standalone player dev experience [`b90864e`](https://github.com/AlecRust/protected-video/commit/b90864e7353cf667f113d1bc9bbc1402b2ce89cf) -- Exclude /demo from Prettier [`264d043`](https://github.com/AlecRust/protected-video/commit/264d0437265108c1f97a6d5eb72102b839e7b984) -- Bump mini-css-extract-plugin version [`a99552f`](https://github.com/AlecRust/protected-video/commit/a99552f925f2ccb9d7def2031b3e1c05cd5ea871) -- Fix Vimeo thumbnail in blocks editor [`92e6424`](https://github.com/AlecRust/protected-video/commit/92e6424f52b9c76b5e1bea43c24dc3a48690a223) - Prevent interaction with