@automattic/newspack-blocks 1.0.0-hotfix-cap-count-user-posts-dedup.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +3 -0
- package/.hooks/pre-push +8 -0
- package/.nvmrc +1 -0
- package/.prettierignore +4 -0
- package/.prettierrc.js +5 -0
- package/.stylelintrc.js +3 -0
- package/AGENTS.md +275 -0
- package/CHANGELOG.md +3971 -0
- package/CLAUDE.md +1 -0
- package/README.md +43 -0
- package/babel.config.js +6 -0
- package/bin/install-wp-tests.sh +155 -0
- package/bin/update-translations.sh +13 -0
- package/block-list.json +12 -0
- package/composer.json +46 -0
- package/composer.lock +3632 -0
- package/dist/author-list/view-rtl.css +1 -0
- package/dist/author-list/view.asset.php +1 -0
- package/dist/author-list/view.css +1 -0
- package/dist/author-list/view.js +0 -0
- package/dist/author-profile/view-rtl.css +1 -0
- package/dist/author-profile/view.asset.php +1 -0
- package/dist/author-profile/view.css +1 -0
- package/dist/author-profile/view.js +0 -0
- package/dist/block_styles-rtl.css +2 -0
- package/dist/block_styles.asset.php +1 -0
- package/dist/block_styles.css +2 -0
- package/dist/block_styles.js +0 -0
- package/dist/blocks/author-list/block.json +89 -0
- package/dist/blocks/author-profile/block.json +80 -0
- package/dist/blocks/carousel/block.json +125 -0
- package/dist/blocks/checkout-button/block.json +117 -0
- package/dist/blocks/donate/block.json +103 -0
- package/dist/blocks/homepage-articles/block.json +260 -0
- package/dist/blocks/iframe/block.json +36 -0
- package/dist/carousel/view-rtl.css +2 -0
- package/dist/carousel/view.asset.php +1 -0
- package/dist/carousel/view.css +2 -0
- package/dist/carousel/view.js +3 -0
- package/dist/checkout-button/view-rtl.css +1 -0
- package/dist/checkout-button/view.asset.php +1 -0
- package/dist/checkout-button/view.css +1 -0
- package/dist/checkout-button/view.js +0 -0
- package/dist/donate/view-rtl.css +1 -0
- package/dist/donate/view.asset.php +1 -0
- package/dist/donate/view.css +1 -0
- package/dist/donate/view.js +1 -0
- package/dist/editor-rtl.css +66 -0
- package/dist/editor.asset.php +1 -0
- package/dist/editor.css +66 -0
- package/dist/editor.js +57 -0
- package/dist/frequencyBased-rtl.css +1 -0
- package/dist/frequencyBased.asset.php +1 -0
- package/dist/frequencyBased.css +1 -0
- package/dist/frequencyBased.js +1 -0
- package/dist/homepage-articles/view-rtl.css +1 -0
- package/dist/homepage-articles/view.asset.php +1 -0
- package/dist/homepage-articles/view.css +1 -0
- package/dist/homepage-articles/view.js +1 -0
- package/dist/iframe/view-rtl.css +1 -0
- package/dist/iframe/view.asset.php +1 -0
- package/dist/iframe/view.css +1 -0
- package/dist/iframe/view.js +1 -0
- package/dist/modal-rtl.css +1 -0
- package/dist/modal.asset.php +1 -0
- package/dist/modal.css +1 -0
- package/dist/modal.js +1 -0
- package/dist/modalCheckout-rtl.css +1 -0
- package/dist/modalCheckout.asset.php +1 -0
- package/dist/modalCheckout.css +1 -0
- package/dist/modalCheckout.js +1 -0
- package/dist/placeholder_blocks.asset.php +1 -0
- package/dist/placeholder_blocks.js +4 -0
- package/dist/tiersBased-rtl.css +1 -0
- package/dist/tiersBased.asset.php +1 -0
- package/dist/tiersBased.css +1 -0
- package/dist/tiersBased.js +1 -0
- package/includes/class-modal-checkout.php +2324 -0
- package/includes/class-newspack-blocks-api.php +347 -0
- package/includes/class-newspack-blocks-caching.php +291 -0
- package/includes/class-newspack-blocks-patterns.php +167 -0
- package/includes/class-newspack-blocks.php +1581 -0
- package/includes/modal-checkout/class-change-payment-gateway.php +86 -0
- package/includes/modal-checkout/class-checkout-data.php +406 -0
- package/includes/plugins/class-the-events-calendar.php +84 -0
- package/includes/tracking/class-data-events.php +83 -0
- package/languages/newspack-blocks-de_DE-01a5b44b8bc8d20f62541de420aa61ab.json +1 -0
- package/languages/newspack-blocks-de_DE-0662222bf15e7a1a7b74db2dabb48d6c.json +1 -0
- package/languages/newspack-blocks-de_DE-0c8dad524e2a57cee4f8efb6e35387c1.json +1 -0
- package/languages/newspack-blocks-de_DE-10754bc02d28d4301c103f26dbf519ce.json +1 -0
- package/languages/newspack-blocks-de_DE-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -0
- package/languages/newspack-blocks-de_DE-34e5c64f90b1444f3fc735376442eada.json +1 -0
- package/languages/newspack-blocks-de_DE-351fd022e077061b5796bf7042446bfc.json +1 -0
- package/languages/newspack-blocks-de_DE-37552bb09e2a9fceec1970e3c6d46557.json +1 -0
- package/languages/newspack-blocks-de_DE-4b2ccb4e4dc8b3491228b2feb54872f2.json +1 -0
- package/languages/newspack-blocks-de_DE-4cecf783e091d36284a3e0cdafcd0fd5.json +1 -0
- package/languages/newspack-blocks-de_DE-4f16e21047908d19937bc10ced63acd1.json +1 -0
- package/languages/newspack-blocks-de_DE-4fdea541976076f02d56139fb35e5b42.json +1 -0
- package/languages/newspack-blocks-de_DE-501b38ac90d35730a620fb0d483702fa.json +1 -0
- package/languages/newspack-blocks-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -0
- package/languages/newspack-blocks-de_DE-5d4055f484eeb00e3ea0f9d8aace0897.json +1 -0
- package/languages/newspack-blocks-de_DE-5f70538e0223bc8a05b922cba67da6fb.json +1 -0
- package/languages/newspack-blocks-de_DE-6c2e53bab28419c30e1eaee70ba599cf.json +1 -0
- package/languages/newspack-blocks-de_DE-6ed95fb4873e6e2b81351177a44995f6.json +1 -0
- package/languages/newspack-blocks-de_DE-727631509ad8eec8e2cbe740c6dad199.json +1 -0
- package/languages/newspack-blocks-de_DE-73c6d3bde805172d1993f75397e9832d.json +1 -0
- package/languages/newspack-blocks-de_DE-78456b164809d080adecb4d2b3895802.json +1 -0
- package/languages/newspack-blocks-de_DE-7b1aa64ce2d962decc04666ab86c53de.json +1 -0
- package/languages/newspack-blocks-de_DE-7c29764d5ef91723f5ce454f66431b9e.json +1 -0
- package/languages/newspack-blocks-de_DE-912a2876091ef0dca9b26f3cfc01fc9c.json +1 -0
- package/languages/newspack-blocks-de_DE-91a7ac8017d6e2159be1c5a3c1e372e4.json +1 -0
- package/languages/newspack-blocks-de_DE-969286d51bb0afe10983b9aec317b5ee.json +1 -0
- package/languages/newspack-blocks-de_DE-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -0
- package/languages/newspack-blocks-de_DE-a822c3d210c89af3cb7da28eaaef929c.json +1 -0
- package/languages/newspack-blocks-de_DE-aa9f9057c77a46b31d7e325a4322f2da.json +1 -0
- package/languages/newspack-blocks-de_DE-b6d3cfc30bb16d88d7bc5384bc775543.json +1 -0
- package/languages/newspack-blocks-de_DE-b712270cd4eb3cae7899b50b57bdd576.json +1 -0
- package/languages/newspack-blocks-de_DE-babcc0ca24e7f0145b1c8f647049f085.json +1 -0
- package/languages/newspack-blocks-de_DE-bb66d96d450663284550bed5a3e9113e.json +1 -0
- package/languages/newspack-blocks-de_DE-c810378e74f20906b8193ea76adb6bc0.json +1 -0
- package/languages/newspack-blocks-de_DE-d3a1c55a07efd1a65e227bf120840752.json +1 -0
- package/languages/newspack-blocks-de_DE-d5f23a52ecbfd492ebf819c14206a9e2.json +1 -0
- package/languages/newspack-blocks-de_DE-d684e5c5ac51934ba20811c2f588e1d5.json +1 -0
- package/languages/newspack-blocks-de_DE-dd56360b115d1b39c48033c1e0749a11.json +1 -0
- package/languages/newspack-blocks-de_DE-e0e4434aee4db01e71268ce3edf1dd97.json +1 -0
- package/languages/newspack-blocks-de_DE-e58126c278611ed6c17684ba8e7459b4.json +1 -0
- package/languages/newspack-blocks-de_DE-ea3e2a660753c7bfa13b5bbd8a46bdd0.json +1 -0
- package/languages/newspack-blocks-de_DE-eccbc51a43c04f59165364eda71e0be7.json +1 -0
- package/languages/newspack-blocks-de_DE-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -0
- package/languages/newspack-blocks-de_DE-f03802d9ac1ae8f3b85caee4347b93a7.json +1 -0
- package/languages/newspack-blocks-de_DE-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json +1 -0
- package/languages/newspack-blocks-de_DE-f5f8db76788e4079ddfa743333708b88.json +1 -0
- package/languages/newspack-blocks-de_DE-f8b1589c450689398f90b179f47e74ee.json +1 -0
- package/languages/newspack-blocks-de_DE-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json +1 -0
- package/languages/newspack-blocks-de_DE-fbe7f8c598cf05d4603ba49fec909ded.json +1 -0
- package/languages/newspack-blocks-de_DE-fcc93143c1f2b74671f595454b971f44.json +1 -0
- package/languages/newspack-blocks-de_DE.mo +0 -0
- package/languages/newspack-blocks-de_DE.po +2088 -0
- package/languages/newspack-blocks-es_ES-01a5b44b8bc8d20f62541de420aa61ab.json +1 -0
- package/languages/newspack-blocks-es_ES-0662222bf15e7a1a7b74db2dabb48d6c.json +1 -0
- package/languages/newspack-blocks-es_ES-0c8dad524e2a57cee4f8efb6e35387c1.json +1 -0
- package/languages/newspack-blocks-es_ES-10754bc02d28d4301c103f26dbf519ce.json +1 -0
- package/languages/newspack-blocks-es_ES-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -0
- package/languages/newspack-blocks-es_ES-34e5c64f90b1444f3fc735376442eada.json +1 -0
- package/languages/newspack-blocks-es_ES-351fd022e077061b5796bf7042446bfc.json +1 -0
- package/languages/newspack-blocks-es_ES-37552bb09e2a9fceec1970e3c6d46557.json +1 -0
- package/languages/newspack-blocks-es_ES-4b2ccb4e4dc8b3491228b2feb54872f2.json +1 -0
- package/languages/newspack-blocks-es_ES-4cecf783e091d36284a3e0cdafcd0fd5.json +1 -0
- package/languages/newspack-blocks-es_ES-4f16e21047908d19937bc10ced63acd1.json +1 -0
- package/languages/newspack-blocks-es_ES-4fdea541976076f02d56139fb35e5b42.json +1 -0
- package/languages/newspack-blocks-es_ES-501b38ac90d35730a620fb0d483702fa.json +1 -0
- package/languages/newspack-blocks-es_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -0
- package/languages/newspack-blocks-es_ES-5d4055f484eeb00e3ea0f9d8aace0897.json +1 -0
- package/languages/newspack-blocks-es_ES-5f70538e0223bc8a05b922cba67da6fb.json +1 -0
- package/languages/newspack-blocks-es_ES-6c2e53bab28419c30e1eaee70ba599cf.json +1 -0
- package/languages/newspack-blocks-es_ES-6ed95fb4873e6e2b81351177a44995f6.json +1 -0
- package/languages/newspack-blocks-es_ES-727631509ad8eec8e2cbe740c6dad199.json +1 -0
- package/languages/newspack-blocks-es_ES-73c6d3bde805172d1993f75397e9832d.json +1 -0
- package/languages/newspack-blocks-es_ES-78456b164809d080adecb4d2b3895802.json +1 -0
- package/languages/newspack-blocks-es_ES-7b1aa64ce2d962decc04666ab86c53de.json +1 -0
- package/languages/newspack-blocks-es_ES-7c29764d5ef91723f5ce454f66431b9e.json +1 -0
- package/languages/newspack-blocks-es_ES-912a2876091ef0dca9b26f3cfc01fc9c.json +1 -0
- package/languages/newspack-blocks-es_ES-91a7ac8017d6e2159be1c5a3c1e372e4.json +1 -0
- package/languages/newspack-blocks-es_ES-969286d51bb0afe10983b9aec317b5ee.json +1 -0
- package/languages/newspack-blocks-es_ES-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -0
- package/languages/newspack-blocks-es_ES-a822c3d210c89af3cb7da28eaaef929c.json +1 -0
- package/languages/newspack-blocks-es_ES-aa9f9057c77a46b31d7e325a4322f2da.json +1 -0
- package/languages/newspack-blocks-es_ES-b6d3cfc30bb16d88d7bc5384bc775543.json +1 -0
- package/languages/newspack-blocks-es_ES-b712270cd4eb3cae7899b50b57bdd576.json +1 -0
- package/languages/newspack-blocks-es_ES-babcc0ca24e7f0145b1c8f647049f085.json +1 -0
- package/languages/newspack-blocks-es_ES-bb66d96d450663284550bed5a3e9113e.json +1 -0
- package/languages/newspack-blocks-es_ES-c810378e74f20906b8193ea76adb6bc0.json +1 -0
- package/languages/newspack-blocks-es_ES-d3a1c55a07efd1a65e227bf120840752.json +1 -0
- package/languages/newspack-blocks-es_ES-d5f23a52ecbfd492ebf819c14206a9e2.json +1 -0
- package/languages/newspack-blocks-es_ES-d684e5c5ac51934ba20811c2f588e1d5.json +1 -0
- package/languages/newspack-blocks-es_ES-dd56360b115d1b39c48033c1e0749a11.json +1 -0
- package/languages/newspack-blocks-es_ES-e0e4434aee4db01e71268ce3edf1dd97.json +1 -0
- package/languages/newspack-blocks-es_ES-e58126c278611ed6c17684ba8e7459b4.json +1 -0
- package/languages/newspack-blocks-es_ES-ea3e2a660753c7bfa13b5bbd8a46bdd0.json +1 -0
- package/languages/newspack-blocks-es_ES-eccbc51a43c04f59165364eda71e0be7.json +1 -0
- package/languages/newspack-blocks-es_ES-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -0
- package/languages/newspack-blocks-es_ES-f03802d9ac1ae8f3b85caee4347b93a7.json +1 -0
- package/languages/newspack-blocks-es_ES-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json +1 -0
- package/languages/newspack-blocks-es_ES-f5f8db76788e4079ddfa743333708b88.json +1 -0
- package/languages/newspack-blocks-es_ES-f8b1589c450689398f90b179f47e74ee.json +1 -0
- package/languages/newspack-blocks-es_ES-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json +1 -0
- package/languages/newspack-blocks-es_ES-fbe7f8c598cf05d4603ba49fec909ded.json +1 -0
- package/languages/newspack-blocks-es_ES-fcc93143c1f2b74671f595454b971f44.json +1 -0
- package/languages/newspack-blocks-es_ES.mo +0 -0
- package/languages/newspack-blocks-es_ES.po +2080 -0
- package/languages/newspack-blocks-fr_BE-01a5b44b8bc8d20f62541de420aa61ab.json +1 -0
- package/languages/newspack-blocks-fr_BE-0662222bf15e7a1a7b74db2dabb48d6c.json +1 -0
- package/languages/newspack-blocks-fr_BE-0c8dad524e2a57cee4f8efb6e35387c1.json +1 -0
- package/languages/newspack-blocks-fr_BE-10754bc02d28d4301c103f26dbf519ce.json +1 -0
- package/languages/newspack-blocks-fr_BE-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -0
- package/languages/newspack-blocks-fr_BE-34e5c64f90b1444f3fc735376442eada.json +1 -0
- package/languages/newspack-blocks-fr_BE-351fd022e077061b5796bf7042446bfc.json +1 -0
- package/languages/newspack-blocks-fr_BE-37552bb09e2a9fceec1970e3c6d46557.json +1 -0
- package/languages/newspack-blocks-fr_BE-4b2ccb4e4dc8b3491228b2feb54872f2.json +1 -0
- package/languages/newspack-blocks-fr_BE-4cecf783e091d36284a3e0cdafcd0fd5.json +1 -0
- package/languages/newspack-blocks-fr_BE-4f16e21047908d19937bc10ced63acd1.json +1 -0
- package/languages/newspack-blocks-fr_BE-4fdea541976076f02d56139fb35e5b42.json +1 -0
- package/languages/newspack-blocks-fr_BE-501b38ac90d35730a620fb0d483702fa.json +1 -0
- package/languages/newspack-blocks-fr_BE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -0
- package/languages/newspack-blocks-fr_BE-5d4055f484eeb00e3ea0f9d8aace0897.json +1 -0
- package/languages/newspack-blocks-fr_BE-5f70538e0223bc8a05b922cba67da6fb.json +1 -0
- package/languages/newspack-blocks-fr_BE-6c2e53bab28419c30e1eaee70ba599cf.json +1 -0
- package/languages/newspack-blocks-fr_BE-6ed95fb4873e6e2b81351177a44995f6.json +1 -0
- package/languages/newspack-blocks-fr_BE-727631509ad8eec8e2cbe740c6dad199.json +1 -0
- package/languages/newspack-blocks-fr_BE-73c6d3bde805172d1993f75397e9832d.json +1 -0
- package/languages/newspack-blocks-fr_BE-78456b164809d080adecb4d2b3895802.json +1 -0
- package/languages/newspack-blocks-fr_BE-7b1aa64ce2d962decc04666ab86c53de.json +1 -0
- package/languages/newspack-blocks-fr_BE-7c29764d5ef91723f5ce454f66431b9e.json +1 -0
- package/languages/newspack-blocks-fr_BE-912a2876091ef0dca9b26f3cfc01fc9c.json +1 -0
- package/languages/newspack-blocks-fr_BE-91a7ac8017d6e2159be1c5a3c1e372e4.json +1 -0
- package/languages/newspack-blocks-fr_BE-969286d51bb0afe10983b9aec317b5ee.json +1 -0
- package/languages/newspack-blocks-fr_BE-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -0
- package/languages/newspack-blocks-fr_BE-a822c3d210c89af3cb7da28eaaef929c.json +1 -0
- package/languages/newspack-blocks-fr_BE-aa9f9057c77a46b31d7e325a4322f2da.json +1 -0
- package/languages/newspack-blocks-fr_BE-b6d3cfc30bb16d88d7bc5384bc775543.json +1 -0
- package/languages/newspack-blocks-fr_BE-b712270cd4eb3cae7899b50b57bdd576.json +1 -0
- package/languages/newspack-blocks-fr_BE-babcc0ca24e7f0145b1c8f647049f085.json +1 -0
- package/languages/newspack-blocks-fr_BE-bb66d96d450663284550bed5a3e9113e.json +1 -0
- package/languages/newspack-blocks-fr_BE-c810378e74f20906b8193ea76adb6bc0.json +1 -0
- package/languages/newspack-blocks-fr_BE-d3a1c55a07efd1a65e227bf120840752.json +1 -0
- package/languages/newspack-blocks-fr_BE-d5f23a52ecbfd492ebf819c14206a9e2.json +1 -0
- package/languages/newspack-blocks-fr_BE-d684e5c5ac51934ba20811c2f588e1d5.json +1 -0
- package/languages/newspack-blocks-fr_BE-dd56360b115d1b39c48033c1e0749a11.json +1 -0
- package/languages/newspack-blocks-fr_BE-e0e4434aee4db01e71268ce3edf1dd97.json +1 -0
- package/languages/newspack-blocks-fr_BE-e58126c278611ed6c17684ba8e7459b4.json +1 -0
- package/languages/newspack-blocks-fr_BE-ea3e2a660753c7bfa13b5bbd8a46bdd0.json +1 -0
- package/languages/newspack-blocks-fr_BE-eccbc51a43c04f59165364eda71e0be7.json +1 -0
- package/languages/newspack-blocks-fr_BE-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -0
- package/languages/newspack-blocks-fr_BE-f03802d9ac1ae8f3b85caee4347b93a7.json +1 -0
- package/languages/newspack-blocks-fr_BE-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json +1 -0
- package/languages/newspack-blocks-fr_BE-f5f8db76788e4079ddfa743333708b88.json +1 -0
- package/languages/newspack-blocks-fr_BE-f8b1589c450689398f90b179f47e74ee.json +1 -0
- package/languages/newspack-blocks-fr_BE-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json +1 -0
- package/languages/newspack-blocks-fr_BE-fbe7f8c598cf05d4603ba49fec909ded.json +1 -0
- package/languages/newspack-blocks-fr_BE-fcc93143c1f2b74671f595454b971f44.json +1 -0
- package/languages/newspack-blocks-fr_BE.mo +0 -0
- package/languages/newspack-blocks-fr_BE.po +2079 -0
- package/languages/newspack-blocks-nb_NO-01a5b44b8bc8d20f62541de420aa61ab.json +1 -0
- package/languages/newspack-blocks-nb_NO-0662222bf15e7a1a7b74db2dabb48d6c.json +1 -0
- package/languages/newspack-blocks-nb_NO-0c8dad524e2a57cee4f8efb6e35387c1.json +1 -0
- package/languages/newspack-blocks-nb_NO-10754bc02d28d4301c103f26dbf519ce.json +1 -0
- package/languages/newspack-blocks-nb_NO-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -0
- package/languages/newspack-blocks-nb_NO-34e5c64f90b1444f3fc735376442eada.json +1 -0
- package/languages/newspack-blocks-nb_NO-351fd022e077061b5796bf7042446bfc.json +1 -0
- package/languages/newspack-blocks-nb_NO-37552bb09e2a9fceec1970e3c6d46557.json +1 -0
- package/languages/newspack-blocks-nb_NO-4b2ccb4e4dc8b3491228b2feb54872f2.json +1 -0
- package/languages/newspack-blocks-nb_NO-4cecf783e091d36284a3e0cdafcd0fd5.json +1 -0
- package/languages/newspack-blocks-nb_NO-4f16e21047908d19937bc10ced63acd1.json +1 -0
- package/languages/newspack-blocks-nb_NO-4fdea541976076f02d56139fb35e5b42.json +1 -0
- package/languages/newspack-blocks-nb_NO-501b38ac90d35730a620fb0d483702fa.json +1 -0
- package/languages/newspack-blocks-nb_NO-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -0
- package/languages/newspack-blocks-nb_NO-5d4055f484eeb00e3ea0f9d8aace0897.json +1 -0
- package/languages/newspack-blocks-nb_NO-5f70538e0223bc8a05b922cba67da6fb.json +1 -0
- package/languages/newspack-blocks-nb_NO-6c2e53bab28419c30e1eaee70ba599cf.json +1 -0
- package/languages/newspack-blocks-nb_NO-6ed95fb4873e6e2b81351177a44995f6.json +1 -0
- package/languages/newspack-blocks-nb_NO-73c6d3bde805172d1993f75397e9832d.json +1 -0
- package/languages/newspack-blocks-nb_NO-78456b164809d080adecb4d2b3895802.json +1 -0
- package/languages/newspack-blocks-nb_NO-7b1aa64ce2d962decc04666ab86c53de.json +1 -0
- package/languages/newspack-blocks-nb_NO-7c29764d5ef91723f5ce454f66431b9e.json +1 -0
- package/languages/newspack-blocks-nb_NO-912a2876091ef0dca9b26f3cfc01fc9c.json +1 -0
- package/languages/newspack-blocks-nb_NO-91a7ac8017d6e2159be1c5a3c1e372e4.json +1 -0
- package/languages/newspack-blocks-nb_NO-969286d51bb0afe10983b9aec317b5ee.json +1 -0
- package/languages/newspack-blocks-nb_NO-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -0
- package/languages/newspack-blocks-nb_NO-a822c3d210c89af3cb7da28eaaef929c.json +1 -0
- package/languages/newspack-blocks-nb_NO-aa9f9057c77a46b31d7e325a4322f2da.json +1 -0
- package/languages/newspack-blocks-nb_NO-b6d3cfc30bb16d88d7bc5384bc775543.json +1 -0
- package/languages/newspack-blocks-nb_NO-b712270cd4eb3cae7899b50b57bdd576.json +1 -0
- package/languages/newspack-blocks-nb_NO-babcc0ca24e7f0145b1c8f647049f085.json +1 -0
- package/languages/newspack-blocks-nb_NO-bb66d96d450663284550bed5a3e9113e.json +1 -0
- package/languages/newspack-blocks-nb_NO-c810378e74f20906b8193ea76adb6bc0.json +1 -0
- package/languages/newspack-blocks-nb_NO-d3a1c55a07efd1a65e227bf120840752.json +1 -0
- package/languages/newspack-blocks-nb_NO-d5f23a52ecbfd492ebf819c14206a9e2.json +1 -0
- package/languages/newspack-blocks-nb_NO-d684e5c5ac51934ba20811c2f588e1d5.json +1 -0
- package/languages/newspack-blocks-nb_NO-dd56360b115d1b39c48033c1e0749a11.json +1 -0
- package/languages/newspack-blocks-nb_NO-e0e4434aee4db01e71268ce3edf1dd97.json +1 -0
- package/languages/newspack-blocks-nb_NO-e58126c278611ed6c17684ba8e7459b4.json +1 -0
- package/languages/newspack-blocks-nb_NO-ea3e2a660753c7bfa13b5bbd8a46bdd0.json +1 -0
- package/languages/newspack-blocks-nb_NO-eccbc51a43c04f59165364eda71e0be7.json +1 -0
- package/languages/newspack-blocks-nb_NO-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -0
- package/languages/newspack-blocks-nb_NO-f03802d9ac1ae8f3b85caee4347b93a7.json +1 -0
- package/languages/newspack-blocks-nb_NO-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json +1 -0
- package/languages/newspack-blocks-nb_NO-f5f8db76788e4079ddfa743333708b88.json +1 -0
- package/languages/newspack-blocks-nb_NO-f8b1589c450689398f90b179f47e74ee.json +1 -0
- package/languages/newspack-blocks-nb_NO-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json +1 -0
- package/languages/newspack-blocks-nb_NO-fbe7f8c598cf05d4603ba49fec909ded.json +1 -0
- package/languages/newspack-blocks-nb_NO-fcc93143c1f2b74671f595454b971f44.json +1 -0
- package/languages/newspack-blocks-nb_NO.mo +0 -0
- package/languages/newspack-blocks-nb_NO.po +2078 -0
- package/languages/newspack-blocks-pt_PT-01a5b44b8bc8d20f62541de420aa61ab.json +1 -0
- package/languages/newspack-blocks-pt_PT-0662222bf15e7a1a7b74db2dabb48d6c.json +1 -0
- package/languages/newspack-blocks-pt_PT-0c8dad524e2a57cee4f8efb6e35387c1.json +1 -0
- package/languages/newspack-blocks-pt_PT-10754bc02d28d4301c103f26dbf519ce.json +1 -0
- package/languages/newspack-blocks-pt_PT-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -0
- package/languages/newspack-blocks-pt_PT-34e5c64f90b1444f3fc735376442eada.json +1 -0
- package/languages/newspack-blocks-pt_PT-351fd022e077061b5796bf7042446bfc.json +1 -0
- package/languages/newspack-blocks-pt_PT-37552bb09e2a9fceec1970e3c6d46557.json +1 -0
- package/languages/newspack-blocks-pt_PT-4b2ccb4e4dc8b3491228b2feb54872f2.json +1 -0
- package/languages/newspack-blocks-pt_PT-4cecf783e091d36284a3e0cdafcd0fd5.json +1 -0
- package/languages/newspack-blocks-pt_PT-4f16e21047908d19937bc10ced63acd1.json +1 -0
- package/languages/newspack-blocks-pt_PT-4fdea541976076f02d56139fb35e5b42.json +1 -0
- package/languages/newspack-blocks-pt_PT-501b38ac90d35730a620fb0d483702fa.json +1 -0
- package/languages/newspack-blocks-pt_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -0
- package/languages/newspack-blocks-pt_PT-5d4055f484eeb00e3ea0f9d8aace0897.json +1 -0
- package/languages/newspack-blocks-pt_PT-5f70538e0223bc8a05b922cba67da6fb.json +1 -0
- package/languages/newspack-blocks-pt_PT-6c2e53bab28419c30e1eaee70ba599cf.json +1 -0
- package/languages/newspack-blocks-pt_PT-6ed95fb4873e6e2b81351177a44995f6.json +1 -0
- package/languages/newspack-blocks-pt_PT-727631509ad8eec8e2cbe740c6dad199.json +1 -0
- package/languages/newspack-blocks-pt_PT-73c6d3bde805172d1993f75397e9832d.json +1 -0
- package/languages/newspack-blocks-pt_PT-78456b164809d080adecb4d2b3895802.json +1 -0
- package/languages/newspack-blocks-pt_PT-7b1aa64ce2d962decc04666ab86c53de.json +1 -0
- package/languages/newspack-blocks-pt_PT-7c29764d5ef91723f5ce454f66431b9e.json +1 -0
- package/languages/newspack-blocks-pt_PT-912a2876091ef0dca9b26f3cfc01fc9c.json +1 -0
- package/languages/newspack-blocks-pt_PT-91a7ac8017d6e2159be1c5a3c1e372e4.json +1 -0
- package/languages/newspack-blocks-pt_PT-969286d51bb0afe10983b9aec317b5ee.json +1 -0
- package/languages/newspack-blocks-pt_PT-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -0
- package/languages/newspack-blocks-pt_PT-a822c3d210c89af3cb7da28eaaef929c.json +1 -0
- package/languages/newspack-blocks-pt_PT-aa9f9057c77a46b31d7e325a4322f2da.json +1 -0
- package/languages/newspack-blocks-pt_PT-b6d3cfc30bb16d88d7bc5384bc775543.json +1 -0
- package/languages/newspack-blocks-pt_PT-b712270cd4eb3cae7899b50b57bdd576.json +1 -0
- package/languages/newspack-blocks-pt_PT-babcc0ca24e7f0145b1c8f647049f085.json +1 -0
- package/languages/newspack-blocks-pt_PT-bb66d96d450663284550bed5a3e9113e.json +1 -0
- package/languages/newspack-blocks-pt_PT-c810378e74f20906b8193ea76adb6bc0.json +1 -0
- package/languages/newspack-blocks-pt_PT-d3a1c55a07efd1a65e227bf120840752.json +1 -0
- package/languages/newspack-blocks-pt_PT-d5f23a52ecbfd492ebf819c14206a9e2.json +1 -0
- package/languages/newspack-blocks-pt_PT-d684e5c5ac51934ba20811c2f588e1d5.json +1 -0
- package/languages/newspack-blocks-pt_PT-dd56360b115d1b39c48033c1e0749a11.json +1 -0
- package/languages/newspack-blocks-pt_PT-e0e4434aee4db01e71268ce3edf1dd97.json +1 -0
- package/languages/newspack-blocks-pt_PT-e58126c278611ed6c17684ba8e7459b4.json +1 -0
- package/languages/newspack-blocks-pt_PT-ea3e2a660753c7bfa13b5bbd8a46bdd0.json +1 -0
- package/languages/newspack-blocks-pt_PT-eccbc51a43c04f59165364eda71e0be7.json +1 -0
- package/languages/newspack-blocks-pt_PT-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -0
- package/languages/newspack-blocks-pt_PT-f03802d9ac1ae8f3b85caee4347b93a7.json +1 -0
- package/languages/newspack-blocks-pt_PT-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json +1 -0
- package/languages/newspack-blocks-pt_PT-f5f8db76788e4079ddfa743333708b88.json +1 -0
- package/languages/newspack-blocks-pt_PT-f8b1589c450689398f90b179f47e74ee.json +1 -0
- package/languages/newspack-blocks-pt_PT-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json +1 -0
- package/languages/newspack-blocks-pt_PT-fbe7f8c598cf05d4603ba49fec909ded.json +1 -0
- package/languages/newspack-blocks-pt_PT-fcc93143c1f2b74671f595454b971f44.json +1 -0
- package/languages/newspack-blocks-pt_PT.mo +0 -0
- package/languages/newspack-blocks-pt_PT.po +2078 -0
- package/languages/newspack-blocks.pot +2370 -0
- package/newspack-blocks.php +96 -0
- package/package.json +64 -0
- package/phpcs.xml +38 -0
- package/release.config.js +1 -0
- package/src/assets/placeholder-1024x536.jpg +0 -0
- package/src/assets/placeholder-600x800.jpg +0 -0
- package/src/assets/placeholder-800x600.jpg +0 -0
- package/src/assets/placeholder-800x800.jpg +0 -0
- package/src/assets/placeholder-donations-cover.jpg +0 -0
- package/src/assets/placeholder-donations-image.jpg +0 -0
- package/src/assets/placeholder-subscribe-cover.jpg +0 -0
- package/src/assets/placeholder-subscribe-image.jpg +0 -0
- package/src/block-patterns/donations-1.php +13 -0
- package/src/block-patterns/donations-2.php +13 -0
- package/src/block-patterns/donations-3.php +13 -0
- package/src/block-patterns/donations-4.php +13 -0
- package/src/block-patterns/donations-5.php +13 -0
- package/src/block-patterns/homepage-posts-1.php +13 -0
- package/src/block-patterns/homepage-posts-10.php +13 -0
- package/src/block-patterns/homepage-posts-11.php +13 -0
- package/src/block-patterns/homepage-posts-12.php +13 -0
- package/src/block-patterns/homepage-posts-13.php +13 -0
- package/src/block-patterns/homepage-posts-14.php +13 -0
- package/src/block-patterns/homepage-posts-15.php +13 -0
- package/src/block-patterns/homepage-posts-16.php +13 -0
- package/src/block-patterns/homepage-posts-17.php +13 -0
- package/src/block-patterns/homepage-posts-18.php +13 -0
- package/src/block-patterns/homepage-posts-19.php +13 -0
- package/src/block-patterns/homepage-posts-2.php +13 -0
- package/src/block-patterns/homepage-posts-20.php +13 -0
- package/src/block-patterns/homepage-posts-21.php +13 -0
- package/src/block-patterns/homepage-posts-22.php +13 -0
- package/src/block-patterns/homepage-posts-23.php +13 -0
- package/src/block-patterns/homepage-posts-24.php +13 -0
- package/src/block-patterns/homepage-posts-25.php +13 -0
- package/src/block-patterns/homepage-posts-26.php +13 -0
- package/src/block-patterns/homepage-posts-27.php +13 -0
- package/src/block-patterns/homepage-posts-28.php +13 -0
- package/src/block-patterns/homepage-posts-29.php +13 -0
- package/src/block-patterns/homepage-posts-3.php +13 -0
- package/src/block-patterns/homepage-posts-30.php +13 -0
- package/src/block-patterns/homepage-posts-31.php +13 -0
- package/src/block-patterns/homepage-posts-4.php +13 -0
- package/src/block-patterns/homepage-posts-5.php +13 -0
- package/src/block-patterns/homepage-posts-6.php +13 -0
- package/src/block-patterns/homepage-posts-7.php +13 -0
- package/src/block-patterns/homepage-posts-8.php +13 -0
- package/src/block-patterns/homepage-posts-9.php +13 -0
- package/src/block-patterns/subscribe-1.php +13 -0
- package/src/block-patterns/subscribe-2.php +13 -0
- package/src/block-patterns/subscribe-3.php +13 -0
- package/src/block-patterns/subscribe-4.php +13 -0
- package/src/block-patterns/subscribe-5.php +13 -0
- package/src/block-patterns/subscribe-6.php +13 -0
- package/src/block-patterns/subscribe-7.php +13 -0
- package/src/block-styles/core/columns/editor.scss +90 -0
- package/src/block-styles/core/columns/index.js +20 -0
- package/src/block-styles/core/columns/view.scss +131 -0
- package/src/block-styles/core/group/editor.scss +24 -0
- package/src/block-styles/core/group/index.js +25 -0
- package/src/block-styles/core/group/view.scss +13 -0
- package/src/block-styles/view.js +5 -0
- package/src/blocks/author-list/block.json +84 -0
- package/src/blocks/author-list/class-wp-rest-newspack-author-list-controller.php +381 -0
- package/src/blocks/author-list/edit.js +456 -0
- package/src/blocks/author-list/editor.js +7 -0
- package/src/blocks/author-list/editor.scss +1 -0
- package/src/blocks/author-list/index.js +60 -0
- package/src/blocks/author-list/view.js +5 -0
- package/src/blocks/author-list/view.php +180 -0
- package/src/blocks/author-list/view.scss +46 -0
- package/src/blocks/author-profile/README.md +105 -0
- package/src/blocks/author-profile/block.json +77 -0
- package/src/blocks/author-profile/class-wp-rest-newspack-authors-controller.php +618 -0
- package/src/blocks/author-profile/context.js +26 -0
- package/src/blocks/author-profile/edit.js +1031 -0
- package/src/blocks/author-profile/editor.js +7 -0
- package/src/blocks/author-profile/editor.scss +61 -0
- package/src/blocks/author-profile/index.js +66 -0
- package/src/blocks/author-profile/single-author.js +106 -0
- package/src/blocks/author-profile/templates.js +263 -0
- package/src/blocks/author-profile/variations.js +86 -0
- package/src/blocks/author-profile/view.js +5 -0
- package/src/blocks/author-profile/view.php +501 -0
- package/src/blocks/author-profile/view.scss +159 -0
- package/src/blocks/carousel/block.json +121 -0
- package/src/blocks/carousel/create-swiper.js +230 -0
- package/src/blocks/carousel/edit.js +469 -0
- package/src/blocks/carousel/editor.js +7 -0
- package/src/blocks/carousel/editor.scss +54 -0
- package/src/blocks/carousel/index.js +55 -0
- package/src/blocks/carousel/view.js +49 -0
- package/src/blocks/carousel/view.php +417 -0
- package/src/blocks/carousel/view.scss +397 -0
- package/src/blocks/checkout-button/block.json +117 -0
- package/src/blocks/checkout-button/deprecated.js +81 -0
- package/src/blocks/checkout-button/edit.js +385 -0
- package/src/blocks/checkout-button/edit.scss +67 -0
- package/src/blocks/checkout-button/editor.js +19 -0
- package/src/blocks/checkout-button/index.js +32 -0
- package/src/blocks/checkout-button/view.js +4 -0
- package/src/blocks/checkout-button/view.php +178 -0
- package/src/blocks/checkout-button/view.scss +39 -0
- package/src/blocks/donate/block.json +103 -0
- package/src/blocks/donate/consts.ts +25 -0
- package/src/blocks/donate/edit/FrequencyBasedLayout.tsx +255 -0
- package/src/blocks/donate/edit/TierBasedLayout.tsx +133 -0
- package/src/blocks/donate/edit/components/AmountValueInput.tsx +62 -0
- package/src/blocks/donate/edit/components/index.tsx +1 -0
- package/src/blocks/donate/edit/index.tsx +445 -0
- package/src/blocks/donate/editor.js +7 -0
- package/src/blocks/donate/frequency-based/index.ts +135 -0
- package/src/blocks/donate/frequency-based/style.scss +245 -0
- package/src/blocks/donate/frontend/class-newspack-blocks-donate-renderer-base.php +225 -0
- package/src/blocks/donate/frontend/class-newspack-blocks-donate-renderer-frequency-based.php +341 -0
- package/src/blocks/donate/frontend/class-newspack-blocks-donate-renderer-tiers-based.php +184 -0
- package/src/blocks/donate/frontend/class-newspack-blocks-donate-renderer.php +117 -0
- package/src/blocks/donate/index.js +72 -0
- package/src/blocks/donate/styles/editor.scss +230 -0
- package/src/blocks/donate/styles/style-variations.scss +792 -0
- package/src/blocks/donate/styles/view.scss +45 -0
- package/src/blocks/donate/tiers-based/index.ts +36 -0
- package/src/blocks/donate/tiers-based/slider.ts +64 -0
- package/src/blocks/donate/tiers-based/style.scss +185 -0
- package/src/blocks/donate/tiers-based/types.ts +3 -0
- package/src/blocks/donate/tiers-based/utils.test.js +38 -0
- package/src/blocks/donate/tiers-based/utils.ts +21 -0
- package/src/blocks/donate/tiers-based/view.ts +132 -0
- package/src/blocks/donate/types.ts +96 -0
- package/src/blocks/donate/utils.ts +108 -0
- package/src/blocks/donate/view.php +29 -0
- package/src/blocks/donate/view.ts +44 -0
- package/src/blocks/homepage-articles/block.json +260 -0
- package/src/blocks/homepage-articles/class-wp-rest-newspack-articles-controller.php +231 -0
- package/src/blocks/homepage-articles/edit.tsx +730 -0
- package/src/blocks/homepage-articles/editor.js +16 -0
- package/src/blocks/homepage-articles/editor.scss +226 -0
- package/src/blocks/homepage-articles/index.js +102 -0
- package/src/blocks/homepage-articles/store.js +193 -0
- package/src/blocks/homepage-articles/templates/article.php +290 -0
- package/src/blocks/homepage-articles/templates/articles-list.php +21 -0
- package/src/blocks/homepage-articles/templates/articles-loop.php +35 -0
- package/src/blocks/homepage-articles/utils.ts +270 -0
- package/src/blocks/homepage-articles/view.js +242 -0
- package/src/blocks/homepage-articles/view.php +561 -0
- package/src/blocks/homepage-articles/view.scss +784 -0
- package/src/blocks/iframe/block.json +36 -0
- package/src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php +586 -0
- package/src/blocks/iframe/edit.js +232 -0
- package/src/blocks/iframe/editor.js +7 -0
- package/src/blocks/iframe/editor.scss +84 -0
- package/src/blocks/iframe/iframe-placeholder.js +166 -0
- package/src/blocks/iframe/index.js +54 -0
- package/src/blocks/iframe/view.js +49 -0
- package/src/blocks/iframe/view.php +116 -0
- package/src/blocks/iframe/view.scss +9 -0
- package/src/blocks/shared/author.js +47 -0
- package/src/blocks/video-playlist/edit.js +222 -0
- package/src/blocks/video-playlist/editor.js +7 -0
- package/src/blocks/video-playlist/editor.scss +23 -0
- package/src/blocks/video-playlist/index.js +54 -0
- package/src/blocks/video-playlist/view.php +188 -0
- package/src/components/autocomplete-tokenfield.js +189 -0
- package/src/components/autocomplete-tokenfield.scss +27 -0
- package/src/components/editor-panels.js +90 -0
- package/src/components/query-controls.js +450 -0
- package/src/components/redirect-after-success.tsx +50 -0
- package/src/modal-checkout/accessibility.js +73 -0
- package/src/modal-checkout/analytics/ga4/README.md +45 -0
- package/src/modal-checkout/analytics/ga4/checkout-attempt.js +18 -0
- package/src/modal-checkout/analytics/ga4/checkout-success.js +17 -0
- package/src/modal-checkout/analytics/ga4/dismissed.js +17 -0
- package/src/modal-checkout/analytics/ga4/loaded.js +17 -0
- package/src/modal-checkout/analytics/ga4/opened.js +37 -0
- package/src/modal-checkout/analytics/ga4/pagination.js +59 -0
- package/src/modal-checkout/analytics/ga4/utils/index.js +64 -0
- package/src/modal-checkout/analytics/index.js +6 -0
- package/src/modal-checkout/checkout.scss +1064 -0
- package/src/modal-checkout/index.js +929 -0
- package/src/modal-checkout/modal.js +983 -0
- package/src/modal-checkout/modal.scss +265 -0
- package/src/modal-checkout/templates/empty-html-add-recipient.php +15 -0
- package/src/modal-checkout/templates/empty-order-details.php +16 -0
- package/src/modal-checkout/templates/form-change-payment-method.php +99 -0
- package/src/modal-checkout/templates/form-checkout.php +74 -0
- package/src/modal-checkout/templates/form-coupon.php +22 -0
- package/src/modal-checkout/templates/form-gift-subscription.php +34 -0
- package/src/modal-checkout/templates/payment-method.php +29 -0
- package/src/modal-checkout/templates/thankyou.php +94 -0
- package/src/modal-checkout/utils.js +309 -0
- package/src/setup/block-styles.js +2 -0
- package/src/setup/category.js +18 -0
- package/src/setup/editor.js +7 -0
- package/src/setup/editor.scss +56 -0
- package/src/setup/newspack-logo.js +26 -0
- package/src/setup/placeholder-blocks.js +84 -0
- package/src/setup/unregister-blocks.js +14 -0
- package/src/shared/authors.php +63 -0
- package/src/shared/js/newspack-icon.js +31 -0
- package/src/shared/js/utils.js +50 -0
- package/src/shared/sass/_mixins.scss +42 -0
- package/src/shared/sass/_placeholder.scss +5 -0
- package/src/shared/sass/_preview.scss +12 -0
- package/src/shared/sass/_variables.scss +24 -0
- package/src/templates/author-profile-card.php +145 -0
- package/src/types/@wordpress/block-editor.d.ts +1 -0
- package/src/types/@wordpress/components.d.ts +1 -0
- package/src/types/index.d.ts +170 -0
- package/src/types/newspack-components.d.ts +7 -0
- package/tsconfig.json +7 -0
- package/vendor/autoload.php +22 -0
- package/vendor/composer/ClassLoader.php +579 -0
- package/vendor/composer/InstalledVersions.php +396 -0
- package/vendor/composer/LICENSE +21 -0
- package/vendor/composer/autoload_classmap.php +10 -0
- package/vendor/composer/autoload_namespaces.php +9 -0
- package/vendor/composer/autoload_psr4.php +9 -0
- package/vendor/composer/autoload_real.php +36 -0
- package/vendor/composer/autoload_static.php +20 -0
- package/vendor/composer/installed.json +5 -0
- package/vendor/composer/installed.php +23 -0
- package/webpack.config.js +82 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,3971 @@
|
|
|
1
|
+
# @automattic/newspack-blocks 1.0.0-hotfix-cap-count-user-posts-dedup.1 (2026-06-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* a PHP warning when editing newsletters ([#722](https://github.com/Automattic/newspack-workspace/issues/722)) ([3a963c9](https://github.com/Automattic/newspack-workspace/commit/3a963c9f1d2b202a280c839081572f3a9bc724d0))
|
|
7
|
+
* account for patterns when rendering hpp in editor ([#1794](https://github.com/Automattic/newspack-workspace/issues/1794)) ([4e2fa23](https://github.com/Automattic/newspack-workspace/commit/4e2fa23ac22bad1149b223867b9a6df7a43c07a3))
|
|
8
|
+
* add `woocommerce_after_order_notes` action for integrations that need it ([#1720](https://github.com/Automattic/newspack-workspace/issues/1720)) ([5acf0b7](https://github.com/Automattic/newspack-workspace/commit/5acf0b7f6f8a2c84683ebcb00ed05012b841103c))
|
|
9
|
+
* add a max-width to the Content Carousel block ([#2253](https://github.com/Automattic/newspack-workspace/issues/2253)) ([3c0cb04](https://github.com/Automattic/newspack-workspace/commit/3c0cb040b327739a49d07a32be9d76dfb1ee621e))
|
|
10
|
+
* add alignment classes to iframe block ([#1050](https://github.com/Automattic/newspack-workspace/issues/1050)) ([c14ebf9](https://github.com/Automattic/newspack-workspace/commit/c14ebf9296e72716c316d2ce2c268519632c553f))
|
|
11
|
+
* add alignment options to post carousel block ([#597](https://github.com/Automattic/newspack-workspace/issues/597)) ([fab6587](https://github.com/Automattic/newspack-workspace/commit/fab6587be6a70e93a5058738599778dad0300596))
|
|
12
|
+
* add Author List block to manifest of blocks to build in production ([#1011](https://github.com/Automattic/newspack-workspace/issues/1011)) ([71ea44d](https://github.com/Automattic/newspack-workspace/commit/71ea44d425d3131a381334b3704b3e72af645c24))
|
|
13
|
+
* add button block class to the Homepage Posts more button ([#1252](https://github.com/Automattic/newspack-workspace/issues/1252)) ([1dc6169](https://github.com/Automattic/newspack-workspace/commit/1dc61698f7bc22f3169b99508a5e0dca1f5270c2))
|
|
14
|
+
* add check if product can be purchased ([#1916](https://github.com/Automattic/newspack-workspace/issues/1916)) ([6bcb56f](https://github.com/Automattic/newspack-workspace/commit/6bcb56f14eabcf82224edd7b1b1d68e11b86a6f2))
|
|
15
|
+
* add checks for Newspack plugin ([#1579](https://github.com/Automattic/newspack-workspace/issues/1579)) ([b52798a](https://github.com/Automattic/newspack-workspace/commit/b52798a10f005b5c35e7d2f6a939129b41698486))
|
|
16
|
+
* add encoding to all attributes in rest URL ([#1690](https://github.com/Automattic/newspack-workspace/issues/1690)) ([f6979e7](https://github.com/Automattic/newspack-workspace/commit/f6979e72e83bac7e429d214a7e50fa5a5210c590))
|
|
17
|
+
* add isset to avoid warnings ([89bf7da](https://github.com/Automattic/newspack-workspace/commit/89bf7da78aa5ac29fecfd86ba3e10a069fe88b8c))
|
|
18
|
+
* add Link to express payment array ([#2266](https://github.com/Automattic/newspack-workspace/issues/2266)) ([a0eae58](https://github.com/Automattic/newspack-workspace/commit/a0eae5821af0cb2c8034268109b3719f7d2e244b))
|
|
19
|
+
* add max width to avatar placeholder ([#786](https://github.com/Automattic/newspack-workspace/issues/786)) ([52c1b10](https://github.com/Automattic/newspack-workspace/commit/52c1b10bdcc227fcc8447d0230c1746e546c554e))
|
|
20
|
+
* add paragraph markup to excerpt, content placeholders ([#785](https://github.com/Automattic/newspack-workspace/issues/785)) ([8080510](https://github.com/Automattic/newspack-workspace/commit/8080510806787d66eae78603816dd80ba77e2a8a))
|
|
21
|
+
* add simplified CSS class to carousel to reduce style size ([#983](https://github.com/Automattic/newspack-workspace/issues/983)) ([13ee2b9](https://github.com/Automattic/newspack-workspace/commit/13ee2b963d0f5e223f15ebf3af167f8d70108d57))
|
|
22
|
+
* add space to donate block label in editor ([#2270](https://github.com/Automattic/newspack-workspace/issues/2270)) ([d7b4708](https://github.com/Automattic/newspack-workspace/commit/d7b4708b8cdd4c450e3a0fb6636c2a519970183c))
|
|
23
|
+
* add supported gateways check ([#2009](https://github.com/Automattic/newspack-workspace/issues/2009)) ([ff43567](https://github.com/Automattic/newspack-workspace/commit/ff43567731911549e342d7e8b88f56027afb7038))
|
|
24
|
+
* add the timezone to the Content Loop datetime attribute ([#2113](https://github.com/Automattic/newspack-workspace/issues/2113)) ([876a917](https://github.com/Automattic/newspack-workspace/commit/876a91785fe37b6ffdcb2799cecc6c9aea07e665))
|
|
25
|
+
* add wptexturize to the article subtitle ([#910](https://github.com/Automattic/newspack-workspace/issues/910)) ([9c76fdd](https://github.com/Automattic/newspack-workspace/commit/9c76fdd1da417f9cd69b036204fc32366c897dc8))
|
|
26
|
+
* adjust cache handling for feeds ([#2112](https://github.com/Automattic/newspack-workspace/issues/2112)) ([f6650a6](https://github.com/Automattic/newspack-workspace/commit/f6650a60c374d6d00d0f6f878d16ae75a81d7aba))
|
|
27
|
+
* allow all img tag attributes in avatar output ([#1333](https://github.com/Automattic/newspack-workspace/issues/1333)) ([6157421](https://github.com/Automattic/newspack-workspace/commit/6157421716d6611ef44ace70599624c2ea8cbf49))
|
|
28
|
+
* allow order details wrapper to render ([#1547](https://github.com/Automattic/newspack-workspace/issues/1547)) ([1a3202f](https://github.com/Automattic/newspack-workspace/commit/1a3202f732af646891ac10509b62c8d46e407791))
|
|
29
|
+
* allow swiper to reinitialize carousel on attribute changes ([#807](https://github.com/Automattic/newspack-workspace/issues/807)) ([986eb02](https://github.com/Automattic/newspack-workspace/commit/986eb02f96a668844bccb2ad6ece987b477334d7))
|
|
30
|
+
* also search for coauthor posts by term slug ([#1954](https://github.com/Automattic/newspack-workspace/issues/1954)) ([01f90c8](https://github.com/Automattic/newspack-workspace/commit/01f90c81e1698bcff60ad8c13946d08584a0f572))
|
|
31
|
+
* always display query controls; disallow choosing 0 posts ([#497](https://github.com/Automattic/newspack-workspace/issues/497)) ([312505a](https://github.com/Automattic/newspack-workspace/commit/312505a96cb06b002d222ac8601c238ee0fd16ce))
|
|
32
|
+
* always show email address for order summaries ([#1554](https://github.com/Automattic/newspack-workspace/issues/1554)) ([7750f0e](https://github.com/Automattic/newspack-workspace/commit/7750f0e14eade172ff85c9e9fb477de076629609))
|
|
33
|
+
* **api:** avoid warning newspack blocks api accessing attachment images ([#2069](https://github.com/Automattic/newspack-workspace/issues/2069)) ([4d95052](https://github.com/Automattic/newspack-workspace/commit/4d950528eb4b8e2b1ad3cef5b154c560ce2fc66e))
|
|
34
|
+
* **api:** fallback to standard if post_format is false ([#649](https://github.com/Automattic/newspack-workspace/issues/649)) ([2632fa6](https://github.com/Automattic/newspack-workspace/commit/2632fa6906210085bad8783cca8a83fb89dd09d0))
|
|
35
|
+
* articles block fail to get all inner blocks ([#1878](https://github.com/Automattic/newspack-workspace/issues/1878)) ([babeffe](https://github.com/Automattic/newspack-workspace/commit/babeffe8868bc3f2fef585938d8358a9e9e3faa3))
|
|
36
|
+
* attribute types for custom author fields ([#1365](https://github.com/Automattic/newspack-workspace/issues/1365)) ([e12672c](https://github.com/Automattic/newspack-workspace/commit/e12672c8f0b11afd918ac09afadcdfc8c7a4a46b))
|
|
37
|
+
* **author-block:** classname application ([#2172](https://github.com/Automattic/newspack-workspace/issues/2172)) ([6f38474](https://github.com/Automattic/newspack-workspace/commit/6f38474a50405cc85b4abab65c05b947da3c477e))
|
|
38
|
+
* **author-blocks:** handle HTML in author bio ([#1672](https://github.com/Automattic/newspack-workspace/issues/1672)) ([d354c1c](https://github.com/Automattic/newspack-workspace/commit/d354c1cb8ffa4787e2ee3a82f6fe28ba9ea05153))
|
|
39
|
+
* **author-list:** handle alphabetizing last names containing spaces ([#1057](https://github.com/Automattic/newspack-workspace/issues/1057)) ([96f09ba](https://github.com/Automattic/newspack-workspace/commit/96f09baf4022c3fd3acc99ca187496ed28611270))
|
|
40
|
+
* **author-list:** user query when CAP is not installed ([#1015](https://github.com/Automattic/newspack-workspace/issues/1015)) ([eede353](https://github.com/Automattic/newspack-workspace/commit/eede3537d8168b4dcfb1167c4850c63d9a973106))
|
|
41
|
+
* **author-profile:** correct avatar-right mobile stacking order ([#2312](https://github.com/Automattic/newspack-workspace/issues/2312)) ([67c3ceb](https://github.com/Automattic/newspack-workspace/commit/67c3cebf5c94438738191735c53dce3b1b67b800))
|
|
42
|
+
* **author-profile:** corrected CAP author links; linked WP users ([#908](https://github.com/Automattic/newspack-workspace/issues/908)) ([57c5efd](https://github.com/Automattic/newspack-workspace/commit/57c5efd35eae3a7f8fedad21db510b7dc10f775a))
|
|
43
|
+
* **author-profile:** only display guest author profile when linked ([#1688](https://github.com/Automattic/newspack-workspace/issues/1688)) ([1145818](https://github.com/Automattic/newspack-workspace/commit/11458189723d31c0fce3ed1cce06776a32e704e7))
|
|
44
|
+
* authors and guest authors in homepage posts ([#1083](https://github.com/Automattic/newspack-workspace/issues/1083)) ([5a25fb1](https://github.com/Automattic/newspack-workspace/commit/5a25fb131abc21aa784d6f546d620cbe6db889d8))
|
|
45
|
+
* avoid duplicity with linked guest authors ([#1632](https://github.com/Automattic/newspack-workspace/issues/1632)) ([7382477](https://github.com/Automattic/newspack-workspace/commit/7382477cf6367a74719a15e86e3695e131970cd1))
|
|
46
|
+
* avoid redeclaration of global function ([#2264](https://github.com/Automattic/newspack-workspace/issues/2264)) ([7d19ca4](https://github.com/Automattic/newspack-workspace/commit/7d19ca405322418ab45d3c11a7920b23beebe1d2))
|
|
47
|
+
* better handle deleted terms ([#2076](https://github.com/Automattic/newspack-workspace/issues/2076)) ([6196ee2](https://github.com/Automattic/newspack-workspace/commit/6196ee28e46edb0aa65c43a4a83f03fb5908cf34))
|
|
48
|
+
* **block-caching:** only serve from cache if all blocks are cached ([#1899](https://github.com/Automattic/newspack-workspace/issues/1899)) ([d006fdc](https://github.com/Automattic/newspack-workspace/commit/d006fdc98d6108f6ab706d7ecdc6d1a05119b556))
|
|
49
|
+
* **block-styles:** columns shouldn't enforce gap for block themes ([#1770](https://github.com/Automattic/newspack-workspace/issues/1770)) ([0edb47d](https://github.com/Automattic/newspack-workspace/commit/0edb47d4c6999f3f2963c98951ad855ee61ef680))
|
|
50
|
+
* **block-styles:** make sure columns style targets direct children ([#1769](https://github.com/Automattic/newspack-workspace/issues/1769)) ([052885c](https://github.com/Automattic/newspack-workspace/commit/052885c16bff44a0057f53a70a0cb5be95d45076))
|
|
51
|
+
* **block-theme:** modal checkout for block theme ([#2311](https://github.com/Automattic/newspack-workspace/issues/2311)) ([850eaed](https://github.com/Automattic/newspack-workspace/commit/850eaed62836aa09b4c46ee91784b3e8b4c6a2d7))
|
|
52
|
+
* bugs for Post Carousel ([#1422](https://github.com/Automattic/newspack-workspace/issues/1422)) ([11297b6](https://github.com/Automattic/newspack-workspace/commit/11297b69f9f8ff728dfc32d746effa95bc5e03b6))
|
|
53
|
+
* bump up font size on smallest blocks ([#1443](https://github.com/Automattic/newspack-workspace/issues/1443)) ([18ff299](https://github.com/Automattic/newspack-workspace/commit/18ff29950625a22606ee3f69aac764d53f248451))
|
|
54
|
+
* byline, avatar and date in carousel block ([#455](https://github.com/Automattic/newspack-workspace/issues/455)) ([790b21e](https://github.com/Automattic/newspack-workspace/commit/790b21ebc8c1954a4be9bb7986e4750f2c932174))
|
|
55
|
+
* carousel block renders authors like homepage articles ([#680](https://github.com/Automattic/newspack-workspace/issues/680)) ([60d5ad3](https://github.com/Automattic/newspack-workspace/commit/60d5ad337980c1a2b4c172c1a8732f36c1aca60a))
|
|
56
|
+
* carousel image being distorted ([01de65d](https://github.com/Automattic/newspack-workspace/commit/01de65d9f26172f8227d7612f807186b57feb233))
|
|
57
|
+
* carousel style when caching ([18cb9da](https://github.com/Automattic/newspack-workspace/commit/18cb9da1d421f60b0a21d8576aa2090601054a00))
|
|
58
|
+
* **carousel:** add missing block attribute ([#754](https://github.com/Automattic/newspack-workspace/issues/754)) ([8665b00](https://github.com/Automattic/newspack-workspace/commit/8665b00a36b1460e27970654116bc64e631efbf7))
|
|
59
|
+
* **carousel:** avoid editor crash on empty ([#2058](https://github.com/Automattic/newspack-workspace/issues/2058)) ([e6d7da4](https://github.com/Automattic/newspack-workspace/commit/e6d7da4bc969eba8d1e7fd91ce6062597f5df48e))
|
|
60
|
+
* **carousel:** preview performance ([#803](https://github.com/Automattic/newspack-workspace/issues/803)) ([87a1081](https://github.com/Automattic/newspack-workspace/commit/87a10816437d40c4d3fc2e6d4eed75653a3f678a))
|
|
61
|
+
* **carousel:** width issues ([b429ea0](https://github.com/Automattic/newspack-workspace/commit/b429ea0e36a0e69c26b18df63c50fdb69002b665)), closes [#504](https://github.com/Automattic/newspack-workspace/issues/504)
|
|
62
|
+
* change defaultFrequency approach in the Donate block to match tiered layout ([#2330](https://github.com/Automattic/newspack-workspace/issues/2330)) ([36d20d6](https://github.com/Automattic/newspack-workspace/commit/36d20d6654cc5f69aa4351c8ede2c9ff96c36d53))
|
|
63
|
+
* check that grecaptcha library exists before using its methods ([9f6d4b8](https://github.com/Automattic/newspack-workspace/commit/9f6d4b863f87a4be835ce09ca29719860272139b))
|
|
64
|
+
* **checkout-button:** action hook for hidden fields ([#2134](https://github.com/Automattic/newspack-workspace/issues/2134)) ([2495beb](https://github.com/Automattic/newspack-workspace/commit/2495beb73f33b100959f33110ee579d9eef4b2a1))
|
|
65
|
+
* **checkout-button:** add to block list ([#1435](https://github.com/Automattic/newspack-workspace/issues/1435)) ([b5b647e](https://github.com/Automattic/newspack-workspace/commit/b5b647ebb55f3e2b44e1b37ec15db8116dd8cf6b))
|
|
66
|
+
* **checkout-button:** editor width settings ([#2196](https://github.com/Automattic/newspack-workspace/issues/2196)) ([eb85958](https://github.com/Automattic/newspack-workspace/commit/eb85958de7818934a92ffa21f3d5d7acb07d4b47))
|
|
67
|
+
* **checkout-button:** editor's align center ([#2207](https://github.com/Automattic/newspack-workspace/issues/2207)) ([af5c41d](https://github.com/Automattic/newspack-workspace/commit/af5c41d5fa47106d0a3b5872b32aa468d3ae90bf))
|
|
68
|
+
* **checkout-button:** ensure modal "order received" url ([#1447](https://github.com/Automattic/newspack-workspace/issues/1447)) ([4da660a](https://github.com/Automattic/newspack-workspace/commit/4da660ae920320363e7bdb5428e255316ec87cb7))
|
|
69
|
+
* **checkout-button:** handle 10+ product variations ([#1536](https://github.com/Automattic/newspack-workspace/issues/1536)) ([7e3a5ed](https://github.com/Automattic/newspack-workspace/commit/7e3a5ed42517d32b0d70f0b03d2ec1cf73263bcd))
|
|
70
|
+
* **checkout-button:** handle missing saved product ([#2038](https://github.com/Automattic/newspack-workspace/issues/2038)) ([87a48d6](https://github.com/Automattic/newspack-workspace/commit/87a48d6f9dc396448ae129d7771b1cde2e099e25))
|
|
71
|
+
* **checkout-button:** overlay class for modal stacking ([#1461](https://github.com/Automattic/newspack-workspace/issues/1461)) ([27bcb06](https://github.com/Automattic/newspack-workspace/commit/27bcb06f5e4d039498d6cd7be5807198f1b6d928))
|
|
72
|
+
* **checkout-button:** overlay class for modal stacking ([#1461](https://github.com/Automattic/newspack-workspace/issues/1461)) ([56db72e](https://github.com/Automattic/newspack-workspace/commit/56db72e94b056fa7f2fa637b73a5c959584e91b7))
|
|
73
|
+
* **ci:** repair JS jobs ([fc9e1ea](https://github.com/Automattic/newspack-workspace/commit/fc9e1ead3290624ae7822e6ddd063b62beefdb2e))
|
|
74
|
+
* clarify NRH dependency for Campaign ID sidebar attribute ([#2214](https://github.com/Automattic/newspack-workspace/issues/2214)) ([fd6c7e3](https://github.com/Automattic/newspack-workspace/commit/fd6c7e372d4984fb4e6bcaaf50897e541ce3151b))
|
|
75
|
+
* **class-newspack-blocks.php:** fixes assets meta file path for scripts ([#780](https://github.com/Automattic/newspack-workspace/issues/780)) ([85a352a](https://github.com/Automattic/newspack-workspace/commit/85a352afa57dcfcdfae67cd6f1f9c2d9d2dee76c)), closes [#779](https://github.com/Automattic/newspack-workspace/issues/779)
|
|
76
|
+
* **co-authors plus:** add co-authors in the authors filter list ([fb3d514](https://github.com/Automattic/newspack-workspace/commit/fb3d5145259a86aca97cd4a4445c495e2055ab7d)), closes [#601](https://github.com/Automattic/newspack-workspace/issues/601)
|
|
77
|
+
* **co-authors plus:** filter homepage posts block posts by co-authors ([a3fe3d4](https://github.com/Automattic/newspack-workspace/commit/a3fe3d48537135ff497e15dfb158b080e5a19f48)), closes [#831](https://github.com/Automattic/newspack-workspace/issues/831)
|
|
78
|
+
* content gate metadata methods and params ([6ba6cb1](https://github.com/Automattic/newspack-workspace/commit/6ba6cb11e220f2ef8df5790f3bc257baf6dc9140))
|
|
79
|
+
* content loop load more for custom taxs ([#2244](https://github.com/Automattic/newspack-workspace/issues/2244)) ([5cf5c63](https://github.com/Automattic/newspack-workspace/commit/5cf5c6396a858c5eaa30cb40af3726b699cf40a4))
|
|
80
|
+
* correct 'Load more posts' German translation ([26a4f46](https://github.com/Automattic/newspack-workspace/commit/26a4f46d659a4eed1b6b7ec1c0444d5452eeef24))
|
|
81
|
+
* correct carousel button styles in editor ([#1680](https://github.com/Automattic/newspack-workspace/issues/1680)) ([4614b27](https://github.com/Automattic/newspack-workspace/commit/4614b27514d7f4d89e916ada9e1547b424ddfdfd))
|
|
82
|
+
* correct checkout button block width in WP 6.8 ([#2087](https://github.com/Automattic/newspack-workspace/issues/2087)) ([22472b7](https://github.com/Automattic/newspack-workspace/commit/22472b7a4739952ed154fd03f3cf529b962c890a))
|
|
83
|
+
* correct clash between centered text and image behind alignment ([dfb78f3](https://github.com/Automattic/newspack-workspace/commit/dfb78f3ff19696f641da3642cfb34767631aa63d))
|
|
84
|
+
* correct Content Loop button width in WP 6.8 ([#2090](https://github.com/Automattic/newspack-workspace/issues/2090)) ([fc7833f](https://github.com/Automattic/newspack-workspace/commit/fc7833f665e26d44b928356ad2220f3cd9418700))
|
|
85
|
+
* correct count ([c3c1904](https://github.com/Automattic/newspack-workspace/commit/c3c19041e36422035fe8f3b71c77c0991c81aed3))
|
|
86
|
+
* correct donate block tab spacing in editor ([#1153](https://github.com/Automattic/newspack-workspace/issues/1153)) ([663c018](https://github.com/Automattic/newspack-workspace/commit/663c018b7c0b3dfd108192793507b154ae53103d))
|
|
87
|
+
* correct Donate thank you message alignment ([#1258](https://github.com/Automattic/newspack-workspace/issues/1258)) ([4ab0196](https://github.com/Automattic/newspack-workspace/commit/4ab0196b8f7270ad2c81259183015eb6f4411a38))
|
|
88
|
+
* correct linting errors ([8b66a83](https://github.com/Automattic/newspack-workspace/commit/8b66a83a41a6e626e300901d4fea718ebf0bc7c0))
|
|
89
|
+
* correct linting errors ([8edbd77](https://github.com/Automattic/newspack-workspace/commit/8edbd774a104fafb74e498919d03340b6f737aa3))
|
|
90
|
+
* correct order of arguments in implodes ([913258d](https://github.com/Automattic/newspack-workspace/commit/913258d62cdf3bbc8758c0e91b8103dac0528744))
|
|
91
|
+
* correct path to placeholder image ([#791](https://github.com/Automattic/newspack-workspace/issues/791)) ([a514d5f](https://github.com/Automattic/newspack-workspace/commit/a514d5fd37c5430adb17a0d982b8bd481272640c))
|
|
92
|
+
* correct RTL styles for the Content Loop ([#2215](https://github.com/Automattic/newspack-workspace/issues/2215)) ([c666b7e](https://github.com/Automattic/newspack-workspace/commit/c666b7e44228eab69a472d964a73ff6eb259096d))
|
|
93
|
+
* currency symbol handling ([#850](https://github.com/Automattic/newspack-workspace/issues/850)) ([9e8856e](https://github.com/Automattic/newspack-workspace/commit/9e8856e3a0c64db71779423a3f63b938cb91055c))
|
|
94
|
+
* decode entities in categories when shown ([#474](https://github.com/Automattic/newspack-workspace/issues/474)) ([515dee0](https://github.com/Automattic/newspack-workspace/commit/515dee0f477ff6f1498690cec4d368472785ecb0))
|
|
95
|
+
* decode entities in categories when shown in carousel ([#475](https://github.com/Automattic/newspack-workspace/issues/475)) ([9cfa467](https://github.com/Automattic/newspack-workspace/commit/9cfa46747c9c7cb18c7d902bece713a67a431e9e))
|
|
96
|
+
* deprecate video playlist block ([#1903](https://github.com/Automattic/newspack-workspace/issues/1903)) ([23d0fd6](https://github.com/Automattic/newspack-workspace/commit/23d0fd63bfd53ca63c94901063a5fa7b101ac41b))
|
|
97
|
+
* disable ngg shortcode manager ([#1045](https://github.com/Automattic/newspack-workspace/issues/1045)) ([361e592](https://github.com/Automattic/newspack-workspace/commit/361e592e14bdb3fa87d8c6aa8f4053a5f2616c42))
|
|
98
|
+
* disable paging in specific posts mode ([#640](https://github.com/Automattic/newspack-workspace/issues/640)) ([0531290](https://github.com/Automattic/newspack-workspace/commit/05312905e3cd75a08a2675d8dfb534db46093311))
|
|
99
|
+
* disallow 0 as post to show value ([60a2d61](https://github.com/Automattic/newspack-workspace/commit/60a2d616b71b5c6b28c960430b8ab85ead1b69c8))
|
|
100
|
+
* disambiguate users and guest authors in Author List exclusions ([#1154](https://github.com/Automattic/newspack-workspace/issues/1154)) ([d798dcd](https://github.com/Automattic/newspack-workspace/commit/d798dcdd25522b40c92c77d697ae70224310f63b))
|
|
101
|
+
* disambiguate WP users vs. guest authors with same ID ([#1143](https://github.com/Automattic/newspack-workspace/issues/1143)) ([e5fbb5d](https://github.com/Automattic/newspack-workspace/commit/e5fbb5d2bafb6d8a4924dcdcde7de05c64db819c))
|
|
102
|
+
* do not apply the_content filter to homepage post excerpts ([#883](https://github.com/Automattic/newspack-workspace/issues/883)) ([c2a1196](https://github.com/Automattic/newspack-workspace/commit/c2a1196f101963e3673ca569eead9be586b5a6ec))
|
|
103
|
+
* do not initialize swiper instances if component is hidden ([#804](https://github.com/Automattic/newspack-workspace/issues/804)) ([c5490e1](https://github.com/Automattic/newspack-workspace/commit/c5490e17dea7c18dbd3fced462ac89f5a00bc2c7))
|
|
104
|
+
* do not invalidate tax queries ([#1968](https://github.com/Automattic/newspack-workspace/issues/1968)) ([bb845cd](https://github.com/Automattic/newspack-workspace/commit/bb845cd13de8dcbdd7aa83895744a956eb584c32))
|
|
105
|
+
* don't render homepage posts blocks in feeds ([12da260](https://github.com/Automattic/newspack-workspace/commit/12da2602ba40536ae4f3c270f3d25ceaf6cac601))
|
|
106
|
+
* don’t show trial info in modal checkout if not applicable ([#2245](https://github.com/Automattic/newspack-workspace/issues/2245)) ([4d99821](https://github.com/Automattic/newspack-workspace/commit/4d998218ac5a89502f4d8de1c2a1e637398c8133))
|
|
107
|
+
* don't strip HTML from Homepage Posts Block excerpts ([#1364](https://github.com/Automattic/newspack-workspace/issues/1364)) ([42c6249](https://github.com/Automattic/newspack-workspace/commit/42c6249f5d85a6005afab90bf45ccb7065457b43))
|
|
108
|
+
* don't use main wp_query when rendering homepage posts ([77596da](https://github.com/Automattic/newspack-workspace/commit/77596dad66fba99032819b3fb86dcb7920ee8171))
|
|
109
|
+
* donate block formatting ([#2133](https://github.com/Automattic/newspack-workspace/issues/2133)) ([22c19a2](https://github.com/Automattic/newspack-workspace/commit/22c19a2657092c2de4b0913740b48e08a27bd605))
|
|
110
|
+
* donate block layout for NRH ([#1682](https://github.com/Automattic/newspack-workspace/issues/1682)) ([81508e2](https://github.com/Automattic/newspack-workspace/commit/81508e224bac0190b52f16fccaaf3aacb32d51af))
|
|
111
|
+
* donate block non-default styles grid breakpoint ([#1078](https://github.com/Automattic/newspack-workspace/issues/1078)) ([67b73e3](https://github.com/Automattic/newspack-workspace/commit/67b73e39918cddfb0be2945a49f56be9fca20b47))
|
|
112
|
+
* **donate-block:** allow spaces in button label ([#1479](https://github.com/Automattic/newspack-workspace/issues/1479)) ([c13517a](https://github.com/Automattic/newspack-workspace/commit/c13517abf831f1c3592f41109110c567e8d267cf))
|
|
113
|
+
* **donate-block:** fix typo in textdomain and color variables ([#1738](https://github.com/Automattic/newspack-workspace/issues/1738)) ([45c7761](https://github.com/Automattic/newspack-workspace/commit/45c7761a66d6eb7638e28b7b60825ef73bea96e3))
|
|
114
|
+
* **donate-block:** handle decimals in custom amount input ([#2074](https://github.com/Automattic/newspack-workspace/issues/2074)) ([6866548](https://github.com/Automattic/newspack-workspace/commit/6866548713ea034cd045e28e1dc1f2279e3546e9))
|
|
115
|
+
* **donate-block:** handle decimals in custom amount input, fixed ([ae21063](https://github.com/Automattic/newspack-workspace/commit/ae21063a17613632981f1c5c6f3ad12d09b26918))
|
|
116
|
+
* **donate-block:** handle default frequency from attributes ([6fcb111](https://github.com/Automattic/newspack-workspace/commit/6fcb1110b653d55b9a7ac2865ebf80e2585038df))
|
|
117
|
+
* **donate-stripe:** initialize Stripe only if element is visible ([#1344](https://github.com/Automattic/newspack-workspace/issues/1344)) ([7686fb1](https://github.com/Automattic/newspack-workspace/commit/7686fb1bd1139f17c0f7d68048938480a3916662))
|
|
118
|
+
* **donate:** allow "once" in tiers-based layout ([d2037d3](https://github.com/Automattic/newspack-workspace/commit/d2037d3fde430ed15fd416ed047f6c5fef69d5ce))
|
|
119
|
+
* **donate:** amount formatting ([af6574b](https://github.com/Automattic/newspack-workspace/commit/af6574bf63073fcb9739eb0eadb84386a385a84f))
|
|
120
|
+
* **donate:** default value not below minimum donation ([#1248](https://github.com/Automattic/newspack-workspace/issues/1248)) ([e5b7de3](https://github.com/Automattic/newspack-workspace/commit/e5b7de31aa2d69fa2d3ca50ee81e0d5e4679aabc))
|
|
121
|
+
* **donate:** handle zero fees ([72d876e](https://github.com/Automattic/newspack-workspace/commit/72d876e98a2fbf519c392e722319e0ed97f9dc5b))
|
|
122
|
+
* **donate:** modern style variation wrong border-radius ([#2195](https://github.com/Automattic/newspack-workspace/issues/2195)) ([c2f59d4](https://github.com/Automattic/newspack-workspace/commit/c2f59d4c180859f1f0cd4f1b21984ef255bb78c8))
|
|
123
|
+
* **donate:** override defaults with manual config ([#1313](https://github.com/Automattic/newspack-workspace/issues/1313)) ([ad33bb2](https://github.com/Automattic/newspack-workspace/commit/ad33bb29a0b86f4265409ec5b54d7e9e3f3aff20))
|
|
124
|
+
* **donate:** reset "other" value when switching tiers ([#1549](https://github.com/Automattic/newspack-workspace/issues/1549)) ([a38a4c3](https://github.com/Automattic/newspack-workspace/commit/a38a4c3141b89cd95fbfb8ff6a9382ff800a5b0a))
|
|
125
|
+
* **donate:** tiers based layout support check ([#1428](https://github.com/Automattic/newspack-workspace/issues/1428)) ([0e9b12f](https://github.com/Automattic/newspack-workspace/commit/0e9b12f7a42bfa03fa6eb24ae8eaee4b76960335))
|
|
126
|
+
* **donate:** use first & last name as default name ([#1255](https://github.com/Automattic/newspack-workspace/issues/1255)) ([02cd2eb](https://github.com/Automattic/newspack-workspace/commit/02cd2eb581537ea3472234267ac0d8923d3bdeea))
|
|
127
|
+
* **donate:** user id handling ([1d46838](https://github.com/Automattic/newspack-workspace/commit/1d468388cb21e53eaca257e11971e0d0af3c8c19))
|
|
128
|
+
* donations wizard link ([86262f8](https://github.com/Automattic/newspack-workspace/commit/86262f84d19b9feb988f1dcba64ea2d4444066d8))
|
|
129
|
+
* dont cache blocks for staff ([103669a](https://github.com/Automattic/newspack-workspace/commit/103669a52636dd916c1f8a91e245535c05339f05))
|
|
130
|
+
* double-encoded load more urls ([#415](https://github.com/Automattic/newspack-workspace/issues/415)) ([72bc176](https://github.com/Automattic/newspack-workspace/commit/72bc176e7e775b0e1ca614392e697aea02e58ffc))
|
|
131
|
+
* echo closing link tags on sponsor bylines ([#1152](https://github.com/Automattic/newspack-workspace/issues/1152)) ([45c0e18](https://github.com/Automattic/newspack-workspace/commit/45c0e18d459fcd0c6abaff36c53170fbe358498a))
|
|
132
|
+
* enforce the password strength on checkout ([#2037](https://github.com/Automattic/newspack-workspace/issues/2037)) ([dfbc4bf](https://github.com/Automattic/newspack-workspace/commit/dfbc4bf3073e8b521ed2e3ba7fba1c2b9abed62f))
|
|
133
|
+
* ensure amount is always defined for totalAmount calculation ([#1227](https://github.com/Automattic/newspack-workspace/issues/1227)) ([9338e4e](https://github.com/Automattic/newspack-workspace/commit/9338e4e30f381db66257a70b5ff616d27fb6fb8c))
|
|
134
|
+
* ensure block option spacing for checkout button block is consistent ([#2335](https://github.com/Automattic/newspack-workspace/issues/2335)) ([79ed91b](https://github.com/Automattic/newspack-workspace/commit/79ed91bf891c692f405d5cbc5b0af980ae0acba9))
|
|
135
|
+
* ensure buttons pick up all colours, fonts sizes, font class styles ([#2337](https://github.com/Automattic/newspack-workspace/issues/2337)) ([418ede0](https://github.com/Automattic/newspack-workspace/commit/418ede038595c1d3b03d12baf301749897dc5a1a))
|
|
136
|
+
* ensure buttons pick up all colours, fonts sizes, font class styles ([#2337](https://github.com/Automattic/newspack-workspace/issues/2337)) ([b749d2a](https://github.com/Automattic/newspack-workspace/commit/b749d2a66f1f845cda90601c7892766adb33530a))
|
|
137
|
+
* ensure buttons pick up all colours, fonts sizes, font class styles ([#2337](https://github.com/Automattic/newspack-workspace/issues/2337)) ([c13fc94](https://github.com/Automattic/newspack-workspace/commit/c13fc942a6533439fe2ff8f27dddaa23960a12ee))
|
|
138
|
+
* esc user-inputted key value before appending to URL ([7a97dd3](https://github.com/Automattic/newspack-workspace/commit/7a97dd3dc5c155d5f2e6b246fb8bf97b5d02601c))
|
|
139
|
+
* fall back to author if coauthor fails ([6d62614](https://github.com/Automattic/newspack-workspace/commit/6d626145ecc52cb8bae9fc4835679fb863fdf45e))
|
|
140
|
+
* fix a bad copy/paste ([6952c57](https://github.com/Automattic/newspack-workspace/commit/6952c57e4f616ec9eaf00dbf9bee34ba2e4693bd))
|
|
141
|
+
* fix broken author URL on WP.com ([#407](https://github.com/Automattic/newspack-workspace/issues/407)) ([1e236a9](https://github.com/Automattic/newspack-workspace/commit/1e236a97788ec95607be6f7b27fbd9fc523f05af))
|
|
142
|
+
* fix video attribute handling ([5f93a8e](https://github.com/Automattic/newspack-workspace/commit/5f93a8eb9ff74f6dbc21976f744e0917befab4fe))
|
|
143
|
+
* fix wrapping issue happening in Firefox ([#1712](https://github.com/Automattic/newspack-workspace/issues/1712)) ([414b8c0](https://github.com/Automattic/newspack-workspace/commit/414b8c0cfe78ccc55fd2462bbc2ecad3c43a2ef2))
|
|
144
|
+
* Fix/author list roles and exclusion ([#2166](https://github.com/Automattic/newspack-workspace/issues/2166)) ([0364337](https://github.com/Automattic/newspack-workspace/commit/03643374a678a8138ceab96e29420030ffd11678))
|
|
145
|
+
* fixing linting errors ([bee94f9](https://github.com/Automattic/newspack-workspace/commit/bee94f939290aa4106ecc6d8e269011d3a306356))
|
|
146
|
+
* ga4 events for tiered modal ([#2218](https://github.com/Automattic/newspack-workspace/issues/2218)) ([4bfa1ec](https://github.com/Automattic/newspack-workspace/commit/4bfa1ec97ce12b765cd671dab813db799836eca7))
|
|
147
|
+
* ga4 events for tiered modal ([#2218](https://github.com/Automattic/newspack-workspace/issues/2218)) ([1f1ac57](https://github.com/Automattic/newspack-workspace/commit/1f1ac5786e1dbbcb155bfc6ef8a06aa7b3b40406))
|
|
148
|
+
* guest author selection in Author Profile block ([#1188](https://github.com/Automattic/newspack-workspace/issues/1188)) ([08cfcb0](https://github.com/Automattic/newspack-workspace/commit/08cfcb02b00f85b74a8475bb5308d4b9377cdb28))
|
|
149
|
+
* handle checkout form inline errors and expired sessions ([#2255](https://github.com/Automattic/newspack-workspace/issues/2255)) ([0abf45c](https://github.com/Automattic/newspack-workspace/commit/0abf45c72ed3a9cbaf2f46060cbe0836fabf069b))
|
|
150
|
+
* handle inactive newspack-popups ([#1056](https://github.com/Automattic/newspack-workspace/issues/1056)) ([4617c6e](https://github.com/Automattic/newspack-workspace/commit/4617c6e218b504ba63f627618f66767c2bbf950a))
|
|
151
|
+
* handle inactive woocommerce ([1d17385](https://github.com/Automattic/newspack-workspace/commit/1d1738534336a46e640a35787748b6aeb925b108))
|
|
152
|
+
* handle invalid file errors when processing archive ([#2221](https://github.com/Automattic/newspack-workspace/issues/2221)) ([bf9f35c](https://github.com/Automattic/newspack-workspace/commit/bf9f35c9602112d7e70425bc0b5d536b83d82fb5))
|
|
153
|
+
* handle multiple responsive iframe blocks ([#2242](https://github.com/Automattic/newspack-workspace/issues/2242)) ([db55812](https://github.com/Automattic/newspack-workspace/commit/db55812df2aa455a3c2824ee7502dc0d4806927d))
|
|
154
|
+
* handle unavailable Newspack plugin ([#1026](https://github.com/Automattic/newspack-workspace/issues/1026)) ([79696d0](https://github.com/Automattic/newspack-workspace/commit/79696d020d9f215d7f89816be0e4e45de692e917))
|
|
155
|
+
* harden usage and output of attribute values ([#1530](https://github.com/Automattic/newspack-workspace/issues/1530)) ([9bf6b6e](https://github.com/Automattic/newspack-workspace/commit/9bf6b6ee75b643d7fbf0443e0d3a9727d0112acd))
|
|
156
|
+
* height of post carousel blocks in editor preview ([571d8ad](https://github.com/Automattic/newspack-workspace/commit/571d8ad437f24bbbda0269d36cd9c1fbe70ab198))
|
|
157
|
+
* hide WC's login prompt ([7ae8a91](https://github.com/Automattic/newspack-workspace/commit/7ae8a91119771bcaacc54bc9b83798b979c526b9))
|
|
158
|
+
* homepage posts block in AMP Plus mode ([#954](https://github.com/Automattic/newspack-workspace/issues/954)) ([eb40c73](https://github.com/Automattic/newspack-workspace/commit/eb40c73799483f01ea4ad258c8dc7882a07f880f)), closes [#953](https://github.com/Automattic/newspack-workspace/issues/953)
|
|
159
|
+
* **homepage posts block:** align items when an odd number of items is inserted ([#1173](https://github.com/Automattic/newspack-workspace/issues/1173)) ([318f707](https://github.com/Automattic/newspack-workspace/commit/318f70773b4e302565c393d3fedf39f8d983ba66))
|
|
160
|
+
* **homepage posts:** fix inconsistent column sizing when border enabled ([b7633ff](https://github.com/Automattic/newspack-workspace/commit/b7633fff8e5f6603e9ec8d6e1b8df953199f19e0)), closes [#825](https://github.com/Automattic/newspack-workspace/issues/825)
|
|
161
|
+
* **homepage-articles:** add style to head ([#2123](https://github.com/Automattic/newspack-workspace/issues/2123)) ([4eae55e](https://github.com/Automattic/newspack-workspace/commit/4eae55ec7fe21ed57a7b0c27bb7f529cfbfd3742))
|
|
162
|
+
* **homepage-articles:** add styles outside of the block markup ([#2145](https://github.com/Automattic/newspack-workspace/issues/2145)) ([4bd6541](https://github.com/Automattic/newspack-workspace/commit/4bd65410d313e0878de2a2b629aecea6bfbf0f6d))
|
|
163
|
+
* **homepage-articles:** author URL ([#1710](https://github.com/Automattic/newspack-workspace/issues/1710)) ([544f468](https://github.com/Automattic/newspack-workspace/commit/544f468a51f5ec27c76b5f8c561a44b287288719))
|
|
164
|
+
* **homepage-articles:** revert block inline style enqueue strategy ([#2139](https://github.com/Automattic/newspack-workspace/issues/2139)) ([c664f06](https://github.com/Automattic/newspack-workspace/commit/c664f06833fcc7aa0471758bf8105cae44db8a5d))
|
|
165
|
+
* **homepage-articles:** use map_deep to construct articles_rest_url and resolve PHP 8.1 warnings ([#1655](https://github.com/Automattic/newspack-workspace/issues/1655)) ([2c59b76](https://github.com/Automattic/newspack-workspace/commit/2c59b7666113c32758a514d8a07ae2f1a538c6e0))
|
|
166
|
+
* **homepage-post:** handle duplicated categories ([05a630f](https://github.com/Automattic/newspack-workspace/commit/05a630f94e92f0ea17c84e6735c200cf9aac1588)), closes [#669](https://github.com/Automattic/newspack-workspace/issues/669)
|
|
167
|
+
* **homepage-posts:** change copy for deduplication block option ([#1578](https://github.com/Automattic/newspack-workspace/issues/1578)) ([95bbad0](https://github.com/Automattic/newspack-workspace/commit/95bbad04b80960bccd548220d22b93e1345b6b7a))
|
|
168
|
+
* **homepage-posts:** check existing "specific posts" recursively for deduplication ([#1541](https://github.com/Automattic/newspack-workspace/issues/1541)) ([22e64c4](https://github.com/Automattic/newspack-workspace/commit/22e64c4022e5bdd76cb9fb88e050b1ceeb8130f4))
|
|
169
|
+
* **homepage-posts:** display info about load more posts if blog is private ([af41cf3](https://github.com/Automattic/newspack-workspace/commit/af41cf3f6b04fa66f530ae9cc0e4603f6a57a9bb)), closes [#507](https://github.com/Automattic/newspack-workspace/issues/507)
|
|
170
|
+
* **homepage-posts:** exclude current post only on posts and pages ([fc3b7a4](https://github.com/Automattic/newspack-workspace/commit/fc3b7a4e02c85bc4ba63e711a5407ae07c8225b5))
|
|
171
|
+
* **homepage-posts:** exclude posts already on the page from query ([2e596da](https://github.com/Automattic/newspack-workspace/commit/2e596da17b9013034a73edabfc14f9d114f4eb87)), closes [#510](https://github.com/Automattic/newspack-workspace/issues/510)
|
|
172
|
+
* **homepage-posts:** exclude specific posts from other blocks from query ([#500](https://github.com/Automattic/newspack-workspace/issues/500)) ([eaf90e4](https://github.com/Automattic/newspack-workspace/commit/eaf90e4c38024aebc714094bd43651a35b7cb46b)), closes [#498](https://github.com/Automattic/newspack-workspace/issues/498)
|
|
173
|
+
* **homepage-posts:** handle empty block when printing inline styles ([#1621](https://github.com/Automattic/newspack-workspace/issues/1621)) ([f555348](https://github.com/Automattic/newspack-workspace/commit/f555348d6690f015a386efe151e430fa834b8bf0))
|
|
174
|
+
* **homepage-posts:** honor allowing duplicates in load-more ([0bdb3aa](https://github.com/Automattic/newspack-workspace/commit/0bdb3aa2dcba9a35d1106aac638564db83c8f236))
|
|
175
|
+
* **homepage-posts:** placement for inline styles ([#1611](https://github.com/Automattic/newspack-workspace/issues/1611)) ([0fa673f](https://github.com/Automattic/newspack-workspace/commit/0fa673f39c9506d05e8c3695990b8aa5c036c7bc))
|
|
176
|
+
* **homepage-posts:** post fetch for widget blocks ([#1066](https://github.com/Automattic/newspack-workspace/issues/1066)) ([376558f](https://github.com/Automattic/newspack-workspace/commit/376558fecba2d1b14c39505aecd169569ca7c8b5))
|
|
177
|
+
* **homepage-posts:** terms handling in category list ([#1596](https://github.com/Automattic/newspack-workspace/issues/1596)) ([3aac063](https://github.com/Automattic/newspack-workspace/commit/3aac063f2320716ae3e568ed73aef02b09d8d8dd))
|
|
178
|
+
* **HPB:** author query if CAP is unavailable ([#1336](https://github.com/Automattic/newspack-workspace/issues/1336)) ([766f7fa](https://github.com/Automattic/newspack-workspace/commit/766f7fabdd73224b369cac1bb3ad85b4285cc55b))
|
|
179
|
+
* **hpp:** filter invalid autocomplete tokens ([#1671](https://github.com/Automattic/newspack-workspace/issues/1671)) ([9587c7b](https://github.com/Automattic/newspack-workspace/commit/9587c7b98dd0844c20707247fbe2b26b6cadb171))
|
|
180
|
+
* if a post has a custom excerpt, use it ([#880](https://github.com/Automattic/newspack-workspace/issues/880)) ([932b495](https://github.com/Automattic/newspack-workspace/commit/932b495b346736b85645121cc71c39b71b00b678))
|
|
181
|
+
* iframe editor compatibility ([#2289](https://github.com/Automattic/newspack-workspace/issues/2289)) ([c77f16e](https://github.com/Automattic/newspack-workspace/commit/c77f16e20b56c6daaab36afd930ce61bf792b902))
|
|
182
|
+
* **iframe-block:** add a trailing slash to iframe URL ([#906](https://github.com/Automattic/newspack-workspace/issues/906)) ([5cbae9c](https://github.com/Automattic/newspack-workspace/commit/5cbae9cd74b23f87b9ad836c10b108f0fc34a198))
|
|
183
|
+
* **iframe-block:** handle errors from server-side fetch ([#1162](https://github.com/Automattic/newspack-workspace/issues/1162)) ([6575e76](https://github.com/Automattic/newspack-workspace/commit/6575e7606437947efe9d4f26dac493d625956725))
|
|
184
|
+
* **iframe-block:** prevent fatal error on blocks without attributes ([#1708](https://github.com/Automattic/newspack-workspace/issues/1708)) ([d917bc2](https://github.com/Automattic/newspack-workspace/commit/d917bc2f70f28053210e905f730326a4e2f23c5a))
|
|
185
|
+
* **iframe-block:** validate file extensions before allowing upload ([#2220](https://github.com/Automattic/newspack-workspace/issues/2220)) ([41b4ecf](https://github.com/Automattic/newspack-workspace/commit/41b4ecfc04e2241097237d563354470047e8375f))
|
|
186
|
+
* improve formatting of donation amount options ([#2032](https://github.com/Automattic/newspack-workspace/issues/2032)) ([58d032a](https://github.com/Automattic/newspack-workspace/commit/58d032a867f36f822989d37d5d964dfd132987ea))
|
|
187
|
+
* in specific posts mode, post order should match input order ([#681](https://github.com/Automattic/newspack-workspace/issues/681)) ([c32b7f0](https://github.com/Automattic/newspack-workspace/commit/c32b7f01bd7948a5544fd4f577c0c60ce80d6a65))
|
|
188
|
+
* include author profile block in release packages ([85e6c69](https://github.com/Automattic/newspack-workspace/commit/85e6c69f63d717b85c8200a7554543c23f26adc3))
|
|
189
|
+
* incorrect nesting of tax_query args ([#1087](https://github.com/Automattic/newspack-workspace/issues/1087)) ([07f2ed5](https://github.com/Automattic/newspack-workspace/commit/07f2ed57f27ef7d3e24e334b72b4d9e34dd47168))
|
|
190
|
+
* increase log level required to log caching status ([081fac9](https://github.com/Automattic/newspack-workspace/commit/081fac901744b3fb59daa9da1c652fcf24e58a5c))
|
|
191
|
+
* initializing swiper for multiple blocks ([#476](https://github.com/Automattic/newspack-workspace/issues/476)) ([c348539](https://github.com/Automattic/newspack-workspace/commit/c3485397f25fe66c211171850e07035bf61beb73))
|
|
192
|
+
* input hardening ([31abd39](https://github.com/Automattic/newspack-workspace/commit/31abd3995863225fbf40cf167823188cce83d06f))
|
|
193
|
+
* let "Cover fees" checkbox work with any payment method ([#1915](https://github.com/Automattic/newspack-workspace/issues/1915)) ([bfa42a9](https://github.com/Automattic/newspack-workspace/commit/bfa42a97e66a140c21fe41af1f2c119ac33887d0))
|
|
194
|
+
* limit excerpt lengths even for custom excerpts ([#874](https://github.com/Automattic/newspack-workspace/issues/874)) ([ba319d3](https://github.com/Automattic/newspack-workspace/commit/ba319d34a329f976c58d8e772a673d24502b9aa5))
|
|
195
|
+
* lint errors ([#1010](https://github.com/Automattic/newspack-workspace/issues/1010)) ([c7ed9a4](https://github.com/Automattic/newspack-workspace/commit/c7ed9a4749cde5c71085995a2a3b7e2442a234d2))
|
|
196
|
+
* linter errors caused by $sponsor_classes ([#1286](https://github.com/Automattic/newspack-workspace/issues/1286)) ([8412f17](https://github.com/Automattic/newspack-workspace/commit/8412f172f6d3cda11323fa8ebdba2ab6362e895e))
|
|
197
|
+
* linting issues ([#2254](https://github.com/Automattic/newspack-workspace/issues/2254)) ([ac0aa4c](https://github.com/Automattic/newspack-workspace/commit/ac0aa4cd780080999f031b8ec1414ed629bcfae3))
|
|
198
|
+
* linting issues ([#2254](https://github.com/Automattic/newspack-workspace/issues/2254)) ([38624cf](https://github.com/Automattic/newspack-workspace/commit/38624cf1623f554cc3489c01fc43af32f4240f31))
|
|
199
|
+
* load more button - remove amp-layout container, append each new article individually. ([#375](https://github.com/Automattic/newspack-workspace/issues/375)) ([cb39b33](https://github.com/Automattic/newspack-workspace/commit/cb39b333077901efb66e1ce77d9f2c258734db78))
|
|
200
|
+
* load more button functionality ([#672](https://github.com/Automattic/newspack-workspace/issues/672)) ([eec9071](https://github.com/Automattic/newspack-workspace/commit/eec9071604002580ddf78caa5cf4ea941e94d488))
|
|
201
|
+
* local git hooks ([#1414](https://github.com/Automattic/newspack-workspace/issues/1414)) ([5c223ad](https://github.com/Automattic/newspack-workspace/commit/5c223ad2d008f0686f484cec96567cb444c71de3))
|
|
202
|
+
* make author block font sizing more specific ([#1343](https://github.com/Automattic/newspack-workspace/issues/1343)) ([51fd7aa](https://github.com/Automattic/newspack-workspace/commit/51fd7aa97a0100c8e5f4bec9cab9b7738f285cae))
|
|
203
|
+
* make bottom margin styles less specific for easier overrides ([#483](https://github.com/Automattic/newspack-workspace/issues/483)) ([0fe1f46](https://github.com/Automattic/newspack-workspace/commit/0fe1f46838ca5def23db8d597a3cc00419660f79))
|
|
204
|
+
* make carousel slide image width styles more specific ([#792](https://github.com/Automattic/newspack-workspace/issues/792)) ([86380e2](https://github.com/Automattic/newspack-workspace/commit/86380e205521910483482b96da06e08d114bc38a))
|
|
205
|
+
* make load more button styles more specific ([#527](https://github.com/Automattic/newspack-workspace/issues/527)) ([f43f30a](https://github.com/Automattic/newspack-workspace/commit/f43f30ae1f0a000e6ce8b38ef1068f1b5e8f76ec))
|
|
206
|
+
* make new debugging arg optional to avoid potential fatals ([#2022](https://github.com/Automattic/newspack-workspace/issues/2022)) ([43fa569](https://github.com/Automattic/newspack-workspace/commit/43fa5695ab84ca3df6f9ba01bf6fcc48abdf1ceb))
|
|
207
|
+
* make sure block exists before unregistering ([#1169](https://github.com/Automattic/newspack-workspace/issues/1169)) ([a9cbfbf](https://github.com/Automattic/newspack-workspace/commit/a9cbfbf5be10424d37bfb383ebf0b8b809612aa7))
|
|
208
|
+
* make sure carousels without images aren't collapsed ([#1511](https://github.com/Automattic/newspack-workspace/issues/1511)) ([19d8ab3](https://github.com/Automattic/newspack-workspace/commit/19d8ab3c087ee85886ca748e33d98b1ce751a204))
|
|
209
|
+
* make sure content options don't affect blocks ([b796537](https://github.com/Automattic/newspack-workspace/commit/b796537791e5de1b328a798265c4cd7b7a82fd5c))
|
|
210
|
+
* make sure correct avatar is loaded when guests and users share IDs ([#1339](https://github.com/Automattic/newspack-workspace/issues/1339)) ([ee64dae](https://github.com/Automattic/newspack-workspace/commit/ee64dae09f6e0d04bdaa43f3c9f09769389bb9fb))
|
|
211
|
+
* make sure fields after floated inputs clear floats in the modal checkout ([#2030](https://github.com/Automattic/newspack-workspace/issues/2030)) ([57a7d36](https://github.com/Automattic/newspack-workspace/commit/57a7d36cff92f372adf5587a1656c43c26c0dacb))
|
|
212
|
+
* make sure five column border layout works ([#2072](https://github.com/Automattic/newspack-workspace/issues/2072)) ([376ffeb](https://github.com/Automattic/newspack-workspace/commit/376ffebba8657820863cc9d485ed73f328973f51))
|
|
213
|
+
* make sure font scale 5 previews in editor ([#1706](https://github.com/Automattic/newspack-workspace/issues/1706)) ([c02aa6d](https://github.com/Automattic/newspack-workspace/commit/c02aa6d84c31fb6ded1014255a57e995f2d6530a))
|
|
214
|
+
* make sure image scale CSS class is applied in editor ([#1717](https://github.com/Automattic/newspack-workspace/issues/1717)) ([a971e2f](https://github.com/Automattic/newspack-workspace/commit/a971e2f1abdf72e417a810c03d88626840d2a682))
|
|
215
|
+
* make sure membership gate refreshes after variation purchase ([#2044](https://github.com/Automattic/newspack-workspace/issues/2044)) ([652c786](https://github.com/Automattic/newspack-workspace/commit/652c7860b0f8083bf4a8c79ea5332549b0788915))
|
|
216
|
+
* make sure Post Carousel text colors aren't overridden ([#553](https://github.com/Automattic/newspack-workspace/issues/553)) ([d5c8a3c](https://github.com/Automattic/newspack-workspace/commit/d5c8a3c076628a5f4d30b47a39d05cb7a36729ec))
|
|
217
|
+
* make sure RTL styles are loaded ([#2164](https://github.com/Automattic/newspack-workspace/issues/2164)) ([88982e2](https://github.com/Automattic/newspack-workspace/commit/88982e2e1c47d7da351dcf8db9bf85e2dac56856))
|
|
218
|
+
* make sure sponsor flag previews in editor ([#1279](https://github.com/Automattic/newspack-workspace/issues/1279)) ([d55e21f](https://github.com/Automattic/newspack-workspace/commit/d55e21fbdb84bfb585320d95461e63f7e494e55e))
|
|
219
|
+
* make sure sponsored content styles survive tree shaking ([#585](https://github.com/Automattic/newspack-workspace/issues/585)) ([d02ef5f](https://github.com/Automattic/newspack-workspace/commit/d02ef5fe0503680527751aad6120b7369bd482c0))
|
|
220
|
+
* make sure styles hiding updated date doesn't hide all dates ([#406](https://github.com/Automattic/newspack-workspace/issues/406)) ([4406d0f](https://github.com/Automattic/newspack-workspace/commit/4406d0f7b80946f86d6eb741f38709e8c0f81696))
|
|
221
|
+
* Manual video input ([0db1072](https://github.com/Automattic/newspack-workspace/commit/0db10728a87642e74794ccf9fbd912c4c05eec27))
|
|
222
|
+
* match thankyou template when using existing customer email ([#1550](https://github.com/Automattic/newspack-workspace/issues/1550)) ([8deb02f](https://github.com/Automattic/newspack-workspace/commit/8deb02f798ebc9499839db5fcfe869de3dc0f45a))
|
|
223
|
+
* merge conflicts and force new build again ([6471dc5](https://github.com/Automattic/newspack-workspace/commit/6471dc51d3c8e7f0d30d749f4933cf5c2276c49b))
|
|
224
|
+
* modal checkout continue button ([#1733](https://github.com/Automattic/newspack-workspace/issues/1733)) ([ae72940](https://github.com/Automattic/newspack-workspace/commit/ae7294099f7c27f69395108a88d7ace599782519))
|
|
225
|
+
* modal checkout outside of ras ([#1434](https://github.com/Automattic/newspack-workspace/issues/1434)) ([a4cbe15](https://github.com/Automattic/newspack-workspace/commit/a4cbe157daec57f5a42e3f7943946132dea332e7))
|
|
226
|
+
* modal checkout template markup ([#1608](https://github.com/Automattic/newspack-workspace/issues/1608)) ([a405f30](https://github.com/Automattic/newspack-workspace/commit/a405f30fb536959d4f363a46c6fa51727fd8cd07))
|
|
227
|
+
* **modal-checkout:** account for signup fee in price summary ([#2183](https://github.com/Automattic/newspack-workspace/issues/2183)) ([f8b766c](https://github.com/Automattic/newspack-workspace/commit/f8b766c8d7522d41835289728e29446f2b6bc136))
|
|
228
|
+
* **modal-checkout:** add id attributes to hidden inputs ([4cf064a](https://github.com/Automattic/newspack-workspace/commit/4cf064ae7d428ea4ff3d3a7087017f982e8d0b59))
|
|
229
|
+
* **modal-checkout:** align Stripe's "save payment" checkbox ([#1623](https://github.com/Automattic/newspack-workspace/issues/1623)) ([64ff056](https://github.com/Automattic/newspack-workspace/commit/64ff05633f19eb6b4cdbb7744fbdf5942f7cab2f))
|
|
230
|
+
* **modal-checkout:** allow all gateway assets ([#1988](https://github.com/Automattic/newspack-workspace/issues/1988)) ([51e8cd6](https://github.com/Automattic/newspack-workspace/commit/51e8cd6a134253260f06030d33bd475ac85ffee2))
|
|
231
|
+
* **modal-checkout:** apply newspack-ui styles to subscription confirmation checkbox ([#2193](https://github.com/Automattic/newspack-workspace/issues/2193)) ([e898ee3](https://github.com/Automattic/newspack-workspace/commit/e898ee34db574ec08786e55027a71913307a9fce))
|
|
232
|
+
* **modal-checkout:** better iframe sizing ([#2052](https://github.com/Automattic/newspack-workspace/issues/2052)) ([e38fa95](https://github.com/Automattic/newspack-workspace/commit/e38fa95a68c0e3abcdf8b9b3125993e73db1771b))
|
|
233
|
+
* **modal-checkout:** better management of modal states ([#2146](https://github.com/Automattic/newspack-workspace/issues/2146)) ([3c2afe1](https://github.com/Automattic/newspack-workspace/commit/3c2afe1302cad191f7bcc522f52aca308fb8f64c))
|
|
234
|
+
* **modal-checkout:** check product type to get recurrence data ([#2259](https://github.com/Automattic/newspack-workspace/issues/2259)) ([e24f895](https://github.com/Automattic/newspack-workspace/commit/e24f895b3e03254b1c7c48b098ccfb27f5efa248))
|
|
235
|
+
* **modal-checkout:** check WC before enqueue the modal ([#2043](https://github.com/Automattic/newspack-workspace/issues/2043)) ([9b367f5](https://github.com/Automattic/newspack-workspace/commit/9b367f5a2fea106ab679ebcac9135d362749d17f))
|
|
236
|
+
* **modal-checkout:** disable Continue button until JS is loaded ([7b31bcf](https://github.com/Automattic/newspack-workspace/commit/7b31bcf423842e9a8726ee7d3d9c5aa95583aa29))
|
|
237
|
+
* **modal-checkout:** ensure customer location when state is required but country is not ([#1683](https://github.com/Automattic/newspack-workspace/issues/1683)) ([cb781d2](https://github.com/Automattic/newspack-workspace/commit/cb781d228eabe3655b4f3d0260de6a0db3c049fd))
|
|
238
|
+
* **modal-checkout:** force checkout registration option ([#2007](https://github.com/Automattic/newspack-workspace/issues/2007)) ([184d7b2](https://github.com/Automattic/newspack-workspace/commit/184d7b2aa7091eb667f930f81572b4787c055020))
|
|
239
|
+
* **modal-checkout:** handle paypal ([#1985](https://github.com/Automattic/newspack-workspace/issues/1985)) ([cd852c2](https://github.com/Automattic/newspack-workspace/commit/cd852c267c19afc9cc91a4a7895547bd5165c522))
|
|
240
|
+
* **modal-checkout:** handling of tiered donation block ([#2216](https://github.com/Automattic/newspack-workspace/issues/2216)) ([656749a](https://github.com/Automattic/newspack-workspace/commit/656749afd15db2bb901e55249d2fa2b3adf9a42b))
|
|
241
|
+
* **modal-checkout:** place order button width ([a24dfec](https://github.com/Automattic/newspack-workspace/commit/a24dfec5af2de77f7a92087cadabf1d3578ada3f)), closes [#1572](https://github.com/Automattic/newspack-workspace/issues/1572) [#1586](https://github.com/Automattic/newspack-workspace/issues/1586)
|
|
242
|
+
* **modal-checkout:** place order button width ([238f605](https://github.com/Automattic/newspack-workspace/commit/238f60599200faa9431e8d2fdef98b83b87652dd)), closes [#1572](https://github.com/Automattic/newspack-workspace/issues/1572)
|
|
243
|
+
* **modal-checkout:** prevent empty error notices and fix padding ([#2322](https://github.com/Automattic/newspack-workspace/issues/2322)) ([cf28dbf](https://github.com/Automattic/newspack-workspace/commit/cf28dbf14270b2038289acb1b35dd08d90a744da))
|
|
244
|
+
* **modal-checkout:** prevent initial render of details table ([#1601](https://github.com/Automattic/newspack-workspace/issues/1601)) ([a853f1a](https://github.com/Automattic/newspack-workspace/commit/a853f1a4b3666e1375f21c555b98ab4ef628a4b3))
|
|
245
|
+
* **modal-checkout:** price formatting with interval and trial handling ([#2153](https://github.com/Automattic/newspack-workspace/issues/2153)) ([bcee811](https://github.com/Automattic/newspack-workspace/commit/bcee8117c72d4cb785bb823379d301cef50d0933))
|
|
246
|
+
* **modal-checkout:** price summary recurrence ([#2152](https://github.com/Automattic/newspack-workspace/issues/2152)) ([3248736](https://github.com/Automattic/newspack-workspace/commit/3248736f59eb8d59356b247e854b17d701161524))
|
|
247
|
+
* **modal-checkout:** reduce gap between text and chevron ([#2291](https://github.com/Automattic/newspack-workspace/issues/2291)) ([d7364c1](https://github.com/Automattic/newspack-workspace/commit/d7364c18f2655c8c1a82b203d2cd019e68113426))
|
|
248
|
+
* **modal-checkout:** register NYP AJAX handler for logged-out users ([#2323](https://github.com/Automattic/newspack-workspace/issues/2323)) ([2e129a6](https://github.com/Automattic/newspack-workspace/commit/2e129a6f9b4b00ce46382dce1364e3791b25f8e0))
|
|
249
|
+
* **modal-checkout:** remove any body outline ([#1994](https://github.com/Automattic/newspack-workspace/issues/1994)) ([e77ffb7](https://github.com/Automattic/newspack-workspace/commit/e77ffb79789cec4c8be1a5d63e076adef07b6913))
|
|
250
|
+
* **modal-checkout:** remove login prompt from initial flow ([44de1cf](https://github.com/Automattic/newspack-workspace/commit/44de1cf712f19e7a5902d471dfd80d3b02bddf23))
|
|
251
|
+
* **modal-checkout:** require change payment class ([#2257](https://github.com/Automattic/newspack-workspace/issues/2257)) ([e5e0b56](https://github.com/Automattic/newspack-workspace/commit/e5e0b5648d042a3d8486a80a22e1a3ff2fc2ab3a))
|
|
252
|
+
* **modal-checkout:** retrieve order from query vars in thankyou template ([#2324](https://github.com/Automattic/newspack-workspace/issues/2324)) ([6c25522](https://github.com/Automattic/newspack-workspace/commit/6c255226a139c199cf566f968091c845130139fa))
|
|
253
|
+
* **modal-checkout:** return array when getting event handlers ([#2162](https://github.com/Automattic/newspack-workspace/issues/2162)) ([44f6161](https://github.com/Automattic/newspack-workspace/commit/44f6161e05bfdb2ad22ea6eb789e5e88a569c653))
|
|
254
|
+
* **modal-checkout:** show order details table with fees ([#1633](https://github.com/Automattic/newspack-workspace/issues/1633)) ([9ad3a4e](https://github.com/Automattic/newspack-workspace/commit/9ad3a4e278902e1ea51af3edd60d7d5b189947a6))
|
|
255
|
+
* **modal-checkout:** show transaction details for subscription renewals ([#2295](https://github.com/Automattic/newspack-workspace/issues/2295)) ([31d7e15](https://github.com/Automattic/newspack-workspace/commit/31d7e15130e084a562db78a5be0e20143ac76525))
|
|
256
|
+
* **modal-checkout:** skip newsletter signup on subscription switch ([#2235](https://github.com/Automattic/newspack-workspace/issues/2235)) ([77cfc71](https://github.com/Automattic/newspack-workspace/commit/77cfc71d95f256d031a5a57f4cbc6d13640bf8fd))
|
|
257
|
+
* **modal-checkout:** style improvements to single-gateway ([#2223](https://github.com/Automattic/newspack-workspace/issues/2223)) ([0480475](https://github.com/Automattic/newspack-workspace/commit/048047568f8e0a848cc0f41e7a3de808ec164ac8))
|
|
258
|
+
* **modal-checkout:** support stripe optimized checkout ([#2189](https://github.com/Automattic/newspack-workspace/issues/2189)) ([88f24ce](https://github.com/Automattic/newspack-workspace/commit/88f24ce1f4e917fcaeed88e95c66d3732e01e031))
|
|
259
|
+
* **modal-checkout:** suppress WooPayments express checkout when Stripe is active ([#2304](https://github.com/Automattic/newspack-workspace/issues/2304)) ([f8b5eb9](https://github.com/Automattic/newspack-workspace/commit/f8b5eb917e11ece7a5ee6efd6f32310a52c7de73))
|
|
260
|
+
* **modal-checkout:** treat express checkouts as modal checkouts ([#1654](https://github.com/Automattic/newspack-workspace/issues/1654)) ([ffa3129](https://github.com/Automattic/newspack-workspace/commit/ffa31294ab5a981ca2410d44eb662bd72b7c81b2))
|
|
261
|
+
* **modal-checkout:** trigger REST API endpoint to refresh post-checko… ([#2080](https://github.com/Automattic/newspack-workspace/issues/2080)) ([ae4c84d](https://github.com/Automattic/newspack-workspace/commit/ae4c84d60ad699dcfda38fe9f7a1e33bd3d89d38))
|
|
262
|
+
* **modal-checkout:** trigger REST API endpoint to refresh post-checko… ([#2080](https://github.com/Automattic/newspack-workspace/issues/2080)) ([ded1401](https://github.com/Automattic/newspack-workspace/commit/ded1401d10b2edf8d3320f80d4d546453c457d24))
|
|
263
|
+
* **modal-checkout:** tweak HTML to satisfy Woo Payments field validation ([#1883](https://github.com/Automattic/newspack-workspace/issues/1883)) ([4c50a3a](https://github.com/Automattic/newspack-workspace/commit/4c50a3acfa57eee414c7e866857ca65713bfd3df))
|
|
264
|
+
* **modal-checkout:** z-index when used w/ Campaigns ([74b8200](https://github.com/Automattic/newspack-workspace/commit/74b8200f56e06f160e3e8b19fb7efe89b70e30d9))
|
|
265
|
+
* **modal-checkout:** z-index when used w/ Campaigns ([b92745d](https://github.com/Automattic/newspack-workspace/commit/b92745d046155f67f39693fd636a592350cc7784))
|
|
266
|
+
* moving check for sponsors to prevent notices ([#573](https://github.com/Automattic/newspack-workspace/issues/573)) ([61b2673](https://github.com/Automattic/newspack-workspace/commit/61b2673675d576d830c09d48c47ea4644ecd6d61))
|
|
267
|
+
* name branch correctly ([b3bfa9d](https://github.com/Automattic/newspack-workspace/commit/b3bfa9d1f3077e40f01f3689ab7822211dc6bfb5))
|
|
268
|
+
* newspack-scripts usage ([9f1377f](https://github.com/Automattic/newspack-workspace/commit/9f1377f382aa2033c33fdf760a687e1cf407979f))
|
|
269
|
+
* newspack.pub > newspack.com ([#1552](https://github.com/Automattic/newspack-workspace/issues/1552)) ([039732f](https://github.com/Automattic/newspack-workspace/commit/039732fdf99b29b05ab07483534ccdedbce0156f))
|
|
270
|
+
* only show Additional Fields panel when using Stripe platform ([#1499](https://github.com/Automattic/newspack-workspace/issues/1499)) ([ed82a86](https://github.com/Automattic/newspack-workspace/commit/ed82a863e02c5bb49c0478a49d26ff862b907972))
|
|
271
|
+
* only show category link anchor tags if the category has a link ([#863](https://github.com/Automattic/newspack-workspace/issues/863)) ([8f9206c](https://github.com/Automattic/newspack-workspace/commit/8f9206cbfd787df7aca0971031b9a3a780f7f6e0))
|
|
272
|
+
* override the default carousel arrows from swiper ([#794](https://github.com/Automattic/newspack-workspace/issues/794)) ([c85ff24](https://github.com/Automattic/newspack-workspace/commit/c85ff24755d255cb80ea2a80c547e276b1f8e4aa))
|
|
273
|
+
* override WooCommerce Memberships excerpt length in block ([#694](https://github.com/Automattic/newspack-workspace/issues/694)) ([26e47ec](https://github.com/Automattic/newspack-workspace/commit/26e47ecfdce658a16b4a5fe35965bf41d2b30e6f))
|
|
274
|
+
* pattern sidebar to match gutenberg patterns sidebar ([#424](https://github.com/Automattic/newspack-workspace/issues/424)) ([e0220fb](https://github.com/Automattic/newspack-workspace/commit/e0220fbc3dc48d2c7f3519a7b72b8a498402d43c))
|
|
275
|
+
* patterns preview thumbnails ([#453](https://github.com/Automattic/newspack-workspace/issues/453)) ([cf17a11](https://github.com/Automattic/newspack-workspace/commit/cf17a11300624d489a78d69043c0bc4c54dbc8cf))
|
|
276
|
+
* patterns sidebar background color ([#431](https://github.com/Automattic/newspack-workspace/issues/431)) ([227a445](https://github.com/Automattic/newspack-workspace/commit/227a44596ccb4977c15f0a152b26192086ed713a))
|
|
277
|
+
* php notices in gutenberg 8.6.0 ([#549](https://github.com/Automattic/newspack-workspace/issues/549)) ([a660c70](https://github.com/Automattic/newspack-workspace/commit/a660c705ced032653ff070db9dd1c6b2e5a406b4))
|
|
278
|
+
* php warnings, phpcs warnings ([#540](https://github.com/Automattic/newspack-workspace/issues/540)) ([ad91af3](https://github.com/Automattic/newspack-workspace/commit/ad91af31fd92c21dc9c01cf98b5eb678e60cfb71))
|
|
279
|
+
* phpcs lint ([54f7a3a](https://github.com/Automattic/newspack-workspace/commit/54f7a3aa1005a81f4cc33c4ead6fa86c99e34ae4))
|
|
280
|
+
* **post-carousel:** set aspect ratio on init ([#1497](https://github.com/Automattic/newspack-workspace/issues/1497)) ([49dc7e2](https://github.com/Automattic/newspack-workspace/commit/49dc7e29aec1714d3c350216ead5df451d2a1272))
|
|
281
|
+
* **posts-query:** specific posts getting ([#1090](https://github.com/Automattic/newspack-workspace/issues/1090)) ([32e1ba3](https://github.com/Automattic/newspack-workspace/commit/32e1ba39587b3dd6689a2c85f010d2d0c4b3d282))
|
|
282
|
+
* potential fatal with invalid attribute combo ([#1900](https://github.com/Automattic/newspack-workspace/issues/1900)) ([5619926](https://github.com/Automattic/newspack-workspace/commit/5619926d60c03cd1116493922a014fe2b9683a3b))
|
|
283
|
+
* prevent enqueuing non-existent stylesheet ([9c158f5](https://github.com/Automattic/newspack-workspace/commit/9c158f58aeb9ae67f780f5cf474918c810e97baa))
|
|
284
|
+
* prevent error in modal-checkout check ([2d1b2c2](https://github.com/Automattic/newspack-workspace/commit/2d1b2c2beb3f2ea187364f0741f44ca6c9e2581f))
|
|
285
|
+
* prevent errors when there is no sponsor logo, link ([#581](https://github.com/Automattic/newspack-workspace/issues/581)) ([c9fb289](https://github.com/Automattic/newspack-workspace/commit/c9fb289b5366de46af1c09ef2425603e49330659))
|
|
286
|
+
* prevent php notice when filtering scripts ([7ca18e0](https://github.com/Automattic/newspack-workspace/commit/7ca18e0f4673728cb85ba226a81cc0a33c7218ae))
|
|
287
|
+
* properly handle states when Country field is disabled ([#1667](https://github.com/Automattic/newspack-workspace/issues/1667)) ([ae1ab4c](https://github.com/Automattic/newspack-workspace/commit/ae1ab4c22232cbbbc3ff9763884d9f6c8f510d5f))
|
|
288
|
+
* query for CAP terms ([#1535](https://github.com/Automattic/newspack-workspace/issues/1535)) ([c1a8460](https://github.com/Automattic/newspack-workspace/commit/c1a84604c9b15f0a31093800745527612c01d065))
|
|
289
|
+
* **ras-acc:** correct spacing issue around saved credit cards ([#1980](https://github.com/Automattic/newspack-workspace/issues/1980)) ([3e8fb9e](https://github.com/Automattic/newspack-workspace/commit/3e8fb9ef46032b63a80775311a4a361f93cedf24))
|
|
290
|
+
* **ras-acc:** fix display issues with Additional Fields ([#1979](https://github.com/Automattic/newspack-workspace/issues/1979)) ([186cd32](https://github.com/Automattic/newspack-workspace/commit/186cd32568d4d78c9c6f8bb0851fa0333ee93054))
|
|
291
|
+
* **ras-acc:** remove space caused by empty divs ([#1978](https://github.com/Automattic/newspack-workspace/issues/1978)) ([bea31f4](https://github.com/Automattic/newspack-workspace/commit/bea31f4a4e6159d69c36c66d6d7f9fa1f4b2f64e))
|
|
292
|
+
* re-add block caching ([d27a5ca](https://github.com/Automattic/newspack-workspace/commit/d27a5cad3dec2d51ba8bb6cd31216e9fbb8681b2))
|
|
293
|
+
* re-add excerpt length preview in editor ([#1247](https://github.com/Automattic/newspack-workspace/issues/1247)) ([bd2f5a6](https://github.com/Automattic/newspack-workspace/commit/bd2f5a6b72a414f95e153d4bdf8529c47fe3e76b))
|
|
294
|
+
* re-add space between stacked columns ([#1022](https://github.com/Automattic/newspack-workspace/issues/1022)) ([d64ee96](https://github.com/Automattic/newspack-workspace/commit/d64ee966f871251a984d6781958001e70260db76))
|
|
295
|
+
* **recaptcha:** move clone button code to Newspack\Recaptcha class ([#2111](https://github.com/Automattic/newspack-workspace/issues/2111)) ([b389d21](https://github.com/Automattic/newspack-workspace/commit/b389d217a415dc9c90cb6eedf435342664837161))
|
|
296
|
+
* **recaptcha:** support reCAPTCHA v2 on form submit, not button click ([#2021](https://github.com/Automattic/newspack-workspace/issues/2021)) ([0144e16](https://github.com/Automattic/newspack-workspace/commit/0144e16727f52328cf5a8a1b459dc6b5026581b6))
|
|
297
|
+
* **recaptcha:** use clone of #place_order button to trigger checkout ([#2028](https://github.com/Automattic/newspack-workspace/issues/2028)) ([7b0f48c](https://github.com/Automattic/newspack-workspace/commit/7b0f48c983b89761477a9aabbf503b40f4d8b693)), closes [#place_order](https://github.com/Automattic/newspack-workspace/issues/place_order) [#place_order](https://github.com/Automattic/newspack-workspace/issues/place_order) [#2030](https://github.com/Automattic/newspack-workspace/issues/2030)
|
|
298
|
+
* reduce post carousel font size for 5-6 slides ([#1510](https://github.com/Automattic/newspack-workspace/issues/1510)) ([3f80585](https://github.com/Automattic/newspack-workspace/commit/3f80585cdbf3ea519128f02896d07c08d90a2b01))
|
|
299
|
+
* reinstate enqueue block editor assets for the blocks ([#2314](https://github.com/Automattic/newspack-workspace/issues/2314)) ([2c7dba2](https://github.com/Automattic/newspack-workspace/commit/2c7dba248a30bea5c804e40b7c52ccc3cd378d0a))
|
|
300
|
+
* reinstate WP 7.0 enqueue_block_assets workaround ([#2319](https://github.com/Automattic/newspack-workspace/issues/2319)) ([5137452](https://github.com/Automattic/newspack-workspace/commit/513745249e525b5f49d82959fd87baa6bfac846e))
|
|
301
|
+
* **release:** point package.json repository fields at the monorepo ([70bc7a5](https://github.com/Automattic/newspack-workspace/commit/70bc7a5b031618d5c286dd68e3ac68409b6381ea))
|
|
302
|
+
* remove autoload dependency from donation class ([#811](https://github.com/Automattic/newspack-workspace/issues/811)) ([d531e44](https://github.com/Automattic/newspack-workspace/commit/d531e448ed1b753e1155fcd8d100ccf2d53ca2a0))
|
|
303
|
+
* remove background color behind load more button in editor. fixes [#367](https://github.com/Automattic/newspack-workspace/issues/367). ([#374](https://github.com/Automattic/newspack-workspace/issues/374)) ([50093b1](https://github.com/Automattic/newspack-workspace/commit/50093b15752cea7b3594b89012fd83c2c8db4719))
|
|
304
|
+
* remove CAP compatibility mode ([f464b65](https://github.com/Automattic/newspack-workspace/commit/f464b654ffdc6f454c74daf7a6cf3f0e1395d9a1))
|
|
305
|
+
* remove coming soon mode message from the modal checkout ([#2067](https://github.com/Automattic/newspack-workspace/issues/2067)) ([e95d66a](https://github.com/Automattic/newspack-workspace/commit/e95d66ac48fb60dfc2020ee80a881c65bd19b0b4))
|
|
306
|
+
* remove current page deduplication from logic when deduplication is disabled ([#2169](https://github.com/Automattic/newspack-workspace/issues/2169)) ([80adda6](https://github.com/Automattic/newspack-workspace/commit/80adda68a5ed47cc76517fbd692e5ec403e8ceed))
|
|
307
|
+
* remove custom column block styles ([#1133](https://github.com/Automattic/newspack-workspace/issues/1133)) ([df3b16a](https://github.com/Automattic/newspack-workspace/commit/df3b16a319f2e91fc1a56d841ed321e99f22f96d))
|
|
308
|
+
* remove expensive query before registering video playlist block ([#1930](https://github.com/Automattic/newspack-workspace/issues/1930)) ([c9963a4](https://github.com/Automattic/newspack-workspace/commit/c9963a44f83e2b7158d587d518d666b72b01ff34))
|
|
309
|
+
* remove mark background in Newspack blocks ([#1363](https://github.com/Automattic/newspack-workspace/issues/1363)) ([ae84d3b](https://github.com/Automattic/newspack-workspace/commit/ae84d3bdbf995abb83d0dc00ad829d048dd95579))
|
|
310
|
+
* remove OneSignal script from the modal checkout ([#2029](https://github.com/Automattic/newspack-workspace/issues/2029)) ([f7fdd2b](https://github.com/Automattic/newspack-workspace/commit/f7fdd2bab08d946ebfbac24bb98291912d678de5))
|
|
311
|
+
* remove OneSignal v2 from modal checkout ([#2061](https://github.com/Automattic/newspack-workspace/issues/2061)) ([31d7cac](https://github.com/Automattic/newspack-workspace/commit/31d7cac41b3d7ef69c918893f3ab113b1a26078b))
|
|
312
|
+
* remove reCaptcha for WooCommere code from modal checkout ([#1984](https://github.com/Automattic/newspack-workspace/issues/1984)) ([14280d3](https://github.com/Automattic/newspack-workspace/commit/14280d3f19377d3132af7e9648bba2e0be7ec04e))
|
|
313
|
+
* remove references to reCAPTCHA v3 (because we now support v2 too) ([#1744](https://github.com/Automattic/newspack-workspace/issues/1744)) ([1591494](https://github.com/Automattic/newspack-workspace/commit/1591494acfcdd319ce0ff9e0aa3b03b4f7d0a9ed))
|
|
314
|
+
* remove styles config ([#2301](https://github.com/Automattic/newspack-workspace/issues/2301)) ([5a24255](https://github.com/Automattic/newspack-workspace/commit/5a2425529493e2e24f130f80381ca1ef33b41d40))
|
|
315
|
+
* remove unneeded editor-style-wrapper class ([#2089](https://github.com/Automattic/newspack-workspace/issues/2089)) ([4fa98f0](https://github.com/Automattic/newspack-workspace/commit/4fa98f0d8118607972515132fe83e37651400f54))
|
|
316
|
+
* remove unneeded group & columns blocks from patterns ([#1377](https://github.com/Automattic/newspack-workspace/issues/1377)) ([307b199](https://github.com/Automattic/newspack-workspace/commit/307b1991bb87dfb8061602c34553d0a88c7a987a))
|
|
317
|
+
* removed another unused constant ([f3af6ca](https://github.com/Automattic/newspack-workspace/commit/f3af6ca964f2c8e779a70f352127fe7577d73290))
|
|
318
|
+
* render modal checkout with filtered supported gateways ([#2240](https://github.com/Automattic/newspack-workspace/issues/2240)) ([bfa511b](https://github.com/Automattic/newspack-workspace/commit/bfa511b9a42bbc5fcc61e4dfb5d73897c7de8129))
|
|
319
|
+
* replace FILTER_SANITIZE_STRING ([b1ee1e3](https://github.com/Automattic/newspack-workspace/commit/b1ee1e377a2de393efa72889780f8873c7bf9e77))
|
|
320
|
+
* replace hardcoded test secret key ([b82b5b1](https://github.com/Automattic/newspack-workspace/commit/b82b5b19b9ad106ec059424505e0e1613b89f510))
|
|
321
|
+
* reset postdata after restoring wp_query ([8803731](https://github.com/Automattic/newspack-workspace/commit/8803731d2ddb56f7ae2240934680439773862157))
|
|
322
|
+
* resolve merge conflict with release ([#1199](https://github.com/Automattic/newspack-workspace/issues/1199)) ([ba200ba](https://github.com/Automattic/newspack-workspace/commit/ba200ba5159a279eeff00e194cddbe7d12f3df0d))
|
|
323
|
+
* resolve merge conflicts with [#1234](https://github.com/Automattic/newspack-workspace/issues/1234) ([1f47895](https://github.com/Automattic/newspack-workspace/commit/1f47895f14915005153b7b90149046c4f868ab4d))
|
|
324
|
+
* respect excerpt length attribute in load more display ([#648](https://github.com/Automattic/newspack-workspace/issues/648)) ([4419cc2](https://github.com/Automattic/newspack-workspace/commit/4419cc28232cedc4388bb7a9be3ce71ce4bd450c))
|
|
325
|
+
* respect subscriptions limiter, and handle cart errors in modal ([#1728](https://github.com/Automattic/newspack-workspace/issues/1728)) ([9667045](https://github.com/Automattic/newspack-workspace/commit/96670451269c54b20e23a2262392d23bc5989b46))
|
|
326
|
+
* restore editing tools to Carousel block ([652f20e](https://github.com/Automattic/newspack-workspace/commit/652f20e2e827f6bb6d717422ed5bbb6ae8c08c43))
|
|
327
|
+
* restore non-API version of the editor styles ([#2062](https://github.com/Automattic/newspack-workspace/issues/2062)) ([b553a8c](https://github.com/Automattic/newspack-workspace/commit/b553a8ce0903f8ddba63424e35a91190dd0bd9dd))
|
|
328
|
+
* restore post__in sort order for specific posts mode ([#1093](https://github.com/Automattic/newspack-workspace/issues/1093)) ([255c9f9](https://github.com/Automattic/newspack-workspace/commit/255c9f96bd2e2b96d32230052b77fe3cec4c2210))
|
|
329
|
+
* return no posts for authors without term ([#2033](https://github.com/Automattic/newspack-workspace/issues/2033)) ([d2004ae](https://github.com/Automattic/newspack-workspace/commit/d2004aee11e2c1ebfc3b090f61d03ff6a279ec4b))
|
|
330
|
+
* return no posts for authors without term ([#2033](https://github.com/Automattic/newspack-workspace/issues/2033)) ([bc619bf](https://github.com/Automattic/newspack-workspace/commit/bc619bfc5006d239764acdc8b4f39f06d385e1e1))
|
|
331
|
+
* revert "feat(homepage-articles): rename block and reorganise settings ([#1943](https://github.com/Automattic/newspack-workspace/issues/1943))" ([#1971](https://github.com/Automattic/newspack-workspace/issues/1971)) ([d832297](https://github.com/Automattic/newspack-workspace/commit/d83229780c0a90ef569ebf32569ef5aa6a79f3ab))
|
|
332
|
+
* revert check for is product purchaseable ([#1924](https://github.com/Automattic/newspack-workspace/issues/1924)) ([069c60e](https://github.com/Automattic/newspack-workspace/commit/069c60e117af38101eee9ee167dcd5421776ac1a))
|
|
333
|
+
* revert payment gateway check changes from [#2135](https://github.com/Automattic/newspack-workspace/issues/2135) ([#2160](https://github.com/Automattic/newspack-workspace/issues/2160)) ([33add7b](https://github.com/Automattic/newspack-workspace/commit/33add7b0025e67d6d2f9fb8f9839a69750429d4a))
|
|
334
|
+
* sanitize post id arrays in includes and excludes ([#651](https://github.com/Automattic/newspack-workspace/issues/651)) ([7a8fd86](https://github.com/Automattic/newspack-workspace/commit/7a8fd8673dbf3590cdd5a68a50b5442cda925c45))
|
|
335
|
+
* select specific posts with white space at the end of the title ([fc47e3d](https://github.com/Automattic/newspack-workspace/commit/fc47e3d8bd8b2a3e50016463ad11873d789ee9bd))
|
|
336
|
+
* show all saved post types in specific posts field ([#857](https://github.com/Automattic/newspack-workspace/issues/857)) ([7384f2c](https://github.com/Automattic/newspack-workspace/commit/7384f2c7290a9e82205faa39e69ee883018d29f1))
|
|
337
|
+
* show credit option for homepage posts & carousel blocks ([#1687](https://github.com/Automattic/newspack-workspace/issues/1687)) ([5fbd8f8](https://github.com/Automattic/newspack-workspace/commit/5fbd8f8f0b5137b535722b8882833ab602276d88))
|
|
338
|
+
* show HPP dates in correct timezone in editor ([#1348](https://github.com/Automattic/newspack-workspace/issues/1348)) ([a41f0e9](https://github.com/Automattic/newspack-workspace/commit/a41f0e9dca32ae52cc6e2ea8098d35dbb9cdad04))
|
|
339
|
+
* show updated date if later than published ([93f403f](https://github.com/Automattic/newspack-workspace/commit/93f403fb76c4ff36da567779f5225aacb3f9afa2))
|
|
340
|
+
* show x.com URLs and icons instead of Twitter in Author blocks ([5dccf0b](https://github.com/Automattic/newspack-workspace/commit/5dccf0bef55ba33432626c80440ab1f8a68de3f1))
|
|
341
|
+
* skip acct creation on verification request ([#2182](https://github.com/Automattic/newspack-workspace/issues/2182)) ([0cb1b2d](https://github.com/Automattic/newspack-workspace/commit/0cb1b2d560afc72e9c87f0e58d34e0fd6a9c6a68))
|
|
342
|
+
* skipped linked images when navigating blocks by keyboard ([#1144](https://github.com/Automattic/newspack-workspace/issues/1144)) ([46430db](https://github.com/Automattic/newspack-workspace/commit/46430dbd7dcbe0f57ded43a3ea6fa635f5196be9))
|
|
343
|
+
* specify whitespace between author prefix and byline ([#866](https://github.com/Automattic/newspack-workspace/issues/866)) ([7a32501](https://github.com/Automattic/newspack-workspace/commit/7a32501f17ede738978e7a9514f0ca4c1467b9d5))
|
|
344
|
+
* **sponsor logo:** fix sponsor logo accessibility ([3f72267](https://github.com/Automattic/newspack-workspace/commit/3f722670ef6042adea40c080e6f38bf44bf1f11f)), closes [#678](https://github.com/Automattic/newspack-workspace/issues/678)
|
|
345
|
+
* **sponsors:** prevent warnings when sponsor image is not set ([5e89f13](https://github.com/Automattic/newspack-workspace/commit/5e89f13c7688567d2a9fcd6ba4e1a948f4d60e53))
|
|
346
|
+
* support account creation on modal checkout ([#1516](https://github.com/Automattic/newspack-workspace/issues/1516)) ([d135c57](https://github.com/Automattic/newspack-workspace/commit/d135c5719614e0ea450eed0cbbd6fafd4795b86b))
|
|
347
|
+
* support new is_my_account() method from main plugin ([#1869](https://github.com/Automattic/newspack-workspace/issues/1869)) ([8d01ffa](https://github.com/Automattic/newspack-workspace/commit/8d01ffa1e409e08adc40c74d206f253dcba81762))
|
|
348
|
+
* suppress password protected posts ([#609](https://github.com/Automattic/newspack-workspace/issues/609)) ([90a7b32](https://github.com/Automattic/newspack-workspace/commit/90a7b32390bb3917de8c69d56b8b6014cd589fc9))
|
|
349
|
+
* **sync:** restore workspace:* deps and pin local drifters ([58ebca0](https://github.com/Automattic/newspack-workspace/commit/58ebca0d3ff254d8dfbd7e2bef7eae394930acc1))
|
|
350
|
+
* the warning generated by get_term_classes because the get_the_terms might return null element ([#2115](https://github.com/Automattic/newspack-workspace/issues/2115)) ([a2f842a](https://github.com/Automattic/newspack-workspace/commit/a2f842acd05d257f3e502af277cf78f1d66f7c3a))
|
|
351
|
+
* track seen blocks to prevent infinite recursion in cache checks ([#2327](https://github.com/Automattic/newspack-workspace/issues/2327)) ([3bbfdad](https://github.com/Automattic/newspack-workspace/commit/3bbfdad1dd0cf501df6f0d50072651e174dd21af))
|
|
352
|
+
* translate formatted date for hpp block ([#1697](https://github.com/Automattic/newspack-workspace/issues/1697)) ([85be022](https://github.com/Automattic/newspack-workspace/commit/85be022cad8652c315629beabacff2c523b944c1))
|
|
353
|
+
* tweak button update functionality for Braintree ([#2104](https://github.com/Automattic/newspack-workspace/issues/2104)) ([6fb02dd](https://github.com/Automattic/newspack-workspace/commit/6fb02ddfce18d4b8e156a2ac2f1f1a73fec8e8c5))
|
|
354
|
+
* tweak modal iframe size ([#2006](https://github.com/Automattic/newspack-workspace/issues/2006)) ([12cb608](https://github.com/Automattic/newspack-workspace/commit/12cb60809887c86a7d730671599751d3d1fb3c1b))
|
|
355
|
+
* tweak the payment gateway to include enabled gateways not in get_available_payment_gateways() ([#2306](https://github.com/Automattic/newspack-workspace/issues/2306)) ([1ef67d5](https://github.com/Automattic/newspack-workspace/commit/1ef67d5ccc855c7f62d3b257638f020556cb64f0))
|
|
356
|
+
* undefined variable error ([#1534](https://github.com/Automattic/newspack-workspace/issues/1534)) ([a703ed1](https://github.com/Automattic/newspack-workspace/commit/a703ed1fff03730e7bfe6557189a858b734ef18e))
|
|
357
|
+
* update block classes for the site editor ([#1920](https://github.com/Automattic/newspack-workspace/issues/1920)) ([e7a91ac](https://github.com/Automattic/newspack-workspace/commit/e7a91ac0bce953b498f494d3f34bd64bc8408b21))
|
|
358
|
+
* update block classes for the site editor ([#1920](https://github.com/Automattic/newspack-workspace/issues/1920)) ([2284b2b](https://github.com/Automattic/newspack-workspace/commit/2284b2b1b78fada45c3582e96afab928cd0a8b07))
|
|
359
|
+
* update CI orb newspack-scripts ([3d1aa9f](https://github.com/Automattic/newspack-workspace/commit/3d1aa9f821e867f8ba3ef15984c15205dbaa7a53))
|
|
360
|
+
* update columns block styles for WP 6.0 ([#1141](https://github.com/Automattic/newspack-workspace/issues/1141)) ([0689874](https://github.com/Automattic/newspack-workspace/commit/068987421b9b2018807f3134658caaab51990023))
|
|
361
|
+
* update columns styles for WordPress 5.9 ([#1020](https://github.com/Automattic/newspack-workspace/issues/1020)) ([d1775f0](https://github.com/Automattic/newspack-workspace/commit/d1775f0c5110e697263c08462f6ac177a6340e4d))
|
|
362
|
+
* update dependencies to support `@wordpress/scripts` ([#1774](https://github.com/Automattic/newspack-workspace/issues/1774)) ([29522f0](https://github.com/Automattic/newspack-workspace/commit/29522f0320091211dc582cc9cdacd0960ba3c0e7))
|
|
363
|
+
* update donate thank you message in Portuguese ([#706](https://github.com/Automattic/newspack-workspace/issues/706)) ([62c9448](https://github.com/Automattic/newspack-workspace/commit/62c9448629394c7c0a6715f5dc2e7699960a481c))
|
|
364
|
+
* update download URL for db.php ([#2208](https://github.com/Automattic/newspack-workspace/issues/2208)) ([2c01369](https://github.com/Automattic/newspack-workspace/commit/2c01369521482d58696ad752a0f46bffed39ab86))
|
|
365
|
+
* update editor selector for reordering columns ([#435](https://github.com/Automattic/newspack-workspace/issues/435)) ([ebf2cd3](https://github.com/Automattic/newspack-workspace/commit/ebf2cd39a801be9b9068a53ab4b35376925eb5b5))
|
|
366
|
+
* update Homepage Posts grid spacing and add control ([#1245](https://github.com/Automattic/newspack-workspace/issues/1245)) ([6df6085](https://github.com/Automattic/newspack-workspace/commit/6df608547fa33ffa2c31743a33bc6fb3f66e9e96))
|
|
367
|
+
* update how we check for the express checkout in the is_modal check ([#2109](https://github.com/Automattic/newspack-workspace/issues/2109)) ([2a81f4f](https://github.com/Automattic/newspack-workspace/commit/2a81f4fd59e2aa8978efbe90b25c6765a7702ee4))
|
|
368
|
+
* update listings class name to match after refactor ([#1064](https://github.com/Automattic/newspack-workspace/issues/1064)) ([bebbea4](https://github.com/Automattic/newspack-workspace/commit/bebbea4b2d36fbbc0ad7eea3ec356ceb2a698a4d))
|
|
369
|
+
* update mobile styles for the post carousel ([#946](https://github.com/Automattic/newspack-workspace/issues/946)) ([6963bc9](https://github.com/Automattic/newspack-workspace/commit/6963bc924772d8cb0f991b1bc67b200abb7b9820))
|
|
370
|
+
* update newspack-components dep version ([#923](https://github.com/Automattic/newspack-workspace/issues/923)) ([0059ff9](https://github.com/Automattic/newspack-workspace/commit/0059ff99c05e90f166bad684a27329ed2d0f13d3))
|
|
371
|
+
* update newspack-scripts and CI orb ([#1304](https://github.com/Automattic/newspack-workspace/issues/1304)) ([6e51aa0](https://github.com/Automattic/newspack-workspace/commit/6e51aa063283b42febe081b70d511d3f7b1b143e))
|
|
372
|
+
* update newspack-scripts to v5.5.1 ([f11220c](https://github.com/Automattic/newspack-workspace/commit/f11220ccdd7bddfa8e9762e375593a24e4a223d0))
|
|
373
|
+
* update payment gateway check to make more specific ([#2321](https://github.com/Automattic/newspack-workspace/issues/2321)) ([28b0746](https://github.com/Automattic/newspack-workspace/commit/28b0746d7feacf176386acb72de9fc4b94187189))
|
|
374
|
+
* update selected tier behavior for donate block ([#1617](https://github.com/Automattic/newspack-workspace/issues/1617)) ([44c10de](https://github.com/Automattic/newspack-workspace/commit/44c10de660e792fdb75a6441a5772374315d8089))
|
|
375
|
+
* update stripe express checkout divider ([#2131](https://github.com/Automattic/newspack-workspace/issues/2131)) ([7267834](https://github.com/Automattic/newspack-workspace/commit/726783400954eb4c8e792631bfc753631c76841c))
|
|
376
|
+
* update Subscribe patterns for WordPress 5.9 ([#1017](https://github.com/Automattic/newspack-workspace/issues/1017)) ([eb81005](https://github.com/Automattic/newspack-workspace/commit/eb81005de896500c284e97f4e4d144b9404dc843))
|
|
377
|
+
* update subscriptions gifting method ([#2232](https://github.com/Automattic/newspack-workspace/issues/2232)) ([6265233](https://github.com/Automattic/newspack-workspace/commit/62652331846acad9b6b8f841b8a1c5e156ec901f))
|
|
378
|
+
* update supported gateway check to improve accuracy ([#2135](https://github.com/Automattic/newspack-workspace/issues/2135)) ([ad4ddfe](https://github.com/Automattic/newspack-workspace/commit/ad4ddfe9980c116b830e50da15c1b0aa855503e6))
|
|
379
|
+
* update title, subtitle CSS selectors in homepage posts block ([#1614](https://github.com/Automattic/newspack-workspace/issues/1614)) ([6cbabaa](https://github.com/Automattic/newspack-workspace/commit/6cbabaa1b7bd449f98c36fd658c299f60fd997a6))
|
|
380
|
+
* update WC's variation methods ([2b51bdc](https://github.com/Automattic/newspack-workspace/commit/2b51bdc515beb67dfe8b68aa2c87f854bbfd6116))
|
|
381
|
+
* use release version number instead of filemtime for JS asset versions ([6fab97c](https://github.com/Automattic/newspack-workspace/commit/6fab97c5e3bb5b18cb17343447ebc740f915784a))
|
|
382
|
+
* validation errors for invalid attributes on amp-base-carousel ([#979](https://github.com/Automattic/newspack-workspace/issues/979)) ([6a6fe9d](https://github.com/Automattic/newspack-workspace/commit/6a6fe9da2ef77fb758cb849285e2ccfbf88fb46d))
|
|
383
|
+
* **video-playlist:** youtube embeds fetching ([e017c1a](https://github.com/Automattic/newspack-workspace/commit/e017c1a8f7cb09705e0d3af6f53cb733068102b4)), closes [#577](https://github.com/Automattic/newspack-workspace/issues/577)
|
|
384
|
+
* **wc-subs-limiting:** handle not-logged-in user ([#1816](https://github.com/Automattic/newspack-workspace/issues/1816)) ([c648e2b](https://github.com/Automattic/newspack-workspace/commit/c648e2b2d6f3b0a4e95ed3157ba3a1393244771c))
|
|
385
|
+
* we know how long the cache is ([5f40b3c](https://github.com/Automattic/newspack-workspace/commit/5f40b3c8d5295a3425c40ea82291c5c0d5d35002))
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### Features
|
|
389
|
+
|
|
390
|
+
* accessibility improvements to the donate block tabs ([#1622](https://github.com/Automattic/newspack-workspace/issues/1622)) ([37817a7](https://github.com/Automattic/newspack-workspace/commit/37817a7cbe836c8b18ecb790486dc326c91c5de5))
|
|
391
|
+
* add 2 new subscribe patterns ([#426](https://github.com/Automattic/newspack-workspace/issues/426)) ([8693940](https://github.com/Automattic/newspack-workspace/commit/86939407bbf96330e5a87211a5a99de680ac3ddc))
|
|
392
|
+
* add 3 new subscribe patterns ([#1091](https://github.com/Automattic/newspack-workspace/issues/1091)) ([18648d7](https://github.com/Automattic/newspack-workspace/commit/18648d7a433afcd7b3c2f7cf9c367c64752f9c43))
|
|
393
|
+
* add a filter on terms so other plugins can add classes ([#872](https://github.com/Automattic/newspack-workspace/issues/872)) ([0d71620](https://github.com/Automattic/newspack-workspace/commit/0d7162012339199a6e8b5982375442bd7cf09f3e))
|
|
394
|
+
* add a max-height to the slider ([9f14802](https://github.com/Automattic/newspack-workspace/commit/9f1480283d2a70b339c12da8f7248e9684003687))
|
|
395
|
+
* add alignment options for youtube playlist block ([8abf9a2](https://github.com/Automattic/newspack-workspace/commit/8abf9a2c44f6bbfa44a40b86479ab4535de07202))
|
|
396
|
+
* add alternate and minimal styles to donate block ([#1068](https://github.com/Automattic/newspack-workspace/issues/1068)) ([e8151e1](https://github.com/Automattic/newspack-workspace/commit/e8151e1049c05c4985b2b8cc11371f625a50f610))
|
|
397
|
+
* add article class for post types ([#679](https://github.com/Automattic/newspack-workspace/issues/679)) ([268e8d8](https://github.com/Automattic/newspack-workspace/commit/268e8d87c5f01203731b3a9442a431f524ea10cb))
|
|
398
|
+
* add avatar alignment option to author profile block ([#773](https://github.com/Automattic/newspack-workspace/issues/773)) ([51a4936](https://github.com/Automattic/newspack-workspace/commit/51a4936ae98ff07ca2d282df4de9e20eacc471f4))
|
|
399
|
+
* add Bluesky support to the Author Profile, List blocks ([#1969](https://github.com/Automattic/newspack-workspace/issues/1969)) ([94ebf07](https://github.com/Automattic/newspack-workspace/commit/94ebf07ae4d668da55e2a32c84210b9b6bf6f033))
|
|
400
|
+
* add Bluesky support to the Author Profile, List blocks ([#1969](https://github.com/Automattic/newspack-workspace/issues/1969)) ([7d1aa76](https://github.com/Automattic/newspack-workspace/commit/7d1aa7676182e51e2d3fbd4d5c2b86e6907bc1d1))
|
|
401
|
+
* add body class depending on theme type ([#2101](https://github.com/Automattic/newspack-workspace/issues/2101)) ([e23fa25](https://github.com/Automattic/newspack-workspace/commit/e23fa25e1008ab129741c004ad3d806f85bfcaf8))
|
|
402
|
+
* add border style to group block ([#463](https://github.com/Automattic/newspack-workspace/issues/463)) ([0e07b1b](https://github.com/Automattic/newspack-workspace/commit/0e07b1bfa12a1a560bb39a3dbe45276a4ed2f7c3))
|
|
403
|
+
* Add brand query support to the blocks [#1427](https://github.com/Automattic/newspack-workspace/issues/1427) ([a67f394](https://github.com/Automattic/newspack-workspace/commit/a67f3940565d1fbdf7ec184ead4da9fb0b59ca80))
|
|
404
|
+
* add brands to post carousel ([5d4dfaf](https://github.com/Automattic/newspack-workspace/commit/5d4dfaf653ae9e2d87daaeeb7c4020c1f3cfa124))
|
|
405
|
+
* Add campaign field to Donate block ([2a91ed2](https://github.com/Automattic/newspack-workspace/commit/2a91ed2c7308bc28d1f7c77665ab6bc067daf6c3))
|
|
406
|
+
* add carousel block attribute for slidesPerView ([#750](https://github.com/Automattic/newspack-workspace/issues/750)) ([76fd2fa](https://github.com/Automattic/newspack-workspace/commit/76fd2fa43089da1f89bbc38dc29fbbe744eb2f3d))
|
|
407
|
+
* add category and tag classes to each homepage post ([#487](https://github.com/Automattic/newspack-workspace/issues/487)) ([6041646](https://github.com/Automattic/newspack-workspace/commit/6041646513be0541fae6f8ad1c0bdcc15f6fd90f))
|
|
408
|
+
* add category filter for the categories in the blocks ([#1528](https://github.com/Automattic/newspack-workspace/issues/1528)) ([ab87d21](https://github.com/Automattic/newspack-workspace/commit/ab87d212dd805e9a0da20987d45c8de9600f7343))
|
|
409
|
+
* add centered style to author profile block ([#774](https://github.com/Automattic/newspack-workspace/issues/774)) ([bddd106](https://github.com/Automattic/newspack-workspace/commit/bddd1060261b803fe5493713df302ffedd071922))
|
|
410
|
+
* add check for plugin before rendering fields ([a151fd0](https://github.com/Automattic/newspack-workspace/commit/a151fd017180de0ae39955a0f761fdd14cb37c18))
|
|
411
|
+
* add CSS class to variation buttons for tracking ([#1989](https://github.com/Automattic/newspack-workspace/issues/1989)) ([83513a0](https://github.com/Automattic/newspack-workspace/commit/83513a08faf0c274f226ab2e1fec31f38b2c1a4f))
|
|
412
|
+
* add dedupe option to Carousel block ([#2309](https://github.com/Automattic/newspack-workspace/issues/2309)) ([130abea](https://github.com/Automattic/newspack-workspace/commit/130abea7ce3b573fab7d28d3c043d38efe46f67d))
|
|
413
|
+
* add filter when building WP_Query arguments ([#1412](https://github.com/Automattic/newspack-workspace/issues/1412)) ([a9f95a3](https://github.com/Automattic/newspack-workspace/commit/a9f95a3d80ab079e2d14efeb13e901eec2522f7b))
|
|
414
|
+
* Add French (Belgium) translation to the blocks ([#626](https://github.com/Automattic/newspack-workspace/issues/626)) ([75e02b0](https://github.com/Automattic/newspack-workspace/commit/75e02b0e5e1891745633b2ff2184e68cb0c5f2af))
|
|
415
|
+
* add homepage posts, donation, and subscribe patterns ([60a1539](https://github.com/Automattic/newspack-workspace/commit/60a15396f875ce7669f9a3375eeb41826e9a2cea))
|
|
416
|
+
* add hooks around the content loop's content ([#2187](https://github.com/Automattic/newspack-workspace/issues/2187)) ([2851232](https://github.com/Automattic/newspack-workspace/commit/285123213d0f08ee60452b891877275a48c61669))
|
|
417
|
+
* add iframe block ([#859](https://github.com/Automattic/newspack-workspace/issues/859)) ([d5d19fa](https://github.com/Automattic/newspack-workspace/commit/d5d19fa98ddacce6c93a57c6e5893920e495f513))
|
|
418
|
+
* add image shape classes to the front end ([#473](https://github.com/Automattic/newspack-workspace/issues/473)) ([62e4b75](https://github.com/Automattic/newspack-workspace/commit/62e4b75db2210d88a42af6a17ca0f5e468901436))
|
|
419
|
+
* add new homepage posts patterns ([#717](https://github.com/Automattic/newspack-workspace/issues/717)) ([04165ee](https://github.com/Automattic/newspack-workspace/commit/04165eee38a746a36a3952abfe9845dabe40b04d))
|
|
420
|
+
* add new patterns for donation and subscribe ([#730](https://github.com/Automattic/newspack-workspace/issues/730)) ([63451ce](https://github.com/Automattic/newspack-workspace/commit/63451ceadee36af210468823dca5943f2fce8d4f))
|
|
421
|
+
* add new subscribe pattern ([#1142](https://github.com/Automattic/newspack-workspace/issues/1142)) ([92ec019](https://github.com/Automattic/newspack-workspace/commit/92ec019c1134b15bd861807d7a34dba2a9f6696e))
|
|
422
|
+
* add newspack-colors and newspack-icons packages ([#2222](https://github.com/Automattic/newspack-workspace/issues/2222)) ([9a16cfa](https://github.com/Automattic/newspack-workspace/commit/9a16cfa60d7c9d91ba3aa3b38f0779d47c4bd4b7))
|
|
423
|
+
* add option for a button after checkout ([#1521](https://github.com/Automattic/newspack-workspace/issues/1521)) ([1c025de](https://github.com/Automattic/newspack-workspace/commit/1c025deeff34b81828ce0e9515c8d1794feb7cfb))
|
|
424
|
+
* add option to change excerpt length ([#607](https://github.com/Automattic/newspack-workspace/issues/607)) ([3417418](https://github.com/Automattic/newspack-workspace/commit/3417418731c1c96149be95969c45f5839f5ef8d1))
|
|
425
|
+
* add optional 'continue reading' link underneath excerpts ([#656](https://github.com/Automattic/newspack-workspace/issues/656)) ([e3b2b97](https://github.com/Automattic/newspack-workspace/commit/e3b2b9779aa2409802f10645697df47c72029077))
|
|
426
|
+
* add popup info to donation block ([2d0fa60](https://github.com/Automattic/newspack-workspace/commit/2d0fa60e85bcba0395ba5a8943077de4eddb54df))
|
|
427
|
+
* add popup info to donation block ([be57058](https://github.com/Automattic/newspack-workspace/commit/be570586aa95f04a2489c5283b2dd6e220561f84))
|
|
428
|
+
* add Portuguese translation to the blocks ([#698](https://github.com/Automattic/newspack-workspace/issues/698)) ([00bd57f](https://github.com/Automattic/newspack-workspace/commit/00bd57fa1bb7d26a7abdb5a6a238b03566b23421))
|
|
429
|
+
* add prompt_title to the modal checkout data events ([#2271](https://github.com/Automattic/newspack-workspace/issues/2271)) ([69e9b34](https://github.com/Automattic/newspack-workspace/commit/69e9b348847223ea6105ed00aba89f3aa6414907))
|
|
430
|
+
* Add settings and flesh out further ([7570c97](https://github.com/Automattic/newspack-workspace/commit/7570c9794fbca948d34d4264232f22520c131908))
|
|
431
|
+
* add span to 'by' in Homepage Posts, Post Carousel bylines ([#843](https://github.com/Automattic/newspack-workspace/issues/843)) ([323b7c6](https://github.com/Automattic/newspack-workspace/commit/323b7c683b287d55aac19a815e4296ff156b52c8))
|
|
432
|
+
* add sponsor labels to homepage posts and post carousel blocks ([#563](https://github.com/Automattic/newspack-workspace/issues/563)) ([a456a41](https://github.com/Automattic/newspack-workspace/commit/a456a4141f11b78c62e89445a9456ba75ea051d2))
|
|
433
|
+
* add styles to fix Braintree modal appearance ([#2036](https://github.com/Automattic/newspack-workspace/issues/2036)) ([d4f5115](https://github.com/Automattic/newspack-workspace/commit/d4f5115b9b1aa182bf4e872506904997f20308a1))
|
|
434
|
+
* add support for Newspack Guest Contributor in HPP blocks ([#1934](https://github.com/Automattic/newspack-workspace/issues/1934)) ([c65b8e3](https://github.com/Automattic/newspack-workspace/commit/c65b8e38bc3f4589d163aa0c440670850061eb47))
|
|
435
|
+
* add support for the aside post format ([ce1e9c3](https://github.com/Automattic/newspack-workspace/commit/ce1e9c3e2381b0b957f52902dd5ee63e37457a9e))
|
|
436
|
+
* add text alignment option to the homepage posts block ([136d30e](https://github.com/Automattic/newspack-workspace/commit/136d30e2bdee27f9f1ca8afaff63b89e54417fc0))
|
|
437
|
+
* add toggle for transaction details ([#2049](https://github.com/Automattic/newspack-workspace/issues/2049)) ([2d49fe8](https://github.com/Automattic/newspack-workspace/commit/2d49fe8306d275ccdc12df20062ef69916303011))
|
|
438
|
+
* add updated translation files ([#1486](https://github.com/Automattic/newspack-workspace/issues/1486)) ([8e013de](https://github.com/Automattic/newspack-workspace/commit/8e013de5be625caa9945c2bd37239f5c68923ca7))
|
|
439
|
+
* add width control to the Checkout block ([#1583](https://github.com/Automattic/newspack-workspace/issues/1583)) ([806a547](https://github.com/Automattic/newspack-workspace/commit/806a5475059b1a3076a0779d8a076c71655a1c60))
|
|
440
|
+
* adding link to the author bio avatar ([#1449](https://github.com/Automattic/newspack-workspace/issues/1449)) ([c0b2e36](https://github.com/Automattic/newspack-workspace/commit/c0b2e36d7a0c40f7138283f48debd2c2efa3a5a7))
|
|
441
|
+
* allow different post types in carousel; plus new block options ([#746](https://github.com/Automattic/newspack-workspace/issues/746)) ([9bca3c3](https://github.com/Automattic/newspack-workspace/commit/9bca3c3194bde4fea239e5ecaa1357e8f72d10d6))
|
|
442
|
+
* allow Homepage Posts and Carousel blocks to include subcategories ([#1482](https://github.com/Automattic/newspack-workspace/issues/1482)) ([cfccfc2](https://github.com/Automattic/newspack-workspace/commit/cfccfc2bbdf51d1d420ad7888a9d0ef97fbc5e83))
|
|
443
|
+
* allow some html in the homepage posts subtitle ([#869](https://github.com/Automattic/newspack-workspace/issues/869)) ([95ad9e6](https://github.com/Automattic/newspack-workspace/commit/95ad9e630f446f271d2362061a0b2b32cdcd3b65))
|
|
444
|
+
* author list block ([#947](https://github.com/Automattic/newspack-workspace/issues/947)) ([635b702](https://github.com/Automattic/newspack-workspace/commit/635b702ff9cafc69e6622aa22459a4bf1a8461ff))
|
|
445
|
+
* author profile block ([#763](https://github.com/Automattic/newspack-workspace/issues/763)) ([3b4657d](https://github.com/Automattic/newspack-workspace/commit/3b4657dc3b1a222a23bf19cbace344c01df4d9f8))
|
|
446
|
+
* **author-profile:** add block theme compatibility ([#2286](https://github.com/Automattic/newspack-workspace/issues/2286)) ([adec561](https://github.com/Automattic/newspack-workspace/commit/adec56101e9a067b33cd32057603380cd296fec2))
|
|
447
|
+
* **author-profile:** add block variations for layout selection ([#2302](https://github.com/Automattic/newspack-workspace/issues/2302)) ([8751a18](https://github.com/Automattic/newspack-workspace/commit/8751a180fbcb1bb144a319581d804ff58c9761a1))
|
|
448
|
+
* **author-profile:** allow spacer and separator blocks ([#2300](https://github.com/Automattic/newspack-workspace/issues/2300)) ([ad30634](https://github.com/Automattic/newspack-workspace/commit/ad30634d83fd060034b8c2f04c1e4074c80f6b2f))
|
|
449
|
+
* Basic video playlist block ([9bce283](https://github.com/Automattic/newspack-workspace/commit/9bce2832ba9bf4cb3f395175f3ad89f2ddd69649))
|
|
450
|
+
* better error messages for limited products ([#2202](https://github.com/Automattic/newspack-workspace/issues/2202)) ([82524c5](https://github.com/Automattic/newspack-workspace/commit/82524c52ceae1fbc05d20432e00d2facd9337d44))
|
|
451
|
+
* block caching ([81e4ec9](https://github.com/Automattic/newspack-workspace/commit/81e4ec9c97f8d9029d4da1b2fce37e099ff57149))
|
|
452
|
+
* blog posts block force image to be the right size when used behind ([#768](https://github.com/Automattic/newspack-workspace/issues/768)) ([da59521](https://github.com/Automattic/newspack-workspace/commit/da59521db95e28e17df60955747c7f968400a346))
|
|
453
|
+
* **carousel:** rename block and reorganise settings ([#1962](https://github.com/Automattic/newspack-workspace/issues/1962)) ([b747950](https://github.com/Automattic/newspack-workspace/commit/b7479503b99ffdf64a48726e45ec89059a8c6536))
|
|
454
|
+
* checkout button block ([#1421](https://github.com/Automattic/newspack-workspace/issues/1421)) ([37a6082](https://github.com/Automattic/newspack-workspace/commit/37a6082705dae300676ee9b537d164375b6f078a))
|
|
455
|
+
* **checkout-button:** add wp-block-button to the wrapperclasses ([#1777](https://github.com/Automattic/newspack-workspace/issues/1777)) ([7d72a91](https://github.com/Automattic/newspack-workspace/commit/7d72a91cf90b8bd5b048f5606f4562d286629e26))
|
|
456
|
+
* **checkout-button:** front-end product variation selection ([#1459](https://github.com/Automattic/newspack-workspace/issues/1459)) ([2eb9345](https://github.com/Automattic/newspack-workspace/commit/2eb934591885cb50cb9876e02d1ec8d448f29d90))
|
|
457
|
+
* **checkout-button:** front-end product variation selection ([#1459](https://github.com/Automattic/newspack-workspace/issues/1459)) ([6d0e8b8](https://github.com/Automattic/newspack-workspace/commit/6d0e8b866dbfad50178da03a1a1306991812e216))
|
|
458
|
+
* **checkout-button:** grouped product support ([#2201](https://github.com/Automattic/newspack-workspace/issues/2201)) ([50a85df](https://github.com/Automattic/newspack-workspace/commit/50a85dff71eacefe71af5e6d4006bccaff7ff4f3))
|
|
459
|
+
* **checkout-button:** support product variations ([#1442](https://github.com/Automattic/newspack-workspace/issues/1442)) ([68caed8](https://github.com/Automattic/newspack-workspace/commit/68caed8584ea5b3aad74cb9a9127f397af6ac589))
|
|
460
|
+
* **ci:** add `epic/*` release workflow and rename `master` to `trunk` ([#1656](https://github.com/Automattic/newspack-workspace/issues/1656)) ([0ba29ff](https://github.com/Automattic/newspack-workspace/commit/0ba29ffefad0dbf7222581d53b9343e28dc13ea1))
|
|
461
|
+
* consolidate data flows ([#1836](https://github.com/Automattic/newspack-workspace/issues/1836)) ([0f566a2](https://github.com/Automattic/newspack-workspace/commit/0f566a2d6885d64b342786d3c0e4087d32aea494)), closes [#1804](https://github.com/Automattic/newspack-workspace/issues/1804) [#1827](https://github.com/Automattic/newspack-workspace/issues/1827)
|
|
462
|
+
* **content-loop:** Allow for AND (inter-join) logic ([#2092](https://github.com/Automattic/newspack-workspace/issues/2092)) ([378cc87](https://github.com/Automattic/newspack-workspace/commit/378cc87baf23d172339b1d0a3af7e7a327ad19d8))
|
|
463
|
+
* **content-loop:** setting labels more generic ([#2246](https://github.com/Automattic/newspack-workspace/issues/2246)) ([d9d88a4](https://github.com/Automattic/newspack-workspace/commit/d9d88a4bf4a54beb43d4bbd272d6035e127ebe8d))
|
|
464
|
+
* **content-loop:** support custom bylines ([#2105](https://github.com/Automattic/newspack-workspace/issues/2105)) ([f7f709d](https://github.com/Automattic/newspack-workspace/commit/f7f709df0dfe333ce742c5cd8c0fe1aadae8e23f))
|
|
465
|
+
* control to select default tab in donate block ([#643](https://github.com/Automattic/newspack-workspace/issues/643)) ([6e4ed8e](https://github.com/Automattic/newspack-workspace/commit/6e4ed8e2ccc3dc4bd729c9a7ca04ae870a6250f5))
|
|
466
|
+
* custom endpoint for homepage posts in editor ([#661](https://github.com/Automattic/newspack-workspace/issues/661)) ([348b049](https://github.com/Automattic/newspack-workspace/commit/348b049bcb58d11be24367234d2672a991945af7))
|
|
467
|
+
* **cwv:** inline HPB styles in a style tag ([#1548](https://github.com/Automattic/newspack-workspace/issues/1548)) ([6211173](https://github.com/Automattic/newspack-workspace/commit/621117362495480ef5239bdeb0eb8b59aaadc48e))
|
|
468
|
+
* deduplication across homepage posts & carousel ([#725](https://github.com/Automattic/newspack-workspace/issues/725)) ([63a249a](https://github.com/Automattic/newspack-workspace/commit/63a249a394034f8c5d2ca72845bfc37a420c07b8)), closes [#664](https://github.com/Automattic/newspack-workspace/issues/664)
|
|
469
|
+
* deprecate streamlined (Stripe) Donate block version ([#1638](https://github.com/Automattic/newspack-workspace/issues/1638)) ([7df841b](https://github.com/Automattic/newspack-workspace/commit/7df841b77026b1f09bacc20eb706851f94da3dc7))
|
|
470
|
+
* disable Jetpack donations when using Newspack donations ([#875](https://github.com/Automattic/newspack-workspace/issues/875)) ([3d7360f](https://github.com/Automattic/newspack-workspace/commit/3d7360fbcb9bab4398e1a9c647b5e28125426eed))
|
|
471
|
+
* disabling image lazy load for homepage articles ([#970](https://github.com/Automattic/newspack-workspace/issues/970)) ([2326d88](https://github.com/Automattic/newspack-workspace/commit/2326d88574a424294999b9378b671e5fbe0783b9))
|
|
472
|
+
* display newspack's author custom fields ([#1302](https://github.com/Automattic/newspack-workspace/issues/1302)) ([956f569](https://github.com/Automattic/newspack-workspace/commit/956f56976bd9629a43700d9356c39a052f2ce6d7)), closes [#1166](https://github.com/Automattic/newspack-workspace/issues/1166)
|
|
473
|
+
* display purchase details in checkout modal when taxes are enabled ([#1480](https://github.com/Automattic/newspack-workspace/issues/1480)) ([132ad5c](https://github.com/Automattic/newspack-workspace/commit/132ad5cd7a3232c58e74feb72263c684b442add5))
|
|
474
|
+
* display subscribe pattern when mailchimp is inactive ([#418](https://github.com/Automattic/newspack-workspace/issues/418)) ([62ff336](https://github.com/Automattic/newspack-workspace/commit/62ff33626cbd12af0043a18873eb57524e0a4dbc))
|
|
475
|
+
* **donate block:** tiers layout ([#1311](https://github.com/Automattic/newspack-workspace/issues/1311)) ([99daf37](https://github.com/Automattic/newspack-workspace/commit/99daf37726eecaa7f16f6a0343f94d96673dd1d1))
|
|
476
|
+
* **donate-block:** amounts and frequencies customisation ([#1191](https://github.com/Automattic/newspack-workspace/issues/1191)) ([dbbb954](https://github.com/Automattic/newspack-workspace/commit/dbbb954a62a52c54cd6199fd72b0b1359da935ca))
|
|
477
|
+
* **donate-block:** changes to button-after-success ([#1571](https://github.com/Automattic/newspack-workspace/issues/1571)) ([2e5c661](https://github.com/Automattic/newspack-workspace/commit/2e5c6617eb91898fd55ed0aa5573563fc2a7ac55))
|
|
478
|
+
* **donate-block:** default frequency for tiered layout ([#2248](https://github.com/Automattic/newspack-workspace/issues/2248)) ([ebaaec7](https://github.com/Automattic/newspack-workspace/commit/ebaaec7ff9bf4777c4bade8e6457c63208180f8a))
|
|
479
|
+
* **donate-block:** default frequency for tiered layout ([#2248](https://github.com/Automattic/newspack-workspace/issues/2248)) ([96be2db](https://github.com/Automattic/newspack-workspace/commit/96be2db55e3ad01fa964bf89582c845e7551a193))
|
|
480
|
+
* **donate-block:** defer Stripe scripts loading ([1ae5bb2](https://github.com/Automattic/newspack-workspace/commit/1ae5bb2b8d1dd0283a17f3085a32d17ac5f0e114))
|
|
481
|
+
* **donate-block:** hide buttons if only one frequency is available ([#1853](https://github.com/Automattic/newspack-workspace/issues/1853)) ([973106a](https://github.com/Automattic/newspack-workspace/commit/973106ab6f8e41519ac6597f0ade56fe0e076db4))
|
|
482
|
+
* **donate-block:** native wc subs ([#1359](https://github.com/Automattic/newspack-workspace/issues/1359)) ([0f77082](https://github.com/Automattic/newspack-workspace/commit/0f77082d8d51ae838660e1126623addc90d10541))
|
|
483
|
+
* **donate-block:** streamlined handling ([#835](https://github.com/Automattic/newspack-workspace/issues/835)) ([9fe0f77](https://github.com/Automattic/newspack-workspace/commit/9fe0f77355d107fb8856f8888a61f6158ed7c2b0))
|
|
484
|
+
* **donate-block:** stripe payment request button ([#1035](https://github.com/Automattic/newspack-workspace/issues/1035)) ([f5f0f8f](https://github.com/Automattic/newspack-workspace/commit/f5f0f8f3e4e297ad19df42c59fc1cea3f32fafed))
|
|
485
|
+
* **donate-streamlined:** add Client ID to payment meta ([#806](https://github.com/Automattic/newspack-workspace/issues/806)) ([23e4abd](https://github.com/Automattic/newspack-workspace/commit/23e4abdce91098498ee3731e58530b3663ea7432))
|
|
486
|
+
* **donate-streamlined:** set user ID on Stripe client ([#1095](https://github.com/Automattic/newspack-workspace/issues/1095)) ([f8336c6](https://github.com/Automattic/newspack-workspace/commit/f8336c65d6167dfc34ccca6d899e4b239b1afe0b))
|
|
487
|
+
* **donate-stripe:** hide fee checkbox if fees are zero ([#985](https://github.com/Automattic/newspack-workspace/issues/985)) ([9a676b0](https://github.com/Automattic/newspack-workspace/commit/9a676b017453b2c4dd2091aa150127344ec98dc1))
|
|
488
|
+
* **donate:** add body class for modal checkout ([#1411](https://github.com/Automattic/newspack-workspace/issues/1411)) ([5df0cb5](https://github.com/Automattic/newspack-workspace/commit/5df0cb5de7845567b6977a2c38a145e01bcd57fb))
|
|
489
|
+
* **donate:** add current_page_url to client metadata ([6979180](https://github.com/Automattic/newspack-workspace/commit/697918060e884e20a80a79621be739300536884b))
|
|
490
|
+
* **donate:** add new "Modern" style variation ([#1734](https://github.com/Automattic/newspack-workspace/issues/1734)) ([f7a9486](https://github.com/Automattic/newspack-workspace/commit/f7a9486641bccbb3ea24bd95bec40c125375b77a))
|
|
491
|
+
* **donate:** add recaptcha panel in the editor ([#1419](https://github.com/Automattic/newspack-workspace/issues/1419)) ([a7f9499](https://github.com/Automattic/newspack-workspace/commit/a7f9499b4e27a5d2ebb89f219d78a72056ac816a))
|
|
492
|
+
* **donate:** add setting to change the style of tiered donations (grid or list) ([#1755](https://github.com/Automattic/newspack-workspace/issues/1755)) ([9ccd840](https://github.com/Automattic/newspack-workspace/commit/9ccd840e403a302e1d3af90104d4ee12a06ded80))
|
|
493
|
+
* **donate:** additional fields on the form ([#1330](https://github.com/Automattic/newspack-workspace/issues/1330)) ([a1dabab](https://github.com/Automattic/newspack-workspace/commit/a1dababeeb863bdd0ecd97f8ed36eb7bc2353933))
|
|
494
|
+
* **donate:** agree to pay fees feature ([#928](https://github.com/Automattic/newspack-workspace/issues/928)) ([b1b33fc](https://github.com/Automattic/newspack-workspace/commit/b1b33fcb25122de3f29a3bef458c8e894cd3843e))
|
|
495
|
+
* **donate:** checkout modal for woocommerce ([#1355](https://github.com/Automattic/newspack-workspace/issues/1355)) ([23c96da](https://github.com/Automattic/newspack-workspace/commit/23c96da4dbf5b791b6ae5f15e0ca9ddb5ad43697))
|
|
496
|
+
* **donate:** customise donate button texts ([#1219](https://github.com/Automattic/newspack-workspace/issues/1219)) ([00405f4](https://github.com/Automattic/newspack-workspace/commit/00405f40a45f29bdbbe7fd08ab16645b2fd4edcf))
|
|
497
|
+
* **donate:** donor name input; initial form hiding ([5b1be1f](https://github.com/Automattic/newspack-workspace/commit/5b1be1f0f2b8aada1ba26c2fc2312febe8ee3760))
|
|
498
|
+
* **donate:** enquque modal checkout JS only if necessary ([51459e2](https://github.com/Automattic/newspack-workspace/commit/51459e2607af0b04231547fbc91a93187d614b1f))
|
|
499
|
+
* **donate:** handle newsletter opt-in ([#839](https://github.com/Automattic/newspack-workspace/issues/839)) ([a24b28d](https://github.com/Automattic/newspack-workspace/commit/a24b28d3f31262a43100f8d597cfd4599b2269b9))
|
|
500
|
+
* **donate:** handle recurring donations ([#829](https://github.com/Automattic/newspack-workspace/issues/829)) ([c52bb04](https://github.com/Automattic/newspack-workspace/commit/c52bb04b18e6261443c52a867425991cf1fd0ca1))
|
|
501
|
+
* **donate:** handle woocommerce-memberships ([#1096](https://github.com/Automattic/newspack-workspace/issues/1096)) ([5c8dadf](https://github.com/Automattic/newspack-workspace/commit/5c8dadf93b2188e7bdc3d1af160b6aed380316da))
|
|
502
|
+
* **donate:** mobile style; UX tweaks ([#1201](https://github.com/Automattic/newspack-workspace/issues/1201)) ([d5e91b2](https://github.com/Automattic/newspack-workspace/commit/d5e91b240ec4165d26bb450b8cc011cbcd4be0c3))
|
|
503
|
+
* **donate:** refresh reader authentication ([#1236](https://github.com/Automattic/newspack-workspace/issues/1236)) ([b2f969d](https://github.com/Automattic/newspack-workspace/commit/b2f969d172799ea09447a1fdcea74fda9269d36e))
|
|
504
|
+
* **donate:** remove NRH metadata ([a2bd5ec](https://github.com/Automattic/newspack-workspace/commit/a2bd5ecab9c59821d85f62d5720c0b11bf1c7902))
|
|
505
|
+
* **donate:** streamlined block option w/ Stripe ([#784](https://github.com/Automattic/newspack-workspace/issues/784)) ([bec0e48](https://github.com/Automattic/newspack-workspace/commit/bec0e4810de50915f65a63e20373f675de8fbbeb))
|
|
506
|
+
* **donate:** support empty value for "other" tier ([#1604](https://github.com/Automattic/newspack-workspace/issues/1604)) ([a02f8db](https://github.com/Automattic/newspack-workspace/commit/a02f8db6d3d5b5c1d0acbbec1ed3f06e5ad2035d))
|
|
507
|
+
* **donate:** update modern style tiered ([#1790](https://github.com/Automattic/newspack-workspace/issues/1790)) ([ff76d8a](https://github.com/Automattic/newspack-workspace/commit/ff76d8af5a72d8c4de6848c0302190c98025bd97))
|
|
508
|
+
* **donations:** pass client metadata when creating a WC membership ([de45cd5](https://github.com/Automattic/newspack-workspace/commit/de45cd51142ad3674794cf1cc67d307a911f3620))
|
|
509
|
+
* editable donate button text ([#535](https://github.com/Automattic/newspack-workspace/issues/535)) ([94c8435](https://github.com/Automattic/newspack-workspace/commit/94c8435884f628bff683865f098d89baca01d965))
|
|
510
|
+
* ensure regenerator-runtime is available (for WP 6.6) ([#1778](https://github.com/Automattic/newspack-workspace/issues/1778)) ([131e948](https://github.com/Automattic/newspack-workspace/commit/131e948d5f72751351c1d2aed5bdcfc5ebce8a8d))
|
|
511
|
+
* exclude current post in homepage posts block ([#539](https://github.com/Automattic/newspack-workspace/issues/539)) ([9ca5334](https://github.com/Automattic/newspack-workspace/commit/9ca5334d733501b9e25607caa38639be13ad0098))
|
|
512
|
+
* experimental title-only specific posts lookup endpoint ([#556](https://github.com/Automattic/newspack-workspace/issues/556)) ([f30ac1f](https://github.com/Automattic/newspack-workspace/commit/f30ac1f83e6627ef3de5d4836ddacc7329fa51da))
|
|
513
|
+
* expose is_modal_checkout method ([f5fb20d](https://github.com/Automattic/newspack-workspace/commit/f5fb20d38292280a93ef390c3938c1dfe019b6bb))
|
|
514
|
+
* Get basic everything working well ([50f8c0a](https://github.com/Automattic/newspack-workspace/commit/50f8c0ac691574794bd697cd9e223919c5d838f3))
|
|
515
|
+
* handle 'other' reader revenue platform in the editor ([01e050d](https://github.com/Automattic/newspack-workspace/commit/01e050d702fc416fed0f8b313b5cf75dde5f26e2))
|
|
516
|
+
* handle minimum donation option in Donate block ([#1239](https://github.com/Automattic/newspack-workspace/issues/1239)) ([37cf55c](https://github.com/Automattic/newspack-workspace/commit/37cf55ce02be52e94bde5d4b12fc35f57486b2f7))
|
|
517
|
+
* handle posts with no featured image ([#731](https://github.com/Automattic/newspack-workspace/issues/731)) ([e00b3be](https://github.com/Automattic/newspack-workspace/commit/e00b3be39bd0ac8c1ca2b30e07e9b58cda655cbb)), closes [#443](https://github.com/Automattic/newspack-workspace/issues/443)
|
|
518
|
+
* hoist devDeps, add workspace root, CI, sync tooling ([0219bc5](https://github.com/Automattic/newspack-workspace/commit/0219bc5757bb52908e6ded197e0edae9e455d495))
|
|
519
|
+
* homepage articles update loading animation ([#1709](https://github.com/Automattic/newspack-workspace/issues/1709)) ([e3e4390](https://github.com/Automattic/newspack-workspace/commit/e3e4390a2cf4f2265dab673ea1467c7a44bbbb33))
|
|
520
|
+
* homepage posts patterns with ad unit ([#1170](https://github.com/Automattic/newspack-workspace/issues/1170)) ([5071406](https://github.com/Automattic/newspack-workspace/commit/507140684afe05298979b082edf844c18b9cccef))
|
|
521
|
+
* **homepage-articles:** rename block and reorganise settings ([#1943](https://github.com/Automattic/newspack-workspace/issues/1943)) ([de581ea](https://github.com/Automattic/newspack-workspace/commit/de581ea752739b922aef6a3573fcb9165a432121))
|
|
522
|
+
* **homepage-articles:** rename block and reorganise settings ([#2000](https://github.com/Automattic/newspack-workspace/issues/2000)) ([fc68897](https://github.com/Automattic/newspack-workspace/commit/fc68897f1bbdb59f0940c4780c5f483865d15f86))
|
|
523
|
+
* **homepage-posts-block:** filter image sizes based on the maximum image width ([#1322](https://github.com/Automattic/newspack-workspace/issues/1322)) ([34d4640](https://github.com/Automattic/newspack-workspace/commit/34d4640526dcfe4b28ebfb3cabdbe94bfb04e152))
|
|
524
|
+
* **homepage-posts:** add a filter to enable duplicating posts ([#886](https://github.com/Automattic/newspack-workspace/issues/886)) ([ac165da](https://github.com/Automattic/newspack-workspace/commit/ac165dae3e131c5427b8f8f9969020be0ba9875e))
|
|
525
|
+
* **homepage-posts:** add a show-full-content attribute ([#1886](https://github.com/Automattic/newspack-workspace/issues/1886)) ([1153cc1](https://github.com/Automattic/newspack-workspace/commit/1153cc1ddf3575730c8ad7f97b77d2976e8d1a42))
|
|
526
|
+
* **homepage-posts:** add custom taxonomy exclusions filter ([#1641](https://github.com/Automattic/newspack-workspace/issues/1641)) ([bb32cc6](https://github.com/Automattic/newspack-workspace/commit/bb32cc6686690b5dafb42bcdfff74c41aa2b19fd))
|
|
527
|
+
* **homepage-posts:** enable showing previously rendered posts too ([#896](https://github.com/Automattic/newspack-workspace/issues/896)) ([aa96d9a](https://github.com/Automattic/newspack-workspace/commit/aa96d9ac3e80c7da791386b8ec031fc49fa2bafb))
|
|
528
|
+
* **homepage-posts:** handle category exclusion ([b5f043e](https://github.com/Automattic/newspack-workspace/commit/b5f043eed7f1e1362c8075dd100bf6fa73250197)), closes [#600](https://github.com/Automattic/newspack-workspace/issues/600)
|
|
529
|
+
* **homepage-posts:** infinite scroll ([#1845](https://github.com/Automattic/newspack-workspace/issues/1845)) ([b7cec58](https://github.com/Automattic/newspack-workspace/commit/b7cec58bc2b11e1cc1d093d21ce24ec4437364c8))
|
|
530
|
+
* **homepage-posts:** query by post statuses ([#1114](https://github.com/Automattic/newspack-workspace/issues/1114)) ([1f05595](https://github.com/Automattic/newspack-workspace/commit/1f0559548d132b492ceb7e38e637b3e231c7a322)), closes [#38](https://github.com/Automattic/newspack-workspace/issues/38)
|
|
531
|
+
* **homepage-posts:** support deduplication toggling ([#1543](https://github.com/Automattic/newspack-workspace/issues/1543)) ([d611626](https://github.com/Automattic/newspack-workspace/commit/d611626af14f8cd8d2eac6c1295fa38aff3a9215))
|
|
532
|
+
* **hpb:** fetch priority attr; attrs filtering; remove disableImageLazyLoad UI ([#1351](https://github.com/Automattic/newspack-workspace/issues/1351)) ([c68fa4e](https://github.com/Automattic/newspack-workspace/commit/c68fa4e5cc99e856ecd97c4867beebc2a7fa3657))
|
|
533
|
+
* **hpb:** remove blocks caching feature flag ([3aa7057](https://github.com/Automattic/newspack-workspace/commit/3aa70570a7ff972eb64921255e1e03b8cc7b4d9a))
|
|
534
|
+
* if donation via a prompt, add prompt ID to Stripe payment metadata ([#1253](https://github.com/Automattic/newspack-workspace/issues/1253)) ([ffbc2e0](https://github.com/Automattic/newspack-workspace/commit/ffbc2e0fd6cea63ada8671dfc60f0df73437ead1))
|
|
535
|
+
* improve alt text on images linked to posts ([#1118](https://github.com/Automattic/newspack-workspace/issues/1118)) ([96dcb93](https://github.com/Automattic/newspack-workspace/commit/96dcb93b5dc088bbaa082d6549e786bbe234a27b))
|
|
536
|
+
* improve express checkout handling by surfacing errors ([#2273](https://github.com/Automattic/newspack-workspace/issues/2273)) ([145a7f2](https://github.com/Automattic/newspack-workspace/commit/145a7f2e0a62cecfe55aeb8b623cd113f2ef92f0))
|
|
537
|
+
* improve Homepage Posts block editor performance ([#499](https://github.com/Automattic/newspack-workspace/issues/499)) ([afe5f77](https://github.com/Automattic/newspack-workspace/commit/afe5f77612b656f4ff0468f5374e01435c80b4a1)), closes [#493](https://github.com/Automattic/newspack-workspace/issues/493)
|
|
538
|
+
* improve performance of modal checkout ([#1607](https://github.com/Automattic/newspack-workspace/issues/1607)) ([311f419](https://github.com/Automattic/newspack-workspace/commit/311f41914b0fcfb4ce6d463dfa466ae30c8f9206))
|
|
539
|
+
* improve subscribe patterns and use new style variation ([#1745](https://github.com/Automattic/newspack-workspace/issues/1745)) ([248d8a5](https://github.com/Automattic/newspack-workspace/commit/248d8a5874dda46a443e62c0dd4d81f34efe3a4e))
|
|
540
|
+
* information architecture ([#2083](https://github.com/Automattic/newspack-workspace/issues/2083)) ([838cba8](https://github.com/Automattic/newspack-workspace/commit/838cba8f26eae84a9db1645202d5054d45f60c09))
|
|
541
|
+
* initial pass at allowing multi-brand querying ([3faa513](https://github.com/Automattic/newspack-workspace/commit/3faa5138fa31dac769c40fc8e5372dbd9e90956b))
|
|
542
|
+
* Make block player interactive in editor. ([310faa9](https://github.com/Automattic/newspack-workspace/commit/310faa9cd508d7586b1060507be23ece02dad43f))
|
|
543
|
+
* make Donate Block 'thank you' text editable ([#854](https://github.com/Automattic/newspack-workspace/issues/854)) ([9ce6f53](https://github.com/Automattic/newspack-workspace/commit/9ce6f535327a5ae81aebc44afbbfd2fe761968fd))
|
|
544
|
+
* merge RAS-ACC work into trunk ([#1977](https://github.com/Automattic/newspack-workspace/issues/1977)) ([669b3b4](https://github.com/Automattic/newspack-workspace/commit/669b3b4079d22e3973f3d69109140564cf263450))
|
|
545
|
+
* **modal checkout:** post-checkout newsletter signup ([#1561](https://github.com/Automattic/newspack-workspace/issues/1561)) ([c39aa00](https://github.com/Automattic/newspack-workspace/commit/c39aa00a489e0a30ce01f0126dec06e7f49c252e))
|
|
546
|
+
* **modal-checkout:** add filter to cart item data ([#1590](https://github.com/Automattic/newspack-workspace/issues/1590)) ([ebeaa54](https://github.com/Automattic/newspack-workspace/commit/ebeaa541b12fbbbaa1cb4ca503f545da6253ea6e))
|
|
547
|
+
* **modal-checkout:** allow anonymous purchase for registered email ([#1615](https://github.com/Automattic/newspack-workspace/issues/1615)) ([add80d5](https://github.com/Automattic/newspack-workspace/commit/add80d5f2c3f3ac1fccbdaaab51b08a7ac72b7bc))
|
|
548
|
+
* **modal-checkout:** always use donation billing fields ([#1463](https://github.com/Automattic/newspack-workspace/issues/1463)) ([24ad264](https://github.com/Automattic/newspack-workspace/commit/24ad264d09f557f5ed7ef083ae9e713eaa2df3d6))
|
|
549
|
+
* **modal-checkout:** always use donation billing fields ([#1463](https://github.com/Automattic/newspack-workspace/issues/1463)) ([ff1063c](https://github.com/Automattic/newspack-workspace/commit/ff1063c6f6d6af3bf84baa5b24283a3f4a3d6248))
|
|
550
|
+
* **modal-checkout:** change subscription payment method ([#2141](https://github.com/Automattic/newspack-workspace/issues/2141)) ([33d0f25](https://github.com/Automattic/newspack-workspace/commit/33d0f25f3bf5dce1d91c0fe1c636dde6f0fac6d1))
|
|
551
|
+
* **modal-checkout:** checkout from "My Account" dashboard ([#2121](https://github.com/Automattic/newspack-workspace/issues/2121)) ([9e26b8a](https://github.com/Automattic/newspack-workspace/commit/9e26b8a7af99dbc9c877305b6b7a5c6cb7549edd))
|
|
552
|
+
* **modal-checkout:** dequeue WC styles ([#1572](https://github.com/Automattic/newspack-workspace/issues/1572)) ([43d7aff](https://github.com/Automattic/newspack-workspace/commit/43d7aff7c9a659ba00707a0ce0111f9ccb820b1c))
|
|
553
|
+
* **modal-checkout:** display item name on success ([1821a3b](https://github.com/Automattic/newspack-workspace/commit/1821a3b3cad2b88b4dfadaa4f5eca036c6061d64))
|
|
554
|
+
* **modal-checkout:** handle non-redirect-based flow (e.g. Apple Pay) ([#1573](https://github.com/Automattic/newspack-workspace/issues/1573)) ([18226d4](https://github.com/Automattic/newspack-workspace/commit/18226d4ca95fa3a16eb5fdac480e0d41825cb7be))
|
|
555
|
+
* **modal-checkout:** implement ras overlay ([#1562](https://github.com/Automattic/newspack-workspace/issues/1562)) ([990ee5f](https://github.com/Automattic/newspack-workspace/commit/990ee5faf7f8974350427eb960c890b236bd6bb5))
|
|
556
|
+
* **modal-checkout:** processing payment screen ([#2247](https://github.com/Automattic/newspack-workspace/issues/2247)) ([8f18369](https://github.com/Automattic/newspack-workspace/commit/8f183692a0cb9ca03cb8915e8654aa21a46c2f00))
|
|
557
|
+
* **modal-checkout:** render order details under different conditions ([#1485](https://github.com/Automattic/newspack-workspace/issues/1485)) ([1b2f679](https://github.com/Automattic/newspack-workspace/commit/1b2f679ebd61a7d00c83a891ec5ba1eaeeb82a63))
|
|
558
|
+
* **modal-checkout:** render order details under different conditions ([#1485](https://github.com/Automattic/newspack-workspace/issues/1485)) ([#1488](https://github.com/Automattic/newspack-workspace/issues/1488)) ([5d4b74b](https://github.com/Automattic/newspack-workspace/commit/5d4b74bb0cbfc05439d4d913ea7fa9f3da27a018))
|
|
559
|
+
* **modal-checkout:** switch subscription support ([#2204](https://github.com/Automattic/newspack-workspace/issues/2204)) ([0ad420b](https://github.com/Automattic/newspack-workspace/commit/0ad420b9c3458019d7a5cf47ec6823f15c89c323))
|
|
560
|
+
* **modal-checkout:** update "place order" text to "donate now" ([#1591](https://github.com/Automattic/newspack-workspace/issues/1591)) ([0b63f16](https://github.com/Automattic/newspack-workspace/commit/0b63f160393d95768ab82625dd37176b37ab1c13))
|
|
561
|
+
* **nrh:** donations handling ([#805](https://github.com/Automattic/newspack-workspace/issues/805)) ([2febdec](https://github.com/Automattic/newspack-workspace/commit/2febdec467f366cd299cc8cd4d3e77f90e234147))
|
|
562
|
+
* optimize sponsor queries ([#633](https://github.com/Automattic/newspack-workspace/issues/633)) ([0f5e0d3](https://github.com/Automattic/newspack-workspace/commit/0f5e0d3385055970adf630301aa3ce096ed3af75))
|
|
563
|
+
* pass attributes to donate block render hook ([#671](https://github.com/Automattic/newspack-workspace/issues/671)) ([d4b3637](https://github.com/Automattic/newspack-workspace/commit/d4b3637733368cb91bbb0317f87c57e0658c2280))
|
|
564
|
+
* process donation - make sure referer is relative path ([24a61cc](https://github.com/Automattic/newspack-workspace/commit/24a61ccb5943ce9808718f93da5ba074863973e4))
|
|
565
|
+
* publish on npm when releasing ([b0e4b6f](https://github.com/Automattic/newspack-workspace/commit/b0e4b6f0a0cfaa77e510a2b4e5b4f31a68b650b8)), closes [#849](https://github.com/Automattic/newspack-workspace/issues/849)
|
|
566
|
+
* **reader-revenue:** make NYP and Stripe Gateway optional ([#1645](https://github.com/Automattic/newspack-workspace/issues/1645)) ([52f26d5](https://github.com/Automattic/newspack-workspace/commit/52f26d5309bfca95476e66169e9e2bbc73a808cf))
|
|
567
|
+
* remove AMP compatibility ([b0476ae](https://github.com/Automattic/newspack-workspace/commit/b0476ae060e8a90948d85416f2110a1efe9e0b0e))
|
|
568
|
+
* remove support for the Aside post format ([#1139](https://github.com/Automattic/newspack-workspace/issues/1139)) ([d2d2818](https://github.com/Automattic/newspack-workspace/commit/d2d28186c7f8068e6d22669d8c60457c9fcc5bb0))
|
|
569
|
+
* rename all homepage posts patterns to content loop patterns ([#2046](https://github.com/Automattic/newspack-workspace/issues/2046)) ([93ab0d1](https://github.com/Automattic/newspack-workspace/commit/93ab0d11092c2d92cc07be2b835334bdb29ca6fc))
|
|
570
|
+
* reorder query fields to move brands below tags ([7476587](https://github.com/Automattic/newspack-workspace/commit/74765878f316a89415bd9b15af10f61be2c0a9de))
|
|
571
|
+
* replace buttongroup with togglegroupcontrol ([#2197](https://github.com/Automattic/newspack-workspace/issues/2197)) ([8fb01ab](https://github.com/Automattic/newspack-workspace/commit/8fb01ab3bfbf4353469c4ba0e7a51e5e5cf1d9fc))
|
|
572
|
+
* show term classes for Post Carousel blocks ([#819](https://github.com/Automattic/newspack-workspace/issues/819)) ([47fdc8c](https://github.com/Automattic/newspack-workspace/commit/47fdc8c5ea5d8c8d5f527c63ff6f9493b55bc3ca))
|
|
573
|
+
* support for iframe auto-resizing ([209d881](https://github.com/Automattic/newspack-workspace/commit/209d8815c793a5296e68ab123e94d0918f79a7b5))
|
|
574
|
+
* support new sponsor options to show authors and categories ([#1156](https://github.com/Automattic/newspack-workspace/issues/1156)) ([55a71f3](https://github.com/Automattic/newspack-workspace/commit/55a71f3c3471be0ec79da874a230efe9b8377c52))
|
|
575
|
+
* support Newspack Listings hide entry meta options ([#762](https://github.com/Automattic/newspack-workspace/issues/762)) ([30c3fc8](https://github.com/Automattic/newspack-workspace/commit/30c3fc80de3c235e9872f9ee1afdbc603ec84fae))
|
|
576
|
+
* supress carousel block from feeds ([#2263](https://github.com/Automattic/newspack-workspace/issues/2263)) ([50e4ca3](https://github.com/Automattic/newspack-workspace/commit/50e4ca36102175c0cc1bd0cdb16d4539a0ae2747))
|
|
577
|
+
* targeted hoist, package build ordering, release configs, composer setup ([051fe52](https://github.com/Automattic/newspack-workspace/commit/051fe52be59f7742ca7d5d27a197b9c2fd710e4a))
|
|
578
|
+
* unregister Jetpack Subscriptions block to avoid confusion with Newspack blocks ([#1337](https://github.com/Automattic/newspack-workspace/issues/1337)) ([7c601cd](https://github.com/Automattic/newspack-workspace/commit/7c601cd72ea91162383a2097ec9a11816e119efe))
|
|
579
|
+
* unregister the Jetpack Donation block ([#1163](https://github.com/Automattic/newspack-workspace/issues/1163)) ([28d1a7c](https://github.com/Automattic/newspack-workspace/commit/28d1a7ca82ce232ecc77574a27d59b864c0ce8a8))
|
|
580
|
+
* update author profile icon and fix loading alignment ([#848](https://github.com/Automattic/newspack-workspace/issues/848)) ([fe6a22c](https://github.com/Automattic/newspack-workspace/commit/fe6a22cef47c99859aabe3b990097131bd69ec94))
|
|
581
|
+
* update block icons to use Gutenberg style instead of Material ([#724](https://github.com/Automattic/newspack-workspace/issues/724)) ([621315d](https://github.com/Automattic/newspack-workspace/commit/621315d6be2d5ecd02d81d37814702d1faee34a1))
|
|
582
|
+
* update blocks icons style and colour ([#615](https://github.com/Automattic/newspack-workspace/issues/615)) ([d0cb654](https://github.com/Automattic/newspack-workspace/commit/d0cb654c6b7463bfb90ba61995e890885791f7e7))
|
|
583
|
+
* update blocks with new brand ([#2050](https://github.com/Automattic/newspack-workspace/issues/2050)) ([225254f](https://github.com/Automattic/newspack-workspace/commit/225254fbeed41caa49a7a4aea3ab7d951419a42d))
|
|
584
|
+
* update carousel style since amp 1.5.1 ([#427](https://github.com/Automattic/newspack-workspace/issues/427)) ([f94f7aa](https://github.com/Automattic/newspack-workspace/commit/f94f7aa735558b8439425bb841491eadf07cfc1b))
|
|
585
|
+
* update default carousel style for focused elements ([#410](https://github.com/Automattic/newspack-workspace/issues/410)) ([5407742](https://github.com/Automattic/newspack-workspace/commit/54077428ebf65dc27c65412996d818bb08f6a6d4))
|
|
586
|
+
* update donate block styles to support keyboard navigation ([#1117](https://github.com/Automattic/newspack-workspace/issues/1117)) ([e33695c](https://github.com/Automattic/newspack-workspace/commit/e33695c35ae47f97adc0a461d27d1a09576b44ee))
|
|
587
|
+
* update donations patterns and add new one ([#1731](https://github.com/Automattic/newspack-workspace/issues/1731)) ([f26b4ae](https://github.com/Automattic/newspack-workspace/commit/f26b4aeadbe016895167e29ff4452c7cbdd0a492))
|
|
588
|
+
* update donations patterns to match subscription pattern; add squeeze pattern ([#1752](https://github.com/Automattic/newspack-workspace/issues/1752)) ([634c68f](https://github.com/Automattic/newspack-workspace/commit/634c68f4a73fe8bd973203bd08caebf38fec6668))
|
|
589
|
+
* update links to documentation to help.newspack [#1390](https://github.com/Automattic/newspack-workspace/issues/1390) ([4473df1](https://github.com/Automattic/newspack-workspace/commit/4473df12ca1c9daab5326e56a7089e8da05e0ad4))
|
|
590
|
+
* update styles for the Subscription Confirmation checkbox ([#2117](https://github.com/Automattic/newspack-workspace/issues/2117)) ([07e61e5](https://github.com/Automattic/newspack-workspace/commit/07e61e5bf5ae50c209fa64f0c816ead94c44e9d2))
|
|
591
|
+
* update subscribe patterns to use Newspack block ([#1580](https://github.com/Automattic/newspack-workspace/issues/1580)) ([5ba9fdf](https://github.com/Automattic/newspack-workspace/commit/5ba9fdf78598600a5deac7ecc6957ef88b788654))
|
|
592
|
+
* update thank you translation strings in modal checkout ([#1625](https://github.com/Automattic/newspack-workspace/issues/1625)) ([03271bd](https://github.com/Automattic/newspack-workspace/commit/03271bd9b41b2ca838fe5899b0ef576e5271a0db))
|
|
593
|
+
* update the pattern's icon with newspack logo ([#419](https://github.com/Automattic/newspack-workspace/issues/419)) ([3752465](https://github.com/Automattic/newspack-workspace/commit/37524652497c9254fb316cf850fad11b023aef2a))
|
|
594
|
+
* use reCaptcha v3 to secure Stripe donate forms ([c5d3561](https://github.com/Automattic/newspack-workspace/commit/c5d35612aadc69d5fb2dc3a91001fa3fbaf738ef))
|
|
595
|
+
* use swiper for non-amp carousels ([a0007f0](https://github.com/Automattic/newspack-workspace/commit/a0007f0273320f11d07bc67f2164cef20d9b56d8))
|
|
596
|
+
* **wcsg:** respect checkbox label option in WCSG settings ([#2053](https://github.com/Automattic/newspack-workspace/issues/2053)) ([e1c48a9](https://github.com/Automattic/newspack-workspace/commit/e1c48a9cadbe2af743ac47c5edbdbfc494224a50))
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### Performance Improvements
|
|
600
|
+
|
|
601
|
+
* **modal-checkout:** process checkout request earlier ([#1612](https://github.com/Automattic/newspack-workspace/issues/1612)) ([29eea55](https://github.com/Automattic/newspack-workspace/commit/29eea554d4612dac4c95cd114f20878900bcbee5))
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
### Reverts
|
|
605
|
+
|
|
606
|
+
* Revert "fix: render modal checkout with filtered supported gateways ([#2240](https://github.com/Automattic/newspack-workspace/issues/2240))" ([#2243](https://github.com/Automattic/newspack-workspace/issues/2243)) ([b4b66af](https://github.com/Automattic/newspack-workspace/commit/b4b66af1c1eec7e7336c03258c8f5575e38edfe7))
|
|
607
|
+
* Revert "fix(donate-block): handle decimals in custom amount input ([#2074](https://github.com/Automattic/newspack-workspace/issues/2074))" ([#2094](https://github.com/Automattic/newspack-workspace/issues/2094)) ([9235682](https://github.com/Automattic/newspack-workspace/commit/92356825c0731807c339ee419163eb69a2c226b9))
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
### BREAKING CHANGES
|
|
611
|
+
|
|
612
|
+
* Updates dependencies for compatibility with WordPress 6.6.*, but breaks JS in WordPress 6.5.* and below. If you need support for WP 6.5.*, please do not upgrade to this new major version.
|
|
613
|
+
|
|
614
|
+
* chore: refactor for dependency updates in newspack-scripts
|
|
615
|
+
|
|
616
|
+
* chore: proxy stylelint from newspack-scripts
|
|
617
|
+
|
|
618
|
+
* refactor: use proxy script for eslint and stylelint scripts
|
|
619
|
+
|
|
620
|
+
* fix: peer dependency conflicct
|
|
621
|
+
|
|
622
|
+
* fix: peer dependency conflicts
|
|
623
|
+
|
|
624
|
+
* fix: config conflicts
|
|
625
|
+
|
|
626
|
+
* fix: remove proxy scripts
|
|
627
|
+
|
|
628
|
+
* chore: test commitlint script
|
|
629
|
+
|
|
630
|
+
* fix: make everything work good
|
|
631
|
+
|
|
632
|
+
* fix: stylelint scripts
|
|
633
|
+
|
|
634
|
+
* fix: start command
|
|
635
|
+
|
|
636
|
+
* chore: update newspack-scripts to v5.6.0-alpha.3
|
|
637
|
+
|
|
638
|
+
* chore: remove ajv dependency
|
|
639
|
+
|
|
640
|
+
* chore: clear TS errors
|
|
641
|
+
|
|
642
|
+
* fix: reformat scss
|
|
643
|
+
|
|
644
|
+
* chore: update newspack-scripts to v5.6.0-alpha.4
|
|
645
|
+
|
|
646
|
+
* fix: add missing Prettier config files
|
|
647
|
+
|
|
648
|
+
* chore: update newspack-scripts to 5.6.0-alpha.5
|
|
649
|
+
|
|
650
|
+
* chore: update newspack-scripts to v5.6.0-alpha.7
|
|
651
|
+
|
|
652
|
+
* fix: add fix:js script; temporarily remove format:js
|
|
653
|
+
|
|
654
|
+
* chore: update newspack-scripts to v5.6.0-alpha.8
|
|
655
|
+
|
|
656
|
+
* fix: composer.lock
|
|
657
|
+
|
|
658
|
+
* chore: restore format:js script
|
|
659
|
+
|
|
660
|
+
* chore: add NPM scripts for PHP
|
|
661
|
+
|
|
662
|
+
* chore: fixes for PHPCS errors
|
|
663
|
+
|
|
664
|
+
* chore: update newspack-components to v3.0.0
|
|
665
|
+
|
|
666
|
+
* chore: bump newspack-scripts to v5.5.2
|
|
667
|
+
* streamlined (Stripe) Donate block version is no more
|
|
668
|
+
* AMP will not be supported anymore by this plugin.
|
|
669
|
+
|
|
670
|
+
## @automattic/newspack-blocks [4.26.4](https://github.com/Automattic/newspack-workspace/compare/@automattic/newspack-blocks@4.26.3...@automattic/newspack-blocks@4.26.4) (2026-06-01)
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
### Bug Fixes
|
|
674
|
+
|
|
675
|
+
* ensure buttons pick up all colours, fonts sizes, font class styles ([#2337](https://github.com/Automattic/newspack-workspace/issues/2337)) ([418ede0](https://github.com/Automattic/newspack-workspace/commit/418ede038595c1d3b03d12baf301749897dc5a1a))
|
|
676
|
+
|
|
677
|
+
## [4.26.3](https://github.com/Automattic/newspack-blocks/compare/v4.26.2...v4.26.3) (2026-05-18)
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
### Bug Fixes
|
|
681
|
+
|
|
682
|
+
* change defaultFrequency approach in the Donate block to match tiered layout ([#2330](https://github.com/Automattic/newspack-blocks/issues/2330)) ([3f7da1f](https://github.com/Automattic/newspack-blocks/commit/3f7da1f94381bdf5bd5a37ffd219e0d136ac5949))
|
|
683
|
+
* ensure block option spacing for checkout button block is consistent ([#2335](https://github.com/Automattic/newspack-blocks/issues/2335)) ([ecc3c2c](https://github.com/Automattic/newspack-blocks/commit/ecc3c2c054fb0c3ded71ade097d1ab3da0f881f5))
|
|
684
|
+
* **modal-checkout:** suppress WooPayments express checkout when Stripe is active ([#2304](https://github.com/Automattic/newspack-blocks/issues/2304)) ([b9607ea](https://github.com/Automattic/newspack-blocks/commit/b9607eaeb822e5345ab6002600f4619c08b85245))
|
|
685
|
+
|
|
686
|
+
## [4.26.2](https://github.com/Automattic/newspack-blocks/compare/v4.26.1...v4.26.2) (2026-05-04)
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
### Bug Fixes
|
|
690
|
+
|
|
691
|
+
* **modal-checkout:** retrieve order from query vars in thankyou template ([#2324](https://github.com/Automattic/newspack-blocks/issues/2324)) ([c483abd](https://github.com/Automattic/newspack-blocks/commit/c483abdc471e844e75fd0732b8cc878b52e58100))
|
|
692
|
+
|
|
693
|
+
## [4.26.1](https://github.com/Automattic/newspack-blocks/compare/v4.26.0...v4.26.1) (2026-04-13)
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
### Bug Fixes
|
|
697
|
+
|
|
698
|
+
* **modal-checkout:** register NYP AJAX handler for logged-out users ([#2323](https://github.com/Automattic/newspack-blocks/issues/2323)) ([291223e](https://github.com/Automattic/newspack-blocks/commit/291223e5f52bf3af096a07466199d625bdd68e50))
|
|
699
|
+
* reinstate WP 7.0 enqueue_block_assets workaround ([#2319](https://github.com/Automattic/newspack-blocks/issues/2319)) ([4cff5a6](https://github.com/Automattic/newspack-blocks/commit/4cff5a625e5244e2c5b4f78e32328af956446af5))
|
|
700
|
+
* track seen blocks to prevent infinite recursion in cache checks ([#2327](https://github.com/Automattic/newspack-blocks/issues/2327)) ([9116fc0](https://github.com/Automattic/newspack-blocks/commit/9116fc0e1a9e6b4cf75cd30f3d6286f63a3d744c))
|
|
701
|
+
|
|
702
|
+
# [4.26.0](https://github.com/Automattic/newspack-blocks/compare/v4.25.4...v4.26.0) (2026-03-30)
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
### Bug Fixes
|
|
706
|
+
|
|
707
|
+
* **author-profile:** correct avatar-right mobile stacking order ([#2312](https://github.com/Automattic/newspack-blocks/issues/2312)) ([7bd89c2](https://github.com/Automattic/newspack-blocks/commit/7bd89c2d481b18f78c3b9f95f9445e7a3be724b1))
|
|
708
|
+
* **block-theme:** modal checkout for block theme ([#2311](https://github.com/Automattic/newspack-blocks/issues/2311)) ([eefa9ab](https://github.com/Automattic/newspack-blocks/commit/eefa9ab8f5c31ed020f7228857c8f47ace4740dd))
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
### Features
|
|
712
|
+
|
|
713
|
+
* add dedupe option to Carousel block ([#2309](https://github.com/Automattic/newspack-blocks/issues/2309)) ([18f625e](https://github.com/Automattic/newspack-blocks/commit/18f625e16dbfa0ff61e46f2fa3b2bb8effe62f44))
|
|
714
|
+
* **author-profile:** add block variations for layout selection ([#2302](https://github.com/Automattic/newspack-blocks/issues/2302)) ([1ba67ba](https://github.com/Automattic/newspack-blocks/commit/1ba67ba0bdfd8339c8209257e45c089edc48f3ae))
|
|
715
|
+
|
|
716
|
+
## [4.25.4](https://github.com/Automattic/newspack-blocks/compare/v4.25.3...v4.25.4) (2026-03-26)
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
### Bug Fixes
|
|
720
|
+
|
|
721
|
+
* **modal-checkout:** prevent empty error notices and fix padding ([#2322](https://github.com/Automattic/newspack-blocks/issues/2322)) ([0c9307d](https://github.com/Automattic/newspack-blocks/commit/0c9307db777f0e3343e0c1e2129f8ecd887c26ab))
|
|
722
|
+
|
|
723
|
+
## [4.25.3](https://github.com/Automattic/newspack-blocks/compare/v4.25.2...v4.25.3) (2026-03-23)
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
### Bug Fixes
|
|
727
|
+
|
|
728
|
+
* update payment gateway check to make more specific ([#2321](https://github.com/Automattic/newspack-blocks/issues/2321)) ([205ae60](https://github.com/Automattic/newspack-blocks/commit/205ae602a1cec474bddc287143fe548fa9035070))
|
|
729
|
+
|
|
730
|
+
## [4.25.2](https://github.com/Automattic/newspack-blocks/compare/v4.25.1...v4.25.2) (2026-03-17)
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
### Bug Fixes
|
|
734
|
+
|
|
735
|
+
* restore editing tools to Carousel block ([ee1354a](https://github.com/Automattic/newspack-blocks/commit/ee1354ae5f97475dc2afebfea05f6019599959dd))
|
|
736
|
+
|
|
737
|
+
## [4.25.1](https://github.com/Automattic/newspack-blocks/compare/v4.25.0...v4.25.1) (2026-03-17)
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
### Bug Fixes
|
|
741
|
+
|
|
742
|
+
* reinstate enqueue block editor assets for the blocks ([#2314](https://github.com/Automattic/newspack-blocks/issues/2314)) ([3695d09](https://github.com/Automattic/newspack-blocks/commit/3695d09465fe07d626da39b4d0a1eb454d21722b))
|
|
743
|
+
|
|
744
|
+
# [4.25.0](https://github.com/Automattic/newspack-blocks/compare/v4.24.1...v4.25.0) (2026-03-16)
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
### Bug Fixes
|
|
748
|
+
|
|
749
|
+
* iframe editor compatibility ([#2289](https://github.com/Automattic/newspack-blocks/issues/2289)) ([cdc0858](https://github.com/Automattic/newspack-blocks/commit/cdc085887f01c28ae1684dde07097951a21ae52e))
|
|
750
|
+
* remove styles config ([#2301](https://github.com/Automattic/newspack-blocks/issues/2301)) ([60eae46](https://github.com/Automattic/newspack-blocks/commit/60eae467b685cacd3f0d36ce62f93aaa934968ec))
|
|
751
|
+
* tweak the payment gateway to include enabled gateways not in get_available_payment_gateways() ([#2306](https://github.com/Automattic/newspack-blocks/issues/2306)) ([f82fe2d](https://github.com/Automattic/newspack-blocks/commit/f82fe2dfe1e20b59efb3a4016afcf9c7d860dc95))
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
### Features
|
|
755
|
+
|
|
756
|
+
* **author-profile:** add block theme compatibility ([#2286](https://github.com/Automattic/newspack-blocks/issues/2286)) ([d10fe2f](https://github.com/Automattic/newspack-blocks/commit/d10fe2fd525616ad77003afec9db0c901554d349))
|
|
757
|
+
* **author-profile:** allow spacer and separator blocks ([#2300](https://github.com/Automattic/newspack-blocks/issues/2300)) ([0b77d71](https://github.com/Automattic/newspack-blocks/commit/0b77d71292a8e0a2fe56981a39135d68177d828d))
|
|
758
|
+
|
|
759
|
+
## [4.24.1](https://github.com/Automattic/newspack-blocks/compare/v4.24.0...v4.24.1) (2026-03-02)
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
### Bug Fixes
|
|
763
|
+
|
|
764
|
+
* **modal-checkout:** reduce gap between text and chevron ([#2291](https://github.com/Automattic/newspack-blocks/issues/2291)) ([645b92e](https://github.com/Automattic/newspack-blocks/commit/645b92e5529492ad1f0eff65b294308296492bfd))
|
|
765
|
+
* **modal-checkout:** show transaction details for subscription renewals ([#2295](https://github.com/Automattic/newspack-blocks/issues/2295)) ([41268cb](https://github.com/Automattic/newspack-blocks/commit/41268cbd55dc55cbccd466cd78c38d6db871dd66))
|
|
766
|
+
|
|
767
|
+
# [4.24.0](https://github.com/Automattic/newspack-blocks/compare/v4.23.0...v4.24.0) (2026-02-02)
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
### Bug Fixes
|
|
771
|
+
|
|
772
|
+
* force alpha release ([7e6ace4](https://github.com/Automattic/newspack-blocks/commit/7e6ace4c8ae429c93556da173ef30a4c2f3cbd64))
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
### Features
|
|
776
|
+
|
|
777
|
+
* add prompt_title to the modal checkout data events ([#2271](https://github.com/Automattic/newspack-blocks/issues/2271)) ([238c7e9](https://github.com/Automattic/newspack-blocks/commit/238c7e931e7168ab3d0755ad73702746418d706a))
|
|
778
|
+
|
|
779
|
+
# [4.23.0](https://github.com/Automattic/newspack-blocks/compare/v4.22.0...v4.23.0) (2026-01-19)
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
### Features
|
|
783
|
+
|
|
784
|
+
* trigger release ([9124c04](https://github.com/Automattic/newspack-blocks/commit/9124c047c944f4bea016e5eae53060f86ff62a4a))
|
|
785
|
+
|
|
786
|
+
# [4.22.0](https://github.com/Automattic/newspack-blocks/compare/v4.21.0...v4.22.0) (2026-01-19)
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
### Features
|
|
790
|
+
|
|
791
|
+
* update release process ([aa1048c](https://github.com/Automattic/newspack-blocks/commit/aa1048c971048363932db8e4bb7c31e69d523651))
|
|
792
|
+
|
|
793
|
+
# [4.21.0](https://github.com/Automattic/newspack-blocks/compare/v4.20.1...v4.21.0) (2026-01-19)
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
### Bug Fixes
|
|
797
|
+
|
|
798
|
+
* add Link to express payment array ([#2266](https://github.com/Automattic/newspack-blocks/issues/2266)) ([fdd6fd5](https://github.com/Automattic/newspack-blocks/commit/fdd6fd540538062be4161cd4968be7a73ffccd23))
|
|
799
|
+
* add space to donate block label in editor ([#2270](https://github.com/Automattic/newspack-blocks/issues/2270)) ([d18cf42](https://github.com/Automattic/newspack-blocks/commit/d18cf4202a2ca484ac86a6e294da0654b5bd2e48))
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
### Features
|
|
803
|
+
|
|
804
|
+
* improve express checkout handling by surfacing errors ([#2273](https://github.com/Automattic/newspack-blocks/issues/2273)) ([1d98b9b](https://github.com/Automattic/newspack-blocks/commit/1d98b9b54dc5d200689674be2f185289ad93067a))
|
|
805
|
+
|
|
806
|
+
## [4.20.1](https://github.com/Automattic/newspack-blocks/compare/v4.20.0...v4.20.1) (2026-01-07)
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
### Bug Fixes
|
|
810
|
+
|
|
811
|
+
* increase log level required to log caching status ([3f6be67](https://github.com/Automattic/newspack-blocks/commit/3f6be670dfcbcdec3d9450c222cebe48448f5bb1))
|
|
812
|
+
|
|
813
|
+
# [4.20.0](https://github.com/Automattic/newspack-blocks/compare/v4.19.0...v4.20.0) (2026-01-05)
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
### Bug Fixes
|
|
817
|
+
|
|
818
|
+
* avoid redeclaration of global function ([#2264](https://github.com/Automattic/newspack-blocks/issues/2264)) ([3af1ea7](https://github.com/Automattic/newspack-blocks/commit/3af1ea720849058e4fea15aa4adb498c8aa564a0))
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
### Features
|
|
822
|
+
|
|
823
|
+
* supress carousel block from feeds ([#2263](https://github.com/Automattic/newspack-blocks/issues/2263)) ([d0c6ad1](https://github.com/Automattic/newspack-blocks/commit/d0c6ad1cacc0c6aebfaec584de598dcc9e91294d))
|
|
824
|
+
|
|
825
|
+
# [4.19.0](https://github.com/Automattic/newspack-blocks/compare/v4.18.0...v4.19.0) (2025-12-08)
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
### Bug Fixes
|
|
829
|
+
|
|
830
|
+
* add a max-width to the Content Carousel block ([#2253](https://github.com/Automattic/newspack-blocks/issues/2253)) ([b791a3a](https://github.com/Automattic/newspack-blocks/commit/b791a3a23f5050638760f083911403f5dfeab13d))
|
|
831
|
+
* handle checkout form inline errors and expired sessions ([#2255](https://github.com/Automattic/newspack-blocks/issues/2255)) ([9beb64e](https://github.com/Automattic/newspack-blocks/commit/9beb64e8be0296e9c039fb5e19b6c30628af90ff))
|
|
832
|
+
* linting issues ([#2254](https://github.com/Automattic/newspack-blocks/issues/2254)) ([776514b](https://github.com/Automattic/newspack-blocks/commit/776514bef7618d8043ef9f358b8383ef9555c9cc))
|
|
833
|
+
* **modal-checkout:** require change payment class ([#2257](https://github.com/Automattic/newspack-blocks/issues/2257)) ([4d606ef](https://github.com/Automattic/newspack-blocks/commit/4d606ef536ac91dc05433314b67ea055b52491a6))
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
### Features
|
|
837
|
+
|
|
838
|
+
* **donate-block:** default frequency for tiered layout ([#2248](https://github.com/Automattic/newspack-blocks/issues/2248)) ([df0e2f9](https://github.com/Automattic/newspack-blocks/commit/df0e2f9c9305ca1318b913ca9b19511ae572f429))
|
|
839
|
+
|
|
840
|
+
# [4.18.0](https://github.com/Automattic/newspack-blocks/compare/v4.17.6...v4.18.0) (2025-11-24)
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
### Bug Fixes
|
|
844
|
+
|
|
845
|
+
* linting issues ([#2254](https://github.com/Automattic/newspack-blocks/issues/2254)) ([ae580a3](https://github.com/Automattic/newspack-blocks/commit/ae580a3a5eb864c20e99c0fc692d19c2c3fec55f))
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
### Features
|
|
849
|
+
|
|
850
|
+
* **content-loop:** setting labels more generic ([#2246](https://github.com/Automattic/newspack-blocks/issues/2246)) ([9a635e9](https://github.com/Automattic/newspack-blocks/commit/9a635e9ffd86fd558365df1fec08d7943e08941c))
|
|
851
|
+
* **donate-block:** default frequency for tiered layout ([#2248](https://github.com/Automattic/newspack-blocks/issues/2248)) ([2d07c11](https://github.com/Automattic/newspack-blocks/commit/2d07c111cd678138ad09cec2b768fc7c98e1d35b))
|
|
852
|
+
* **modal-checkout:** processing payment screen ([#2247](https://github.com/Automattic/newspack-blocks/issues/2247)) ([8beea1e](https://github.com/Automattic/newspack-blocks/commit/8beea1e4fc67b150fc06b5a3b46c827a7d908f1c))
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
### Reverts
|
|
856
|
+
|
|
857
|
+
* Revert "fix: render modal checkout with filtered supported gateways ([#2240](https://github.com/Automattic/newspack-blocks/issues/2240))" ([#2243](https://github.com/Automattic/newspack-blocks/issues/2243)) ([200412b](https://github.com/Automattic/newspack-blocks/commit/200412bf969fc825090ffbe9b567886827e8eac4))
|
|
858
|
+
|
|
859
|
+
## [4.17.6](https://github.com/Automattic/newspack-blocks/compare/v4.17.5...v4.17.6) (2025-11-19)
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
### Bug Fixes
|
|
863
|
+
|
|
864
|
+
* don’t show trial info in modal checkout if not applicable ([#2245](https://github.com/Automattic/newspack-blocks/issues/2245)) ([26de0b9](https://github.com/Automattic/newspack-blocks/commit/26de0b9cf223dd3e5c5d4ee56ba6a8a915554baf))
|
|
865
|
+
|
|
866
|
+
## [4.17.5](https://github.com/Automattic/newspack-blocks/compare/v4.17.4...v4.17.5) (2025-11-18)
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
### Bug Fixes
|
|
870
|
+
|
|
871
|
+
* **modal-checkout:** check product type to get recurrence data ([#2259](https://github.com/Automattic/newspack-blocks/issues/2259)) ([0c2ed81](https://github.com/Automattic/newspack-blocks/commit/0c2ed81a0ec2f68ae1aff3eb98633ed52def3218))
|
|
872
|
+
|
|
873
|
+
## [4.17.4](https://github.com/Automattic/newspack-blocks/compare/v4.17.3...v4.17.4) (2025-11-13)
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
### Bug Fixes
|
|
877
|
+
|
|
878
|
+
* content gate metadata methods and params ([163e07f](https://github.com/Automattic/newspack-blocks/commit/163e07f56653b39eee68145659419d917606693d))
|
|
879
|
+
* content gate metadata methods and params ([#2249](https://github.com/Automattic/newspack-blocks/issues/2249)) ([fe6cc18](https://github.com/Automattic/newspack-blocks/commit/fe6cc18898349d978af8f0dd9d62b65ed92df652))
|
|
880
|
+
|
|
881
|
+
## [4.17.3](https://github.com/Automattic/newspack-blocks/compare/v4.17.2...v4.17.3) (2025-11-11)
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
### Bug Fixes
|
|
885
|
+
|
|
886
|
+
* content loop load more for custom taxs ([#2244](https://github.com/Automattic/newspack-blocks/issues/2244)) ([a2c5040](https://github.com/Automattic/newspack-blocks/commit/a2c5040cc27fc4a0adb6826505eda736edee5552))
|
|
887
|
+
|
|
888
|
+
## [4.17.2](https://github.com/Automattic/newspack-blocks/compare/v4.17.1...v4.17.2) (2025-11-03)
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
### Bug Fixes
|
|
892
|
+
|
|
893
|
+
* handle multiple responsive iframe blocks ([#2242](https://github.com/Automattic/newspack-blocks/issues/2242)) ([dc218ea](https://github.com/Automattic/newspack-blocks/commit/dc218ea08ecc5f134b5a1dd4e7d4d6a25a8d71e5))
|
|
894
|
+
|
|
895
|
+
## [4.17.1](https://github.com/Automattic/newspack-blocks/compare/v4.17.0...v4.17.1) (2025-11-03)
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
### Bug Fixes
|
|
899
|
+
|
|
900
|
+
* render modal checkout with filtered supported gateways ([#2240](https://github.com/Automattic/newspack-blocks/issues/2240)) ([ba74667](https://github.com/Automattic/newspack-blocks/commit/ba74667f28f674eb028dd1dc613e6b3c90206efa))
|
|
901
|
+
|
|
902
|
+
# [4.17.0](https://github.com/Automattic/newspack-blocks/compare/v4.16.1...v4.17.0) (2025-10-30)
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
### Bug Fixes
|
|
906
|
+
|
|
907
|
+
* correct RTL styles for the Content Loop ([#2215](https://github.com/Automattic/newspack-blocks/issues/2215)) ([a8e2f42](https://github.com/Automattic/newspack-blocks/commit/a8e2f42655c63dbea3a6a8cf3fd0c497ae038365))
|
|
908
|
+
* ga4 events for tiered modal ([#2218](https://github.com/Automattic/newspack-blocks/issues/2218)) ([a08981d](https://github.com/Automattic/newspack-blocks/commit/a08981dd7c7ea168825a12bddc74840493560d3e))
|
|
909
|
+
* handle invalid file errors when processing archive ([#2221](https://github.com/Automattic/newspack-blocks/issues/2221)) ([2ba3d26](https://github.com/Automattic/newspack-blocks/commit/2ba3d26fc2864f8f28705d26866deb136d32a7e8))
|
|
910
|
+
* **modal-checkout:** skip newsletter signup on subscription switch ([#2235](https://github.com/Automattic/newspack-blocks/issues/2235)) ([e6feccc](https://github.com/Automattic/newspack-blocks/commit/e6feccc5277dfdfcf909603e134a1f21d64fc938))
|
|
911
|
+
* **modal-checkout:** style improvements to single-gateway ([#2223](https://github.com/Automattic/newspack-blocks/issues/2223)) ([3c0014a](https://github.com/Automattic/newspack-blocks/commit/3c0014a463649545a3d5680c4ca16eca2c23de5e))
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
### Features
|
|
915
|
+
|
|
916
|
+
* add newspack-colors and newspack-icons packages ([#2222](https://github.com/Automattic/newspack-blocks/issues/2222)) ([f6bdf20](https://github.com/Automattic/newspack-blocks/commit/f6bdf20434f34e813b13856266372ad355f31f19))
|
|
917
|
+
|
|
918
|
+
## [4.16.1](https://github.com/Automattic/newspack-blocks/compare/v4.16.0...v4.16.1) (2025-10-27)
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
### Bug Fixes
|
|
922
|
+
|
|
923
|
+
* update subscriptions gifting method ([#2232](https://github.com/Automattic/newspack-blocks/issues/2232)) ([6b5e665](https://github.com/Automattic/newspack-blocks/commit/6b5e665c6797cb26228613fb7cdc96c8889455c5))
|
|
924
|
+
|
|
925
|
+
# [4.16.0](https://github.com/Automattic/newspack-blocks/compare/v4.15.4...v4.16.0) (2025-10-06)
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
### Bug Fixes
|
|
929
|
+
|
|
930
|
+
* **checkout-button:** editor's align center ([#2207](https://github.com/Automattic/newspack-blocks/issues/2207)) ([0279b3d](https://github.com/Automattic/newspack-blocks/commit/0279b3debf80c626d8b98008545ac88aa4f83808))
|
|
931
|
+
* clarify NRH dependency for Campaign ID sidebar attribute ([#2214](https://github.com/Automattic/newspack-blocks/issues/2214)) ([a25087c](https://github.com/Automattic/newspack-blocks/commit/a25087c7c85b32d06caeb80589627f2312046347))
|
|
932
|
+
* ga4 events for tiered modal ([#2218](https://github.com/Automattic/newspack-blocks/issues/2218)) ([74cf571](https://github.com/Automattic/newspack-blocks/commit/74cf571dbeb5e963f817f9f3cb02ecd117f9ab50))
|
|
933
|
+
* input hardening ([12a87f1](https://github.com/Automattic/newspack-blocks/commit/12a87f1b03c6c2f762aa9a65e8d14b0ae437953b))
|
|
934
|
+
* update download URL for db.php ([#2208](https://github.com/Automattic/newspack-blocks/issues/2208)) ([d334f82](https://github.com/Automattic/newspack-blocks/commit/d334f8275ade2c1a8b5d53d9ca44bb44db5d28e8))
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
### Features
|
|
938
|
+
|
|
939
|
+
* better error messages for limited products ([#2202](https://github.com/Automattic/newspack-blocks/issues/2202)) ([5572d62](https://github.com/Automattic/newspack-blocks/commit/5572d623d5cdfc04be9dc4f317d512797d248dfd))
|
|
940
|
+
* **checkout-button:** grouped product support ([#2201](https://github.com/Automattic/newspack-blocks/issues/2201)) ([f053be1](https://github.com/Automattic/newspack-blocks/commit/f053be1d730a99289f6f8b981e3604095033775c))
|
|
941
|
+
* **modal-checkout:** switch subscription support ([#2204](https://github.com/Automattic/newspack-blocks/issues/2204)) ([6906e23](https://github.com/Automattic/newspack-blocks/commit/6906e234dfa23e3ce0dcfd92cb337f63d1b239e1))
|
|
942
|
+
* replace buttongroup with togglegroupcontrol ([#2197](https://github.com/Automattic/newspack-blocks/issues/2197)) ([26920db](https://github.com/Automattic/newspack-blocks/commit/26920db7295d41eb62ce0835e1250576aab2e919))
|
|
943
|
+
* support for iframe auto-resizing ([541af11](https://github.com/Automattic/newspack-blocks/commit/541af116a128dc4fe43281fd717308349f5dfdf8))
|
|
944
|
+
|
|
945
|
+
## [4.15.4](https://github.com/Automattic/newspack-blocks/compare/v4.15.3...v4.15.4) (2025-10-01)
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
### Bug Fixes
|
|
949
|
+
|
|
950
|
+
* **iframe-block:** validate file extensions before allowing upload ([#2220](https://github.com/Automattic/newspack-blocks/issues/2220)) ([263e419](https://github.com/Automattic/newspack-blocks/commit/263e419b56814d3f848d6629a5442f54b1dad28d))
|
|
951
|
+
|
|
952
|
+
## [4.15.3](https://github.com/Automattic/newspack-blocks/compare/v4.15.2...v4.15.3) (2025-09-25)
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
### Bug Fixes
|
|
956
|
+
|
|
957
|
+
* **modal-checkout:** handling of tiered donation block ([#2216](https://github.com/Automattic/newspack-blocks/issues/2216)) ([5f74453](https://github.com/Automattic/newspack-blocks/commit/5f744533f6a1f14a8adc4fe1304f5912cb691905))
|
|
958
|
+
|
|
959
|
+
## [4.15.2](https://github.com/Automattic/newspack-blocks/compare/v4.15.1...v4.15.2) (2025-09-22)
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
### Bug Fixes
|
|
963
|
+
|
|
964
|
+
* **checkout-button:** editor width settings ([#2196](https://github.com/Automattic/newspack-blocks/issues/2196)) ([4862c37](https://github.com/Automattic/newspack-blocks/commit/4862c3796d0b5197c56f2ab004d83ac8bf919ea6))
|
|
965
|
+
* **donate:** modern style variation wrong border-radius ([#2195](https://github.com/Automattic/newspack-blocks/issues/2195)) ([b756404](https://github.com/Automattic/newspack-blocks/commit/b756404ce53e430583c30a79650ee611a5082720))
|
|
966
|
+
|
|
967
|
+
## [4.15.1](https://github.com/Automattic/newspack-blocks/compare/v4.15.0...v4.15.1) (2025-09-08)
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
### Bug Fixes
|
|
971
|
+
|
|
972
|
+
* **modal-checkout:** apply newspack-ui styles to subscription confirmation checkbox ([#2193](https://github.com/Automattic/newspack-blocks/issues/2193)) ([02f1e4e](https://github.com/Automattic/newspack-blocks/commit/02f1e4e2cbdd5788230d581582718fcbc7fc8b0c))
|
|
973
|
+
* **modal-checkout:** support stripe optimized checkout ([#2189](https://github.com/Automattic/newspack-blocks/issues/2189)) ([d42e8ca](https://github.com/Automattic/newspack-blocks/commit/d42e8caa7028a612e34543f41834b45d64b77413))
|
|
974
|
+
* show updated date if later than published ([6df3883](https://github.com/Automattic/newspack-blocks/commit/6df388375b0d5b7d58d3025233ee59730f2aa395))
|
|
975
|
+
|
|
976
|
+
# [4.15.0](https://github.com/Automattic/newspack-blocks/compare/v4.14.8...v4.15.0) (2025-08-25)
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
### Bug Fixes
|
|
980
|
+
|
|
981
|
+
* skip acct creation on verification request ([#2182](https://github.com/Automattic/newspack-blocks/issues/2182)) [trigger release] ([caec396](https://github.com/Automattic/newspack-blocks/commit/caec3965df53a97b603e289ec0e32eb2b0d46655))
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
### Features
|
|
985
|
+
|
|
986
|
+
* add hooks around the content loop's content ([#2187](https://github.com/Automattic/newspack-blocks/issues/2187)) ([a2c4c37](https://github.com/Automattic/newspack-blocks/commit/a2c4c37f69b8b02afe9c9a78c98a388b14c97fc3))
|
|
987
|
+
|
|
988
|
+
## [4.14.8](https://github.com/Automattic/newspack-blocks/compare/v4.14.7...v4.14.8) (2025-08-12)
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
### Bug Fixes
|
|
992
|
+
|
|
993
|
+
* **modal-checkout:** account for signup fee in price summary ([#2183](https://github.com/Automattic/newspack-blocks/issues/2183)) ([9ba0a6a](https://github.com/Automattic/newspack-blocks/commit/9ba0a6a84fd727e42bec3db2813b2530cab0dbfa))
|
|
994
|
+
|
|
995
|
+
## [4.14.7](https://github.com/Automattic/newspack-blocks/compare/v4.14.6...v4.14.7) (2025-08-12)
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
### Bug Fixes
|
|
999
|
+
|
|
1000
|
+
* **author-block:** classname application ([#2172](https://github.com/Automattic/newspack-blocks/issues/2172)) ([b689c66](https://github.com/Automattic/newspack-blocks/commit/b689c667d219199e5ae3a4d5a849eb7fb4334b07))
|
|
1001
|
+
* skip acct creation on verification request ([#2182](https://github.com/Automattic/newspack-blocks/issues/2182)) ([8aaef1d](https://github.com/Automattic/newspack-blocks/commit/8aaef1db423c8b1d9cbcc3f3f1a53220b0d82743))
|
|
1002
|
+
|
|
1003
|
+
## [4.14.6](https://github.com/Automattic/newspack-blocks/compare/v4.14.5...v4.14.6) (2025-07-28)
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
### Bug Fixes
|
|
1007
|
+
|
|
1008
|
+
* Fix/author list roles and exclusion ([#2166](https://github.com/Automattic/newspack-blocks/issues/2166)) ([f2dfe4d](https://github.com/Automattic/newspack-blocks/commit/f2dfe4d1297740d483e25ef680f4cf5735ba2a28))
|
|
1009
|
+
* remove current page deduplication from logic when deduplication is disabled ([#2169](https://github.com/Automattic/newspack-blocks/issues/2169)) ([4000d85](https://github.com/Automattic/newspack-blocks/commit/4000d858b6931137d883e06b2b6c1200a420dfa7))
|
|
1010
|
+
|
|
1011
|
+
## [4.14.5](https://github.com/Automattic/newspack-blocks/compare/v4.14.4...v4.14.5) (2025-07-14)
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
### Bug Fixes
|
|
1015
|
+
|
|
1016
|
+
* **modal-checkout:** price formatting with interval and trial handling ([#2153](https://github.com/Automattic/newspack-blocks/issues/2153)) ([6570cd4](https://github.com/Automattic/newspack-blocks/commit/6570cd46d07c9c030c9a5769a66ba646e2a21308))
|
|
1017
|
+
|
|
1018
|
+
## [4.14.4](https://github.com/Automattic/newspack-blocks/compare/v4.14.3...v4.14.4) (2025-07-14)
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
### Bug Fixes
|
|
1022
|
+
|
|
1023
|
+
* make sure RTL styles are loaded ([#2164](https://github.com/Automattic/newspack-blocks/issues/2164)) ([c4387f5](https://github.com/Automattic/newspack-blocks/commit/c4387f530c46c924d6181bab5962b59d0700ed6d))
|
|
1024
|
+
|
|
1025
|
+
## [4.14.3](https://github.com/Automattic/newspack-blocks/compare/v4.14.2...v4.14.3) (2025-07-08)
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
### Bug Fixes
|
|
1029
|
+
|
|
1030
|
+
* **modal-checkout:** return array when getting event handlers ([#2162](https://github.com/Automattic/newspack-blocks/issues/2162)) ([c9ba6ec](https://github.com/Automattic/newspack-blocks/commit/c9ba6ec285e2da43d1178451e9d80bba8044974a))
|
|
1031
|
+
|
|
1032
|
+
## [4.14.2](https://github.com/Automattic/newspack-blocks/compare/v4.14.1...v4.14.2) (2025-07-02)
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
### Bug Fixes
|
|
1036
|
+
|
|
1037
|
+
* revert payment gateway check changes from [#2135](https://github.com/Automattic/newspack-blocks/issues/2135) ([#2160](https://github.com/Automattic/newspack-blocks/issues/2160)) ([0bb9977](https://github.com/Automattic/newspack-blocks/commit/0bb9977a3b1328013b16f59f030faacb64fed9c8))
|
|
1038
|
+
|
|
1039
|
+
## [4.14.1](https://github.com/Automattic/newspack-blocks/compare/v4.14.0...v4.14.1) (2025-07-02)
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
### Bug Fixes
|
|
1043
|
+
|
|
1044
|
+
* update supported gateway check to improve accuracy ([#2135](https://github.com/Automattic/newspack-blocks/issues/2135)) ([bca370e](https://github.com/Automattic/newspack-blocks/commit/bca370e64ecf0003e4e83213e393a9389518fef4))
|
|
1045
|
+
|
|
1046
|
+
# [4.14.0](https://github.com/Automattic/newspack-blocks/compare/v4.13.1...v4.14.0) (2025-06-30)
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
### Bug Fixes
|
|
1050
|
+
|
|
1051
|
+
* **homepage-articles:** add styles outside of the block markup ([#2145](https://github.com/Automattic/newspack-blocks/issues/2145)) ([f16ea93](https://github.com/Automattic/newspack-blocks/commit/f16ea93855b33a6513ca018899e8afe89759f51e))
|
|
1052
|
+
* **modal-checkout:** better management of modal states ([#2146](https://github.com/Automattic/newspack-blocks/issues/2146)) ([30f3ccc](https://github.com/Automattic/newspack-blocks/commit/30f3ccc0238923c4333d8fb418e91f55b47b46e4))
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
### Features
|
|
1056
|
+
|
|
1057
|
+
* **modal-checkout:** change subscription payment method ([#2141](https://github.com/Automattic/newspack-blocks/issues/2141)) ([797223c](https://github.com/Automattic/newspack-blocks/commit/797223c58a25277a9aa3d66be3b2613c2ffb8866))
|
|
1058
|
+
|
|
1059
|
+
## [4.13.1](https://github.com/Automattic/newspack-blocks/compare/v4.13.0...v4.13.1) (2025-06-25)
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
### Bug Fixes
|
|
1063
|
+
|
|
1064
|
+
* **modal-checkout:** price summary recurrence ([#2152](https://github.com/Automattic/newspack-blocks/issues/2152)) ([35ebab2](https://github.com/Automattic/newspack-blocks/commit/35ebab2771bbb5682bd0a59d32b117942ffa3b50))
|
|
1065
|
+
|
|
1066
|
+
# [4.13.0](https://github.com/Automattic/newspack-blocks/compare/v4.12.3...v4.13.0) (2025-06-16)
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
### Bug Fixes
|
|
1070
|
+
|
|
1071
|
+
* donate block formatting ([#2133](https://github.com/Automattic/newspack-blocks/issues/2133)) ([f27cb76](https://github.com/Automattic/newspack-blocks/commit/f27cb761a800999e526e197f2b4c1b47895e20bc))
|
|
1072
|
+
* update stripe express checkout divider ([#2131](https://github.com/Automattic/newspack-blocks/issues/2131)) ([b907452](https://github.com/Automattic/newspack-blocks/commit/b907452a8b91cf162afabee9af9e3313a1e27223))
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
### Features
|
|
1076
|
+
|
|
1077
|
+
* **modal-checkout:** checkout from "My Account" dashboard ([#2121](https://github.com/Automattic/newspack-blocks/issues/2121)) ([0c5301b](https://github.com/Automattic/newspack-blocks/commit/0c5301b38e93b2c958dc04c8bba6302ec397dc17))
|
|
1078
|
+
|
|
1079
|
+
## [4.12.3](https://github.com/Automattic/newspack-blocks/compare/v4.12.2...v4.12.3) (2025-06-03)
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
### Bug Fixes
|
|
1083
|
+
|
|
1084
|
+
* **homepage-articles:** revert block inline style enqueue strategy ([#2139](https://github.com/Automattic/newspack-blocks/issues/2139)) ([290edd5](https://github.com/Automattic/newspack-blocks/commit/290edd51f246a797ec47a035fbad0aa5ae086d31))
|
|
1085
|
+
|
|
1086
|
+
## [4.12.2](https://github.com/Automattic/newspack-blocks/compare/v4.12.1...v4.12.2) (2025-06-02)
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
### Bug Fixes
|
|
1090
|
+
|
|
1091
|
+
* **homepage-articles:** add style to head ([#2123](https://github.com/Automattic/newspack-blocks/issues/2123)) ([9305927](https://github.com/Automattic/newspack-blocks/commit/9305927466817d7287d2e6a4f2f3dcf9d473f941))
|
|
1092
|
+
* the warning generated by get_term_classes because the get_the_terms might return null element ([#2115](https://github.com/Automattic/newspack-blocks/issues/2115)) ([04808de](https://github.com/Automattic/newspack-blocks/commit/04808de9aa37f810a74aa1335261422013b316e7))
|
|
1093
|
+
|
|
1094
|
+
## [4.12.1](https://github.com/Automattic/newspack-blocks/compare/v4.12.0...v4.12.1) (2025-05-29)
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
### Bug Fixes
|
|
1098
|
+
|
|
1099
|
+
* **checkout-button:** action hook for hidden fields ([#2134](https://github.com/Automattic/newspack-blocks/issues/2134)) ([c5ee4d4](https://github.com/Automattic/newspack-blocks/commit/c5ee4d4c7f2cf68abd97466b2dd570b77ec06365))
|
|
1100
|
+
|
|
1101
|
+
# [4.12.0](https://github.com/Automattic/newspack-blocks/compare/v4.11.0...v4.12.0) (2025-05-14)
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
### Bug Fixes
|
|
1105
|
+
|
|
1106
|
+
* adjust cache handling for feeds ([#2112](https://github.com/Automattic/newspack-blocks/issues/2112)) ([f880061](https://github.com/Automattic/newspack-blocks/commit/f8800618a7f61317f0a3e661a469d31982f6e49c))
|
|
1107
|
+
* update how we check for the express checkout in the is_modal check ([#2109](https://github.com/Automattic/newspack-blocks/issues/2109)) ([652daf7](https://github.com/Automattic/newspack-blocks/commit/652daf763301079c2ad8c99bf0db14d5ee9c2830))
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
### Features
|
|
1111
|
+
|
|
1112
|
+
* add body class depending on theme type ([#2101](https://github.com/Automattic/newspack-blocks/issues/2101)) ([efcda76](https://github.com/Automattic/newspack-blocks/commit/efcda76d08b589657a99fc48774991c4ecc2d458))
|
|
1113
|
+
* **content-loop:** support custom bylines ([#2105](https://github.com/Automattic/newspack-blocks/issues/2105)) ([6f70449](https://github.com/Automattic/newspack-blocks/commit/6f704494045e6950c49b2d9ccd11a2c07dd5c5b4))
|
|
1114
|
+
* **wcsg:** respect checkbox label option in WCSG settings ([#2053](https://github.com/Automattic/newspack-blocks/issues/2053)) ([58e40c5](https://github.com/Automattic/newspack-blocks/commit/58e40c5c61fe339987a13de28a910b7d9c39d395))
|
|
1115
|
+
|
|
1116
|
+
# [4.11.0](https://github.com/Automattic/newspack-blocks/compare/v4.10.2...v4.11.0) (2025-05-08)
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
### Features
|
|
1120
|
+
|
|
1121
|
+
* update styles for the Subscription Confirmation checkbox ([#2117](https://github.com/Automattic/newspack-blocks/issues/2117)) ([e61c430](https://github.com/Automattic/newspack-blocks/commit/e61c43045d4fcff282baac6c18b1c3d711c7cc46))
|
|
1122
|
+
|
|
1123
|
+
## [4.10.2](https://github.com/Automattic/newspack-blocks/compare/v4.10.1...v4.10.2) (2025-04-24)
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
### Bug Fixes
|
|
1127
|
+
|
|
1128
|
+
* add the timezone to the Content Loop datetime attribute ([#2113](https://github.com/Automattic/newspack-blocks/issues/2113)) ([6fbd004](https://github.com/Automattic/newspack-blocks/commit/6fbd0044bd7b5822d464bd569cc4941df5d81e19))
|
|
1129
|
+
|
|
1130
|
+
## [4.10.1](https://github.com/Automattic/newspack-blocks/compare/v4.10.0...v4.10.1) (2025-04-21)
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
### Bug Fixes
|
|
1134
|
+
|
|
1135
|
+
* **recaptcha:** move clone button code to Newspack\Recaptcha class ([#2111](https://github.com/Automattic/newspack-blocks/issues/2111)) ([a7bcdbd](https://github.com/Automattic/newspack-blocks/commit/a7bcdbd221b19fdbc4d565b0233d1b6de954c1b0))
|
|
1136
|
+
|
|
1137
|
+
# [4.10.0](https://github.com/Automattic/newspack-blocks/compare/v4.9.2...v4.10.0) (2025-04-14)
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
### Bug Fixes
|
|
1141
|
+
|
|
1142
|
+
* correct Content Loop button width in WP 6.8 ([#2090](https://github.com/Automattic/newspack-blocks/issues/2090)) ([c39a46c](https://github.com/Automattic/newspack-blocks/commit/c39a46c74a0aee7334c0d7bb824ba0b02f00d7f4))
|
|
1143
|
+
* remove unneeded editor-style-wrapper class ([#2089](https://github.com/Automattic/newspack-blocks/issues/2089)) ([e13ea9e](https://github.com/Automattic/newspack-blocks/commit/e13ea9ebecd68305f80a820c573e8ed805ad214c))
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
### Features
|
|
1147
|
+
|
|
1148
|
+
* **content-loop:** Allow for AND (inter-join) logic ([#2092](https://github.com/Automattic/newspack-blocks/issues/2092)) ([02053aa](https://github.com/Automattic/newspack-blocks/commit/02053aa2d9029cf5a4f91cff8612af38f849e77b))
|
|
1149
|
+
|
|
1150
|
+
## [4.9.2](https://github.com/Automattic/newspack-blocks/compare/v4.9.1...v4.9.2) (2025-04-10)
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
### Bug Fixes
|
|
1154
|
+
|
|
1155
|
+
* tweak button update functionality for Braintree ([#2104](https://github.com/Automattic/newspack-blocks/issues/2104)) ([0248e82](https://github.com/Automattic/newspack-blocks/commit/0248e82a6a5be4b9dbf9c37fdca706a9cc86cbd0))
|
|
1156
|
+
|
|
1157
|
+
## [4.9.1](https://github.com/Automattic/newspack-blocks/compare/v4.9.0...v4.9.1) (2025-04-02)
|
|
1158
|
+
|
|
1159
|
+
|
|
1160
|
+
### Bug Fixes
|
|
1161
|
+
|
|
1162
|
+
* **donate-block:** handle decimals in custom amount input, fixed ([8090da1](https://github.com/Automattic/newspack-blocks/commit/8090da1d99da9b1e576c7ca0057bb4fbd93e00e8))
|
|
1163
|
+
|
|
1164
|
+
# [4.9.0](https://github.com/Automattic/newspack-blocks/compare/v4.8.1...v4.9.0) (2025-03-31)
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
### Features
|
|
1168
|
+
|
|
1169
|
+
* trigger relase ([4be679e](https://github.com/Automattic/newspack-blocks/commit/4be679ebaf3aa6b7d0cf4917f52bcae1a8a71a5f))
|
|
1170
|
+
|
|
1171
|
+
## [4.8.1](https://github.com/Automattic/newspack-blocks/compare/v4.8.0...v4.8.1) (2025-03-31)
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
### Reverts
|
|
1175
|
+
|
|
1176
|
+
* Revert "fix(donate-block): handle decimals in custom amount input (#2074)" (#2094) ([bc4efc2](https://github.com/Automattic/newspack-blocks/commit/bc4efc2a4d6af25ae177ebd5902f69c42495df67)), closes [#2074](https://github.com/Automattic/newspack-blocks/issues/2074) [#2094](https://github.com/Automattic/newspack-blocks/issues/2094)
|
|
1177
|
+
|
|
1178
|
+
# [4.8.0](https://github.com/Automattic/newspack-blocks/compare/v4.7.1...v4.8.0) (2025-03-31)
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
### Bug Fixes
|
|
1182
|
+
|
|
1183
|
+
* **api:** avoid warning newspack blocks api accessing attachment images ([#2069](https://github.com/Automattic/newspack-blocks/issues/2069)) ([93ffebf](https://github.com/Automattic/newspack-blocks/commit/93ffebf19ae195aa23fd175635c16644d67a33bf))
|
|
1184
|
+
* better handle deleted terms ([#2076](https://github.com/Automattic/newspack-blocks/issues/2076)) ([7d7a639](https://github.com/Automattic/newspack-blocks/commit/7d7a6396e1e5e388c178e0ce58bcfa8962565075))
|
|
1185
|
+
* correct checkout button block width in WP 6.8 ([#2087](https://github.com/Automattic/newspack-blocks/issues/2087)) ([a9def73](https://github.com/Automattic/newspack-blocks/commit/a9def73c86aac2eb8c71b5e75890b2c09732c54b))
|
|
1186
|
+
* **donate-block:** handle decimals in custom amount input ([#2074](https://github.com/Automattic/newspack-blocks/issues/2074)) ([9db74fe](https://github.com/Automattic/newspack-blocks/commit/9db74fe6f703e104b5703065ce86ac17e1abad07))
|
|
1187
|
+
* make sure five column border layout works ([#2072](https://github.com/Automattic/newspack-blocks/issues/2072)) ([a1dbfbc](https://github.com/Automattic/newspack-blocks/commit/a1dbfbce9091072e64b763c9a13316a7d1bf8943))
|
|
1188
|
+
* **modal-checkout:** trigger REST API endpoint to refresh post-checko… ([#2080](https://github.com/Automattic/newspack-blocks/issues/2080)) ([e534446](https://github.com/Automattic/newspack-blocks/commit/e5344463fc07207e7406f7a4b9d0a7d4708a6359))
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
### Features
|
|
1192
|
+
|
|
1193
|
+
* information architecture ([#2083](https://github.com/Automattic/newspack-blocks/issues/2083)) ([2d75fd1](https://github.com/Automattic/newspack-blocks/commit/2d75fd165ea26b4e2f4febebfb7ee28cb9f749ea))
|
|
1194
|
+
|
|
1195
|
+
## [4.7.1](https://github.com/Automattic/newspack-blocks/compare/v4.7.0...v4.7.1) (2025-03-18)
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
### Bug Fixes
|
|
1199
|
+
|
|
1200
|
+
* **modal-checkout:** trigger REST API endpoint to refresh post-checko… ([#2080](https://github.com/Automattic/newspack-blocks/issues/2080)) ([8258e52](https://github.com/Automattic/newspack-blocks/commit/8258e52f31edff73ff9a676a34df7bf200cb98e5))
|
|
1201
|
+
* prevent php notice when filtering scripts ([77408f3](https://github.com/Automattic/newspack-blocks/commit/77408f36f654a74e390d4b8c88c5d110198239ae))
|
|
1202
|
+
* remove coming soon mode message from the modal checkout ([#2067](https://github.com/Automattic/newspack-blocks/issues/2067)) ([c27937d](https://github.com/Automattic/newspack-blocks/commit/c27937d6ec51a9f0235b9aeee6d8111d6efe1574))
|
|
1203
|
+
* remove OneSignal v2 from modal checkout ([#2061](https://github.com/Automattic/newspack-blocks/issues/2061)) ([9727e02](https://github.com/Automattic/newspack-blocks/commit/9727e0247eb5f3599cdf44eefbbe40fc3516d86f))
|
|
1204
|
+
|
|
1205
|
+
# [4.7.0](https://github.com/Automattic/newspack-blocks/compare/v4.6.1...v4.7.0) (2025-03-04)
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
### Bug Fixes
|
|
1209
|
+
|
|
1210
|
+
* **carousel:** avoid editor crash on empty ([#2058](https://github.com/Automattic/newspack-blocks/issues/2058)) ([c316801](https://github.com/Automattic/newspack-blocks/commit/c316801b54059dcac79fa463dc0df7a8e78bdc01))
|
|
1211
|
+
* **modal-checkout:** better iframe sizing ([#2052](https://github.com/Automattic/newspack-blocks/issues/2052)) ([aa308f2](https://github.com/Automattic/newspack-blocks/commit/aa308f2acd956e5f0e5282493f9b33e83ae8e391))
|
|
1212
|
+
* **recaptcha:** use clone of #place_order button to trigger checkout ([#2028](https://github.com/Automattic/newspack-blocks/issues/2028)) ([46eb8b5](https://github.com/Automattic/newspack-blocks/commit/46eb8b5b2a99e907eabbfab9cfed1fd4a44687da)), closes [#2030](https://github.com/Automattic/newspack-blocks/issues/2030) [#2030](https://github.com/Automattic/newspack-blocks/issues/2030)
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
### Features
|
|
1216
|
+
|
|
1217
|
+
* add styles to fix Braintree modal appearance ([#2036](https://github.com/Automattic/newspack-blocks/issues/2036)) ([9ab2c62](https://github.com/Automattic/newspack-blocks/commit/9ab2c62d705879cc6164fc179093d37e562dfbac))
|
|
1218
|
+
* add toggle for transaction details ([#2049](https://github.com/Automattic/newspack-blocks/issues/2049)) ([d254aca](https://github.com/Automattic/newspack-blocks/commit/d254aca605a6e90b6e6b4b586527376cda1f86f8))
|
|
1219
|
+
* **carousel:** rename block and reorganise settings ([#1962](https://github.com/Automattic/newspack-blocks/issues/1962)) ([9905717](https://github.com/Automattic/newspack-blocks/commit/9905717a90b660ff3136871aaf3f97a915a48f23))
|
|
1220
|
+
* update blocks with new brand ([#2050](https://github.com/Automattic/newspack-blocks/issues/2050)) ([2711302](https://github.com/Automattic/newspack-blocks/commit/27113027329484675efce2d009c4c59f56074ee3))
|
|
1221
|
+
|
|
1222
|
+
## [4.6.1](https://github.com/Automattic/newspack-blocks/compare/v4.6.0...v4.6.1) (2025-02-27)
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
### Bug Fixes
|
|
1226
|
+
|
|
1227
|
+
* restore non-API version of the editor styles ([#2062](https://github.com/Automattic/newspack-blocks/issues/2062)) ([b726d4b](https://github.com/Automattic/newspack-blocks/commit/b726d4b15dee9d3fae653bdd57246b219edd11e0))
|
|
1228
|
+
|
|
1229
|
+
# [4.6.0](https://github.com/Automattic/newspack-blocks/compare/v4.5.10...v4.6.0) (2025-02-17)
|
|
1230
|
+
|
|
1231
|
+
|
|
1232
|
+
### Bug Fixes
|
|
1233
|
+
|
|
1234
|
+
* enforce the password strength on checkout ([#2037](https://github.com/Automattic/newspack-blocks/issues/2037)) ([b9dcf03](https://github.com/Automattic/newspack-blocks/commit/b9dcf03e9d1ceefcb481eabb59f5837ad56788d4))
|
|
1235
|
+
* make sure membership gate refreshes after variation purchase ([#2044](https://github.com/Automattic/newspack-blocks/issues/2044)) ([1555b0f](https://github.com/Automattic/newspack-blocks/commit/1555b0ff5a65286bfbf0cc1f19a1eb6df2e9d97c))
|
|
1236
|
+
* remove OneSignal script from the modal checkout ([#2029](https://github.com/Automattic/newspack-blocks/issues/2029)) ([343ca5e](https://github.com/Automattic/newspack-blocks/commit/343ca5edf001acfd83a91b9726d5dd0687d749d5))
|
|
1237
|
+
* return no posts for authors without term ([#2033](https://github.com/Automattic/newspack-blocks/issues/2033)) ([e331139](https://github.com/Automattic/newspack-blocks/commit/e331139ea60fa1a784179e3261f36cd94630a67d))
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
### Features
|
|
1241
|
+
|
|
1242
|
+
* **homepage-articles:** rename block and reorganise settings ([#2000](https://github.com/Automattic/newspack-blocks/issues/2000)) ([841de19](https://github.com/Automattic/newspack-blocks/commit/841de1975232307640e730f32715dd5d223600a1))
|
|
1243
|
+
* rename all homepage posts patterns to content loop patterns ([#2046](https://github.com/Automattic/newspack-blocks/issues/2046)) ([9b6bdee](https://github.com/Automattic/newspack-blocks/commit/9b6bdeed4df250753963f7bbaeca5d85ed76193a))
|
|
1244
|
+
|
|
1245
|
+
## [4.5.10](https://github.com/Automattic/newspack-blocks/compare/v4.5.9...v4.5.10) (2025-02-04)
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
### Bug Fixes
|
|
1249
|
+
|
|
1250
|
+
* **modal-checkout:** check WC before enqueue the modal ([#2043](https://github.com/Automattic/newspack-blocks/issues/2043)) ([7a13d37](https://github.com/Automattic/newspack-blocks/commit/7a13d3799c70a926a30518e0a943170b0100394d))
|
|
1251
|
+
|
|
1252
|
+
## [4.5.9](https://github.com/Automattic/newspack-blocks/compare/v4.5.8...v4.5.9) (2025-02-03)
|
|
1253
|
+
|
|
1254
|
+
|
|
1255
|
+
### Bug Fixes
|
|
1256
|
+
|
|
1257
|
+
* add supported gateways check ([#2009](https://github.com/Automattic/newspack-blocks/issues/2009)) ([1462233](https://github.com/Automattic/newspack-blocks/commit/1462233821b4f41ef6b80f6929243dc1b805cdb1))
|
|
1258
|
+
* return no posts for authors without term ([#2033](https://github.com/Automattic/newspack-blocks/issues/2033)) ([3b72633](https://github.com/Automattic/newspack-blocks/commit/3b7263349707326bf988ff6a815cf92ffb061972))
|
|
1259
|
+
|
|
1260
|
+
## [4.5.8](https://github.com/Automattic/newspack-blocks/compare/v4.5.7...v4.5.8) (2025-02-03)
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
### Bug Fixes
|
|
1264
|
+
|
|
1265
|
+
* **checkout-button:** handle missing saved product ([#2038](https://github.com/Automattic/newspack-blocks/issues/2038)) ([b251f99](https://github.com/Automattic/newspack-blocks/commit/b251f999a2dd71a5c6aedfeb3bf9d03bef24e3f4))
|
|
1266
|
+
|
|
1267
|
+
## [4.5.7](https://github.com/Automattic/newspack-blocks/compare/v4.5.6...v4.5.7) (2025-01-31)
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
### Bug Fixes
|
|
1271
|
+
|
|
1272
|
+
* improve formatting of donation amount options ([#2032](https://github.com/Automattic/newspack-blocks/issues/2032)) ([a86472c](https://github.com/Automattic/newspack-blocks/commit/a86472c8068d873c31cb6bb37e08bcfd9d487be3))
|
|
1273
|
+
|
|
1274
|
+
## [4.5.6](https://github.com/Automattic/newspack-blocks/compare/v4.5.5...v4.5.6) (2025-01-23)
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
### Bug Fixes
|
|
1278
|
+
|
|
1279
|
+
* make sure fields after floated inputs clear floats in the modal checkout ([#2030](https://github.com/Automattic/newspack-blocks/issues/2030)) ([274b4d4](https://github.com/Automattic/newspack-blocks/commit/274b4d41aa63dc818a3da49a7fc8315dbdf08757))
|
|
1280
|
+
|
|
1281
|
+
## [4.5.5](https://github.com/Automattic/newspack-blocks/compare/v4.5.4...v4.5.5) (2025-01-20)
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
### Bug Fixes
|
|
1285
|
+
|
|
1286
|
+
* **modal-checkout:** force checkout registration option ([#2007](https://github.com/Automattic/newspack-blocks/issues/2007)) ([acad91c](https://github.com/Automattic/newspack-blocks/commit/acad91c18a3bef5be22387a09af0207f87df3023))
|
|
1287
|
+
* tweak modal iframe size ([#2006](https://github.com/Automattic/newspack-blocks/issues/2006)) ([fef66e1](https://github.com/Automattic/newspack-blocks/commit/fef66e1b34345cc0634741367bb2ae0879d8099c))
|
|
1288
|
+
|
|
1289
|
+
## [4.5.4](https://github.com/Automattic/newspack-blocks/compare/v4.5.3...v4.5.4) (2025-01-15)
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
### Bug Fixes
|
|
1293
|
+
|
|
1294
|
+
* make new debugging arg optional to avoid potential fatals ([#2022](https://github.com/Automattic/newspack-blocks/issues/2022)) ([54df06a](https://github.com/Automattic/newspack-blocks/commit/54df06a30d2221aa39a8eb2c8ca2705dd7b79b43))
|
|
1295
|
+
|
|
1296
|
+
## [4.5.3](https://github.com/Automattic/newspack-blocks/compare/v4.5.2...v4.5.3) (2025-01-14)
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
### Bug Fixes
|
|
1300
|
+
|
|
1301
|
+
* **recaptcha:** support reCAPTCHA v2 on form submit, not button click ([#2021](https://github.com/Automattic/newspack-blocks/issues/2021)) ([1e483a5](https://github.com/Automattic/newspack-blocks/commit/1e483a5412bbf38962700c09e4fa59fabc29f170))
|
|
1302
|
+
|
|
1303
|
+
## [4.5.2](https://github.com/Automattic/newspack-blocks/compare/v4.5.1...v4.5.2) (2024-12-16)
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
### Bug Fixes
|
|
1307
|
+
|
|
1308
|
+
* remove CAP compatibility mode ([414691d](https://github.com/Automattic/newspack-blocks/commit/414691d048a59a2c72ddcb1689289f07ab2102d8))
|
|
1309
|
+
* removed another unused constant ([298cf88](https://github.com/Automattic/newspack-blocks/commit/298cf884228522a6d93e328d10391f5d7cfbac88))
|
|
1310
|
+
* show x.com URLs and icons instead of Twitter in Author blocks ([036517b](https://github.com/Automattic/newspack-blocks/commit/036517b5a80342711f4dd571ae5de02c2d588c69))
|
|
1311
|
+
|
|
1312
|
+
## [4.5.1](https://github.com/Automattic/newspack-blocks/compare/v4.5.0...v4.5.1) (2024-12-09)
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
### Bug Fixes
|
|
1316
|
+
|
|
1317
|
+
* **modal-checkout:** remove any body outline ([#1994](https://github.com/Automattic/newspack-blocks/issues/1994)) ([75d5ad1](https://github.com/Automattic/newspack-blocks/commit/75d5ad1c651ab1218863b9443f02130d07ca3dae))
|
|
1318
|
+
|
|
1319
|
+
# [4.5.0](https://github.com/Automattic/newspack-blocks/compare/v4.4.0...v4.5.0) (2024-12-09)
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
### Bug Fixes
|
|
1323
|
+
|
|
1324
|
+
* also search for coauthor posts by term slug ([#1954](https://github.com/Automattic/newspack-blocks/issues/1954)) ([49357ff](https://github.com/Automattic/newspack-blocks/commit/49357ffa12bd2197d08379db0cd084f1cc5deb2a))
|
|
1325
|
+
* **modal-checkout:** allow all gateway assets ([#1988](https://github.com/Automattic/newspack-blocks/issues/1988)) ([e371e30](https://github.com/Automattic/newspack-blocks/commit/e371e309a41dd0239088e5fc8914093073f0e23a))
|
|
1326
|
+
* **modal-checkout:** handle paypal ([#1985](https://github.com/Automattic/newspack-blocks/issues/1985)) ([9bb2b8c](https://github.com/Automattic/newspack-blocks/commit/9bb2b8c9d82dbb9e5e110845c2a2f2d077aa7ee7))
|
|
1327
|
+
* **ras-acc:** correct spacing issue around saved credit cards ([#1980](https://github.com/Automattic/newspack-blocks/issues/1980)) ([52a5c57](https://github.com/Automattic/newspack-blocks/commit/52a5c57ffe037b3de9471c9a4587a2c62c917712))
|
|
1328
|
+
* **ras-acc:** fix display issues with Additional Fields ([#1979](https://github.com/Automattic/newspack-blocks/issues/1979)) ([b9390ef](https://github.com/Automattic/newspack-blocks/commit/b9390effc8096fc9faea48b49e90efdeabbe1513))
|
|
1329
|
+
* **ras-acc:** remove space caused by empty divs ([#1978](https://github.com/Automattic/newspack-blocks/issues/1978)) ([8cb6ead](https://github.com/Automattic/newspack-blocks/commit/8cb6ead13aaa86743bb83ba9afb859277394d1df))
|
|
1330
|
+
* remove reCaptcha for WooCommere code from modal checkout ([#1984](https://github.com/Automattic/newspack-blocks/issues/1984)) ([8e250eb](https://github.com/Automattic/newspack-blocks/commit/8e250eb8ef95ca960509beba9dcd6e7526aa9dc6))
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
### Features
|
|
1334
|
+
|
|
1335
|
+
* add Bluesky support to the Author Profile, List blocks ([#1969](https://github.com/Automattic/newspack-blocks/issues/1969)) ([d26a7e4](https://github.com/Automattic/newspack-blocks/commit/d26a7e4001e0645cba031143e2fbb18d4749def6))
|
|
1336
|
+
* add CSS class to variation buttons for tracking ([#1989](https://github.com/Automattic/newspack-blocks/issues/1989)) ([910e6b1](https://github.com/Automattic/newspack-blocks/commit/910e6b157fd6412b37c7b0ffb56589412a0058a2))
|
|
1337
|
+
* add support for Newspack Guest Contributor in HPP blocks ([#1934](https://github.com/Automattic/newspack-blocks/issues/1934)) ([c16849e](https://github.com/Automattic/newspack-blocks/commit/c16849e2cf62236b55a99fe63c72f68d727b3437))
|
|
1338
|
+
* merge RAS-ACC work into trunk ([#1977](https://github.com/Automattic/newspack-blocks/issues/1977)) ([2eeaa89](https://github.com/Automattic/newspack-blocks/commit/2eeaa8933cd4ac877389362aa0815e36d50bc729))
|
|
1339
|
+
|
|
1340
|
+
# [4.4.0](https://github.com/Automattic/newspack-blocks/compare/v4.3.7...v4.4.0) (2024-11-25)
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
### Bug Fixes
|
|
1344
|
+
|
|
1345
|
+
* revert "feat(homepage-articles): rename block and reorganise settings ([#1943](https://github.com/Automattic/newspack-blocks/issues/1943))" ([#1971](https://github.com/Automattic/newspack-blocks/issues/1971)) ([fb161b9](https://github.com/Automattic/newspack-blocks/commit/fb161b983b799c2cfa745e8714bbef883ee38b62))
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
### Features
|
|
1349
|
+
|
|
1350
|
+
* add Bluesky support to the Author Profile, List blocks ([#1969](https://github.com/Automattic/newspack-blocks/issues/1969)) ([f1c29ab](https://github.com/Automattic/newspack-blocks/commit/f1c29ab43a6800db284719ef42cbe3a542d8ed6a))
|
|
1351
|
+
* **donate-block:** hide buttons if only one frequency is available ([#1853](https://github.com/Automattic/newspack-blocks/issues/1853)) ([043591e](https://github.com/Automattic/newspack-blocks/commit/043591efef1278575fabeac1bc99000db7a63ed6))
|
|
1352
|
+
* **homepage-articles:** rename block and reorganise settings ([#1943](https://github.com/Automattic/newspack-blocks/issues/1943)) ([1af11a4](https://github.com/Automattic/newspack-blocks/commit/1af11a45742dd313c2cbe35c9af8da479c9cb569))
|
|
1353
|
+
|
|
1354
|
+
## [4.3.7](https://github.com/Automattic/newspack-blocks/compare/v4.3.6...v4.3.7) (2024-11-21)
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
### Bug Fixes
|
|
1358
|
+
|
|
1359
|
+
* do not invalidate tax queries ([#1968](https://github.com/Automattic/newspack-blocks/issues/1968)) ([a0c1915](https://github.com/Automattic/newspack-blocks/commit/a0c191561e3bd6f16135590e66e5d695f2c3b3d3))
|
|
1360
|
+
|
|
1361
|
+
## [4.3.6](https://github.com/Automattic/newspack-blocks/compare/v4.3.5...v4.3.6) (2024-11-18)
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
### Bug Fixes
|
|
1365
|
+
|
|
1366
|
+
* trigger release with HPP fix ([2c8c1e6](https://github.com/Automattic/newspack-blocks/commit/2c8c1e6030e6a2b0777ee2756bb2d7196f74fca9))
|
|
1367
|
+
|
|
1368
|
+
## [4.3.5](https://github.com/Automattic/newspack-blocks/compare/v4.3.4...v4.3.5) (2024-11-11)
|
|
1369
|
+
|
|
1370
|
+
|
|
1371
|
+
### Bug Fixes
|
|
1372
|
+
|
|
1373
|
+
* add check if product can be purchased ([#1916](https://github.com/Automattic/newspack-blocks/issues/1916)) ([cbe0cdb](https://github.com/Automattic/newspack-blocks/commit/cbe0cdb805354ae9dea6c0c35659d401198a30c2))
|
|
1374
|
+
* **modal-checkout:** disable Continue button until JS is loaded ([d616ca3](https://github.com/Automattic/newspack-blocks/commit/d616ca38503d3c425332d8724c03109c985e26d4))
|
|
1375
|
+
* revert check for is product purchaseable ([#1924](https://github.com/Automattic/newspack-blocks/issues/1924)) ([bcbe089](https://github.com/Automattic/newspack-blocks/commit/bcbe089711e4b7e8a9e88edddb245866b5e32bdb))
|
|
1376
|
+
* update block classes for the site editor ([#1920](https://github.com/Automattic/newspack-blocks/issues/1920)) ([26136e1](https://github.com/Automattic/newspack-blocks/commit/26136e11527cd196db7a81735f57f73512f66950))
|
|
1377
|
+
|
|
1378
|
+
## [4.3.4](https://github.com/Automattic/newspack-blocks/compare/v4.3.3...v4.3.4) (2024-10-30)
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
### Bug Fixes
|
|
1382
|
+
|
|
1383
|
+
* name branch correctly ([a6fffd6](https://github.com/Automattic/newspack-blocks/commit/a6fffd620945666bcb6e10427309ea9b94baecb9))
|
|
1384
|
+
|
|
1385
|
+
## [4.3.3](https://github.com/Automattic/newspack-blocks/compare/v4.3.2...v4.3.3) (2024-10-29)
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
### Bug Fixes
|
|
1389
|
+
|
|
1390
|
+
* remove expensive query before registering video playlist block ([#1930](https://github.com/Automattic/newspack-blocks/issues/1930)) ([9d967e0](https://github.com/Automattic/newspack-blocks/commit/9d967e0e415ca78018540c2c033c06fd2fe64fab))
|
|
1391
|
+
|
|
1392
|
+
## [4.3.2](https://github.com/Automattic/newspack-blocks/compare/v4.3.1...v4.3.2) (2024-10-29)
|
|
1393
|
+
|
|
1394
|
+
|
|
1395
|
+
### Bug Fixes
|
|
1396
|
+
|
|
1397
|
+
* dont cache blocks for staff ([2d30450](https://github.com/Automattic/newspack-blocks/commit/2d30450aa4047e92275e5d78c8ccb31ca96b345e))
|
|
1398
|
+
|
|
1399
|
+
## [4.3.1](https://github.com/Automattic/newspack-blocks/compare/v4.3.0...v4.3.1) (2024-10-28)
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
### Bug Fixes
|
|
1403
|
+
|
|
1404
|
+
* articles block fail to get all inner blocks ([#1878](https://github.com/Automattic/newspack-blocks/issues/1878)) ([c699724](https://github.com/Automattic/newspack-blocks/commit/c699724443ea916379c280fbc6208ecb9a3f5599))
|
|
1405
|
+
* deprecate video playlist block ([#1903](https://github.com/Automattic/newspack-blocks/issues/1903)) ([4876de6](https://github.com/Automattic/newspack-blocks/commit/4876de65f2ad2d689ba93507a7a8d041fcc030ba))
|
|
1406
|
+
* potential fatal with invalid attribute combo ([#1900](https://github.com/Automattic/newspack-blocks/issues/1900)) ([adf2e9d](https://github.com/Automattic/newspack-blocks/commit/adf2e9d82f90c8b9839f107bd2b4c249ff3045e8))
|
|
1407
|
+
* update block classes for the site editor ([#1920](https://github.com/Automattic/newspack-blocks/issues/1920)) ([1a07ad0](https://github.com/Automattic/newspack-blocks/commit/1a07ad0dd88b68122b76f5f86c80d52d842e3c20))
|
|
1408
|
+
|
|
1409
|
+
# [4.3.0](https://github.com/Automattic/newspack-blocks/compare/v4.2.4...v4.3.0) (2024-10-28)
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
### Features
|
|
1413
|
+
|
|
1414
|
+
* **hpb:** remove blocks caching feature flag ([1d749de](https://github.com/Automattic/newspack-blocks/commit/1d749dedae9c48c1a3a38c4c13dad77528c7ea4e))
|
|
1415
|
+
|
|
1416
|
+
## [4.2.4](https://github.com/Automattic/newspack-blocks/compare/v4.2.3...v4.2.4) (2024-10-28)
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
### Bug Fixes
|
|
1420
|
+
|
|
1421
|
+
* let "Cover fees" checkbox work with any payment method ([#1915](https://github.com/Automattic/newspack-blocks/issues/1915)) ([0a3da2e](https://github.com/Automattic/newspack-blocks/commit/0a3da2eb38a9cd69bcd2a3348954b1fa3f9c9f59))
|
|
1422
|
+
|
|
1423
|
+
## [4.2.3](https://github.com/Automattic/newspack-blocks/compare/v4.2.2...v4.2.3) (2024-10-22)
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
### Bug Fixes
|
|
1427
|
+
|
|
1428
|
+
* carousel style when caching ([afb7f57](https://github.com/Automattic/newspack-blocks/commit/afb7f57c5aa115d7bcc626c120d34a93a46dec6e))
|
|
1429
|
+
|
|
1430
|
+
## [4.2.2](https://github.com/Automattic/newspack-blocks/compare/v4.2.1...v4.2.2) (2024-10-11)
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
### Bug Fixes
|
|
1434
|
+
|
|
1435
|
+
* **block-caching:** only serve from cache if all blocks are cached ([#1899](https://github.com/Automattic/newspack-blocks/issues/1899)) ([fb64d0c](https://github.com/Automattic/newspack-blocks/commit/fb64d0ca4ffc2f16870bcc51db83f090054a5d26))
|
|
1436
|
+
|
|
1437
|
+
## [4.2.1](https://github.com/Automattic/newspack-blocks/compare/v4.2.0...v4.2.1) (2024-10-09)
|
|
1438
|
+
|
|
1439
|
+
|
|
1440
|
+
### Bug Fixes
|
|
1441
|
+
|
|
1442
|
+
* re-add block caching ([937ca53](https://github.com/Automattic/newspack-blocks/commit/937ca530fa46e3e404425eb0b8e1e40dea672a69))
|
|
1443
|
+
|
|
1444
|
+
# [4.2.0](https://github.com/Automattic/newspack-blocks/compare/v4.1.2...v4.2.0) (2024-10-08)
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
### Bug Fixes
|
|
1448
|
+
|
|
1449
|
+
* we know how long the cache is ([ec5083d](https://github.com/Automattic/newspack-blocks/commit/ec5083d233a2c2b534efd08b669d2274e8f3b570))
|
|
1450
|
+
|
|
1451
|
+
|
|
1452
|
+
### Features
|
|
1453
|
+
|
|
1454
|
+
* block caching ([62ba143](https://github.com/Automattic/newspack-blocks/commit/62ba1439e420420cca940fab9c863d58fc2d0b70))
|
|
1455
|
+
* **homepage-posts:** add a show-full-content attribute ([#1886](https://github.com/Automattic/newspack-blocks/issues/1886)) ([09619a9](https://github.com/Automattic/newspack-blocks/commit/09619a992d46b332e1b6358e7021cc5d4ce90d3b))
|
|
1456
|
+
* **homepage-posts:** infinite scroll ([#1845](https://github.com/Automattic/newspack-blocks/issues/1845)) ([f5f1c20](https://github.com/Automattic/newspack-blocks/commit/f5f1c20c9033b9de116c96f1579417fe52060631))
|
|
1457
|
+
|
|
1458
|
+
## [4.1.2](https://github.com/Automattic/newspack-blocks/compare/v4.1.1...v4.1.2) (2024-09-17)
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
### Bug Fixes
|
|
1462
|
+
|
|
1463
|
+
* **modal-checkout:** tweak HTML to satisfy Woo Payments field validation ([#1883](https://github.com/Automattic/newspack-blocks/issues/1883)) ([16b5e9d](https://github.com/Automattic/newspack-blocks/commit/16b5e9db840d7dfccd064776285221c66d92e7f2))
|
|
1464
|
+
|
|
1465
|
+
## [4.1.1](https://github.com/Automattic/newspack-blocks/compare/v4.1.0...v4.1.1) (2024-09-16)
|
|
1466
|
+
|
|
1467
|
+
|
|
1468
|
+
### Bug Fixes
|
|
1469
|
+
|
|
1470
|
+
* support new is_my_account() method from main plugin ([#1869](https://github.com/Automattic/newspack-blocks/issues/1869)) ([b9a3aba](https://github.com/Automattic/newspack-blocks/commit/b9a3aba064073f97bca5e08dd96ff450fe287faf))
|
|
1471
|
+
|
|
1472
|
+
# [4.1.0](https://github.com/Automattic/newspack-blocks/compare/v4.0.1...v4.1.0) (2024-08-26)
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
### Bug Fixes
|
|
1476
|
+
|
|
1477
|
+
* **homepage-posts:** honor allowing duplicates in load-more ([5ccecbd](https://github.com/Automattic/newspack-blocks/commit/5ccecbd86129e870a183dcb4fe65c18e412a1f48))
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
### Features
|
|
1481
|
+
|
|
1482
|
+
* consolidate data flows ([#1836](https://github.com/Automattic/newspack-blocks/issues/1836)) ([ee35511](https://github.com/Automattic/newspack-blocks/commit/ee355117b7c7ba9bee32cfd0e5402cc928559c75)), closes [#1804](https://github.com/Automattic/newspack-blocks/issues/1804) [#1827](https://github.com/Automattic/newspack-blocks/issues/1827)
|
|
1483
|
+
|
|
1484
|
+
## [4.0.1](https://github.com/Automattic/newspack-blocks/compare/v4.0.0...v4.0.1) (2024-08-21)
|
|
1485
|
+
|
|
1486
|
+
|
|
1487
|
+
### Bug Fixes
|
|
1488
|
+
|
|
1489
|
+
* **homepage-posts:** exclude current post only on posts and pages ([3259da8](https://github.com/Automattic/newspack-blocks/commit/3259da85cba03818b3f94901a1c74d85279c443e))
|
|
1490
|
+
|
|
1491
|
+
# [4.0.0](https://github.com/Automattic/newspack-blocks/compare/v3.6.1...v4.0.0) (2024-08-13)
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
### Bug Fixes
|
|
1495
|
+
|
|
1496
|
+
* update dependencies to support `@wordpress/scripts` ([#1774](https://github.com/Automattic/newspack-blocks/issues/1774)) ([fb239f5](https://github.com/Automattic/newspack-blocks/commit/fb239f5684f1693da4d5f0d2c6544cf75ea9c141))
|
|
1497
|
+
|
|
1498
|
+
|
|
1499
|
+
### BREAKING CHANGES
|
|
1500
|
+
|
|
1501
|
+
* Updates dependencies for compatibility with WordPress 6.6.*, but breaks JS in WordPress 6.5.* and below. If you need support for WP 6.5.*, please do not upgrade to this new major version.
|
|
1502
|
+
|
|
1503
|
+
* chore: refactor for dependency updates in newspack-scripts
|
|
1504
|
+
|
|
1505
|
+
* chore: proxy stylelint from newspack-scripts
|
|
1506
|
+
|
|
1507
|
+
* refactor: use proxy script for eslint and stylelint scripts
|
|
1508
|
+
|
|
1509
|
+
* fix: peer dependency conflicct
|
|
1510
|
+
|
|
1511
|
+
* fix: peer dependency conflicts
|
|
1512
|
+
|
|
1513
|
+
* fix: config conflicts
|
|
1514
|
+
|
|
1515
|
+
* fix: remove proxy scripts
|
|
1516
|
+
|
|
1517
|
+
* chore: test commitlint script
|
|
1518
|
+
|
|
1519
|
+
* fix: make everything work good
|
|
1520
|
+
|
|
1521
|
+
* fix: stylelint scripts
|
|
1522
|
+
|
|
1523
|
+
* fix: start command
|
|
1524
|
+
|
|
1525
|
+
* chore: update newspack-scripts to v5.6.0-alpha.3
|
|
1526
|
+
|
|
1527
|
+
* chore: remove ajv dependency
|
|
1528
|
+
|
|
1529
|
+
* chore: clear TS errors
|
|
1530
|
+
|
|
1531
|
+
* fix: reformat scss
|
|
1532
|
+
|
|
1533
|
+
* chore: update newspack-scripts to v5.6.0-alpha.4
|
|
1534
|
+
|
|
1535
|
+
* fix: add missing Prettier config files
|
|
1536
|
+
|
|
1537
|
+
* chore: update newspack-scripts to 5.6.0-alpha.5
|
|
1538
|
+
|
|
1539
|
+
* chore: update newspack-scripts to v5.6.0-alpha.7
|
|
1540
|
+
|
|
1541
|
+
* fix: add fix:js script; temporarily remove format:js
|
|
1542
|
+
|
|
1543
|
+
* chore: update newspack-scripts to v5.6.0-alpha.8
|
|
1544
|
+
|
|
1545
|
+
* fix: composer.lock
|
|
1546
|
+
|
|
1547
|
+
* chore: restore format:js script
|
|
1548
|
+
|
|
1549
|
+
* chore: add NPM scripts for PHP
|
|
1550
|
+
|
|
1551
|
+
* chore: fixes for PHPCS errors
|
|
1552
|
+
|
|
1553
|
+
* chore: update newspack-components to v3.0.0
|
|
1554
|
+
|
|
1555
|
+
* chore: bump newspack-scripts to v5.5.2
|
|
1556
|
+
|
|
1557
|
+
## [3.6.1](https://github.com/Automattic/newspack-blocks/compare/v3.6.0...v3.6.1) (2024-08-12)
|
|
1558
|
+
|
|
1559
|
+
|
|
1560
|
+
### Bug Fixes
|
|
1561
|
+
|
|
1562
|
+
* **wc-subs-limiting:** handle not-logged-in user ([#1816](https://github.com/Automattic/newspack-blocks/issues/1816)) ([d85a818](https://github.com/Automattic/newspack-blocks/commit/d85a8188515cf1e90256b7ecb2b3dbdb5e83ec10))
|
|
1563
|
+
|
|
1564
|
+
# [3.6.0](https://github.com/Automattic/newspack-blocks/compare/v3.5.0...v3.6.0) (2024-07-30)
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
### Features
|
|
1568
|
+
|
|
1569
|
+
* **donate:** update modern style tiered ([#1790](https://github.com/Automattic/newspack-blocks/issues/1790)) ([54c5159](https://github.com/Automattic/newspack-blocks/commit/54c5159bf0385c58779a00ad87663af229b10ed1))
|
|
1570
|
+
|
|
1571
|
+
# [3.5.0](https://github.com/Automattic/newspack-blocks/compare/v3.4.1...v3.5.0) (2024-07-15)
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
### Bug Fixes
|
|
1575
|
+
|
|
1576
|
+
* remove references to reCAPTCHA v3 (because we now support v2 too) ([#1744](https://github.com/Automattic/newspack-blocks/issues/1744)) ([b7fb752](https://github.com/Automattic/newspack-blocks/commit/b7fb752c4f5e903485939ccf025d0a7270c1e157))
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
### Features
|
|
1580
|
+
|
|
1581
|
+
* **checkout-button:** add wp-block-button to the wrapperclasses ([#1777](https://github.com/Automattic/newspack-blocks/issues/1777)) ([88bc28c](https://github.com/Automattic/newspack-blocks/commit/88bc28c70a3d214d38e05e50df403e0ac48dbf83))
|
|
1582
|
+
|
|
1583
|
+
## [3.4.1](https://github.com/Automattic/newspack-blocks/compare/v3.4.0...v3.4.1) (2024-07-11)
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
### Bug Fixes
|
|
1587
|
+
|
|
1588
|
+
* account for patterns when rendering hpp in editor ([#1794](https://github.com/Automattic/newspack-blocks/issues/1794)) ([17556c2](https://github.com/Automattic/newspack-blocks/commit/17556c2cb4eeb718aecbbd7258a986dac06df5ef))
|
|
1589
|
+
|
|
1590
|
+
# [3.4.0](https://github.com/Automattic/newspack-blocks/compare/v3.3.0...v3.4.0) (2024-07-01)
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
### Bug Fixes
|
|
1594
|
+
|
|
1595
|
+
* **block-styles:** columns shouldn't enforce gap for block themes ([#1770](https://github.com/Automattic/newspack-blocks/issues/1770)) ([05d4cc9](https://github.com/Automattic/newspack-blocks/commit/05d4cc9d08affbf9f8f15742a78c4109302f384a))
|
|
1596
|
+
* **block-styles:** make sure columns style targets direct children ([#1769](https://github.com/Automattic/newspack-blocks/issues/1769)) ([0eebe14](https://github.com/Automattic/newspack-blocks/commit/0eebe14d204480444ad81dd3acf7f5fd69361b30))
|
|
1597
|
+
* update newspack-scripts to v5.5.1 ([2a59c56](https://github.com/Automattic/newspack-blocks/commit/2a59c561b56ba7c032be1039f114746d9be67ec8))
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
### Features
|
|
1601
|
+
|
|
1602
|
+
* **donate:** add setting to change the style of tiered donations (grid or list) ([#1755](https://github.com/Automattic/newspack-blocks/issues/1755)) ([ce04cea](https://github.com/Automattic/newspack-blocks/commit/ce04ceab1e21a19d5be25d91abef06c87c2173c7))
|
|
1603
|
+
* ensure regenerator-runtime is available (for WP 6.6) ([#1778](https://github.com/Automattic/newspack-blocks/issues/1778)) ([42236d7](https://github.com/Automattic/newspack-blocks/commit/42236d7366bfd1ba97fa441c462a0e033efa69ad))
|
|
1604
|
+
|
|
1605
|
+
# [3.3.0](https://github.com/Automattic/newspack-blocks/compare/v3.2.0...v3.3.0) (2024-06-12)
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
### Features
|
|
1609
|
+
|
|
1610
|
+
* improve subscribe patterns and use new style variation ([#1745](https://github.com/Automattic/newspack-blocks/issues/1745)) ([c55e830](https://github.com/Automattic/newspack-blocks/commit/c55e830d5de41647049c09b4228aa4f9dcd96eea))
|
|
1611
|
+
* update donations patterns to match subscription pattern; add squeeze pattern ([#1752](https://github.com/Automattic/newspack-blocks/issues/1752)) ([818d89d](https://github.com/Automattic/newspack-blocks/commit/818d89d1f1cc1da2a4fc65178d2f02512ce791ee))
|
|
1612
|
+
|
|
1613
|
+
# [3.2.0](https://github.com/Automattic/newspack-blocks/compare/v3.1.0...v3.2.0) (2024-05-28)
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
### Bug Fixes
|
|
1617
|
+
|
|
1618
|
+
* **donate-block:** fix typo in textdomain and color variables ([#1738](https://github.com/Automattic/newspack-blocks/issues/1738)) ([7f7de88](https://github.com/Automattic/newspack-blocks/commit/7f7de8847f254c4f55b875b6476ff0334fdeba11))
|
|
1619
|
+
* modal checkout continue button ([#1733](https://github.com/Automattic/newspack-blocks/issues/1733)) ([c672d4a](https://github.com/Automattic/newspack-blocks/commit/c672d4a26547f7948799c86b1ab7569bf31c40f2))
|
|
1620
|
+
* respect subscriptions limiter, and handle cart errors in modal ([#1728](https://github.com/Automattic/newspack-blocks/issues/1728)) ([8a828fa](https://github.com/Automattic/newspack-blocks/commit/8a828fae726757c748ff97562c1a4fb6e8536e0c))
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
### Features
|
|
1624
|
+
|
|
1625
|
+
* **donate:** add new "Modern" style variation ([#1734](https://github.com/Automattic/newspack-blocks/issues/1734)) ([b83d840](https://github.com/Automattic/newspack-blocks/commit/b83d8400957c179c2c228bc8c1ea87deb047c2aa))
|
|
1626
|
+
* update donations patterns and add new one ([#1731](https://github.com/Automattic/newspack-blocks/issues/1731)) ([607c93a](https://github.com/Automattic/newspack-blocks/commit/607c93ad5a207615eb79e9ff4871b2542caaed0b))
|
|
1627
|
+
|
|
1628
|
+
# [3.2.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v3.1.0...v3.2.0-alpha.1) (2024-05-20)
|
|
1629
|
+
|
|
1630
|
+
|
|
1631
|
+
### Bug Fixes
|
|
1632
|
+
|
|
1633
|
+
* **donate-block:** fix typo in textdomain and color variables ([#1738](https://github.com/Automattic/newspack-blocks/issues/1738)) ([7f7de88](https://github.com/Automattic/newspack-blocks/commit/7f7de8847f254c4f55b875b6476ff0334fdeba11))
|
|
1634
|
+
* modal checkout continue button ([#1733](https://github.com/Automattic/newspack-blocks/issues/1733)) ([c672d4a](https://github.com/Automattic/newspack-blocks/commit/c672d4a26547f7948799c86b1ab7569bf31c40f2))
|
|
1635
|
+
* respect subscriptions limiter, and handle cart errors in modal ([#1728](https://github.com/Automattic/newspack-blocks/issues/1728)) ([8a828fa](https://github.com/Automattic/newspack-blocks/commit/8a828fae726757c748ff97562c1a4fb6e8536e0c))
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
### Features
|
|
1639
|
+
|
|
1640
|
+
* **donate:** add new "Modern" style variation ([#1734](https://github.com/Automattic/newspack-blocks/issues/1734)) ([b83d840](https://github.com/Automattic/newspack-blocks/commit/b83d8400957c179c2c228bc8c1ea87deb047c2aa))
|
|
1641
|
+
* update donations patterns and add new one ([#1731](https://github.com/Automattic/newspack-blocks/issues/1731)) ([607c93a](https://github.com/Automattic/newspack-blocks/commit/607c93ad5a207615eb79e9ff4871b2542caaed0b))
|
|
1642
|
+
|
|
1643
|
+
# [3.1.0](https://github.com/Automattic/newspack-blocks/compare/v3.0.11...v3.1.0) (2024-05-15)
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
### Bug Fixes
|
|
1647
|
+
|
|
1648
|
+
* **homepage-articles:** author URL ([#1710](https://github.com/Automattic/newspack-blocks/issues/1710)) ([2f80876](https://github.com/Automattic/newspack-blocks/commit/2f80876dbdf1a380789b5c8110fca7f28ef3685f))
|
|
1649
|
+
* **iframe-block:** prevent fatal error on blocks without attributes ([#1708](https://github.com/Automattic/newspack-blocks/issues/1708)) ([4077ee8](https://github.com/Automattic/newspack-blocks/commit/4077ee8d83716cfb66448efa51f4e9904bbc034a))
|
|
1650
|
+
* make sure font scale 5 previews in editor ([#1706](https://github.com/Automattic/newspack-blocks/issues/1706)) ([43bda7c](https://github.com/Automattic/newspack-blocks/commit/43bda7c42e8bd683cbd66f6de6930d4cd6ee9fb9))
|
|
1651
|
+
|
|
1652
|
+
|
|
1653
|
+
### Features
|
|
1654
|
+
|
|
1655
|
+
* homepage articles update loading animation ([#1709](https://github.com/Automattic/newspack-blocks/issues/1709)) ([d2ca12e](https://github.com/Automattic/newspack-blocks/commit/d2ca12e366755a129b57e6ee6739f6db37f3691b))
|
|
1656
|
+
|
|
1657
|
+
# [3.1.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v3.0.10...v3.1.0-alpha.1) (2024-04-25)
|
|
1658
|
+
|
|
1659
|
+
|
|
1660
|
+
### Bug Fixes
|
|
1661
|
+
|
|
1662
|
+
* **homepage-articles:** author URL ([#1710](https://github.com/Automattic/newspack-blocks/issues/1710)) ([2f80876](https://github.com/Automattic/newspack-blocks/commit/2f80876dbdf1a380789b5c8110fca7f28ef3685f))
|
|
1663
|
+
* **iframe-block:** prevent fatal error on blocks without attributes ([#1708](https://github.com/Automattic/newspack-blocks/issues/1708)) ([4077ee8](https://github.com/Automattic/newspack-blocks/commit/4077ee8d83716cfb66448efa51f4e9904bbc034a))
|
|
1664
|
+
* make sure font scale 5 previews in editor ([#1706](https://github.com/Automattic/newspack-blocks/issues/1706)) ([43bda7c](https://github.com/Automattic/newspack-blocks/commit/43bda7c42e8bd683cbd66f6de6930d4cd6ee9fb9))
|
|
1665
|
+
|
|
1666
|
+
|
|
1667
|
+
### Features
|
|
1668
|
+
|
|
1669
|
+
* homepage articles update loading animation ([#1709](https://github.com/Automattic/newspack-blocks/issues/1709)) ([d2ca12e](https://github.com/Automattic/newspack-blocks/commit/d2ca12e366755a129b57e6ee6739f6db37f3691b))
|
|
1670
|
+
|
|
1671
|
+
## [3.0.10](https://github.com/Automattic/newspack-blocks/compare/v3.0.9...v3.0.10) (2024-04-24)
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
### Bug Fixes
|
|
1675
|
+
|
|
1676
|
+
* make sure image scale CSS class is applied in editor ([#1717](https://github.com/Automattic/newspack-blocks/issues/1717)) ([1f5c3e2](https://github.com/Automattic/newspack-blocks/commit/1f5c3e263a3aae1149dd200e88399595b75379fe))
|
|
1677
|
+
|
|
1678
|
+
## [3.0.9](https://github.com/Automattic/newspack-blocks/compare/v3.0.8...v3.0.9) (2024-04-24)
|
|
1679
|
+
|
|
1680
|
+
|
|
1681
|
+
### Bug Fixes
|
|
1682
|
+
|
|
1683
|
+
* assorted hotfixes ([eb9b6e5](https://github.com/Automattic/newspack-blocks/commit/eb9b6e5f13ecd055113baa2c53620775f930b2da))
|
|
1684
|
+
|
|
1685
|
+
## [3.0.8](https://github.com/Automattic/newspack-blocks/compare/v3.0.7...v3.0.8) (2024-04-19)
|
|
1686
|
+
|
|
1687
|
+
|
|
1688
|
+
### Bug Fixes
|
|
1689
|
+
|
|
1690
|
+
* fix wrapping issue happening in Firefox ([#1712](https://github.com/Automattic/newspack-blocks/issues/1712)) ([82c676e](https://github.com/Automattic/newspack-blocks/commit/82c676e62f6832d5ca38c8b149377c45701ffb86))
|
|
1691
|
+
|
|
1692
|
+
## [3.0.7](https://github.com/Automattic/newspack-blocks/compare/v3.0.6...v3.0.7) (2024-04-08)
|
|
1693
|
+
|
|
1694
|
+
|
|
1695
|
+
### Bug Fixes
|
|
1696
|
+
|
|
1697
|
+
* add encoding to all attributes in rest URL ([#1690](https://github.com/Automattic/newspack-blocks/issues/1690)) ([e0f74d7](https://github.com/Automattic/newspack-blocks/commit/e0f74d7a6318a34d21a05b16937975f1b61f0664))
|
|
1698
|
+
|
|
1699
|
+
## [3.0.7-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v3.0.6...v3.0.7-alpha.1) (2024-03-28)
|
|
1700
|
+
|
|
1701
|
+
|
|
1702
|
+
### Bug Fixes
|
|
1703
|
+
|
|
1704
|
+
* add encoding to all attributes in rest URL ([#1690](https://github.com/Automattic/newspack-blocks/issues/1690)) ([e0f74d7](https://github.com/Automattic/newspack-blocks/commit/e0f74d7a6318a34d21a05b16937975f1b61f0664))
|
|
1705
|
+
|
|
1706
|
+
## [3.0.6](https://github.com/Automattic/newspack-blocks/compare/v3.0.5...v3.0.6) (2024-03-28)
|
|
1707
|
+
|
|
1708
|
+
|
|
1709
|
+
### Bug Fixes
|
|
1710
|
+
|
|
1711
|
+
* add encoding to all attributes in rest URL ([#1690](https://github.com/Automattic/newspack-blocks/issues/1690)) ([e0f74d7](https://github.com/Automattic/newspack-blocks/commit/e0f74d7a6318a34d21a05b16937975f1b61f0664))
|
|
1712
|
+
* translate formatted date for hpp block ([#1697](https://github.com/Automattic/newspack-blocks/issues/1697)) ([5cbb2fd](https://github.com/Automattic/newspack-blocks/commit/5cbb2fd75866818e11f42966341156b48d347d09))
|
|
1713
|
+
|
|
1714
|
+
## [3.0.5](https://github.com/Automattic/newspack-blocks/compare/v3.0.4...v3.0.5) (2024-03-25)
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
### Bug Fixes
|
|
1718
|
+
|
|
1719
|
+
* **author-profile:** only display guest author profile when linked ([#1688](https://github.com/Automattic/newspack-blocks/issues/1688)) ([ee1bb21](https://github.com/Automattic/newspack-blocks/commit/ee1bb2138ad1d8705746585916c371d3b3243089))
|
|
1720
|
+
* correct carousel button styles in editor ([#1680](https://github.com/Automattic/newspack-blocks/issues/1680)) ([d4aba73](https://github.com/Automattic/newspack-blocks/commit/d4aba73ee6a65115122d35b1587afbfc28d08fcd))
|
|
1721
|
+
* **modal-checkout:** ensure customer location when state is required but country is not ([#1683](https://github.com/Automattic/newspack-blocks/issues/1683)) ([27badf8](https://github.com/Automattic/newspack-blocks/commit/27badf8690dfcc84819bd495a1e0a947756b7739))
|
|
1722
|
+
|
|
1723
|
+
## [3.0.5-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v3.0.4...v3.0.5-alpha.1) (2024-03-07)
|
|
1724
|
+
|
|
1725
|
+
|
|
1726
|
+
### Bug Fixes
|
|
1727
|
+
|
|
1728
|
+
* **author-profile:** only display guest author profile when linked ([#1688](https://github.com/Automattic/newspack-blocks/issues/1688)) ([ee1bb21](https://github.com/Automattic/newspack-blocks/commit/ee1bb2138ad1d8705746585916c371d3b3243089))
|
|
1729
|
+
* correct carousel button styles in editor ([#1680](https://github.com/Automattic/newspack-blocks/issues/1680)) ([d4aba73](https://github.com/Automattic/newspack-blocks/commit/d4aba73ee6a65115122d35b1587afbfc28d08fcd))
|
|
1730
|
+
* **modal-checkout:** ensure customer location when state is required but country is not ([#1683](https://github.com/Automattic/newspack-blocks/issues/1683)) ([27badf8](https://github.com/Automattic/newspack-blocks/commit/27badf8690dfcc84819bd495a1e0a947756b7739))
|
|
1731
|
+
|
|
1732
|
+
## [3.0.4-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v3.0.3...v3.0.4-alpha.1) (2024-03-07)
|
|
1733
|
+
|
|
1734
|
+
### Bug Fixes
|
|
1735
|
+
|
|
1736
|
+
* correct carousel button styles in editor ([#1680](https://github.com/Automattic/newspack-blocks/issues/1680)) ([d4aba73](https://github.com/Automattic/newspack-blocks/commit/d4aba73ee6a65115122d35b1587afbfc28d08fcd))
|
|
1737
|
+
* **modal-checkout:** ensure customer location when state is required but country is not ([#1683](https://github.com/Automattic/newspack-blocks/issues/1683)) ([27badf8](https://github.com/Automattic/newspack-blocks/commit/27badf8690dfcc84819bd495a1e0a947756b7739))
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
## [3.0.3](https://github.com/Automattic/newspack-blocks/compare/v3.0.2...v3.0.3) (2024-03-04)
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
### Bug Fixes
|
|
1744
|
+
|
|
1745
|
+
* **author-blocks:** handle HTML in author bio ([#1672](https://github.com/Automattic/newspack-blocks/issues/1672)) ([4b6c3c4](https://github.com/Automattic/newspack-blocks/commit/4b6c3c4e7a1480e7a68f2737d55fa25389034afa))
|
|
1746
|
+
|
|
1747
|
+
## [3.0.3-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v3.0.2...v3.0.3-alpha.1) (2024-02-29)
|
|
1748
|
+
|
|
1749
|
+
|
|
1750
|
+
### Bug Fixes
|
|
1751
|
+
|
|
1752
|
+
* **author-blocks:** handle HTML in author bio ([#1672](https://github.com/Automattic/newspack-blocks/issues/1672)) ([4b6c3c4](https://github.com/Automattic/newspack-blocks/commit/4b6c3c4e7a1480e7a68f2737d55fa25389034afa))
|
|
1753
|
+
|
|
1754
|
+
## [3.0.2-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v3.0.1...v3.0.2-alpha.1) (2024-02-23)
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
### Bug Fixes
|
|
1758
|
+
|
|
1759
|
+
* **author-blocks:** handle HTML in author bio ([#1672](https://github.com/Automattic/newspack-blocks/issues/1672)) ([4b6c3c4](https://github.com/Automattic/newspack-blocks/commit/4b6c3c4e7a1480e7a68f2737d55fa25389034afa))
|
|
1760
|
+
|
|
1761
|
+
## [3.0.2](https://github.com/Automattic/newspack-blocks/compare/v3.0.1...v3.0.2) (2024-02-29)
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
### Bug Fixes
|
|
1765
|
+
|
|
1766
|
+
* donate block layout for NRH ([#1682](https://github.com/Automattic/newspack-blocks/issues/1682)) ([230889e](https://github.com/Automattic/newspack-blocks/commit/230889ed5e42389ffc989d5b3b234494e230d7d0))
|
|
1767
|
+
|
|
1768
|
+
|
|
1769
|
+
## [3.0.1](https://github.com/Automattic/newspack-blocks/compare/v3.0.0...v3.0.1) (2024-02-20)
|
|
1770
|
+
|
|
1771
|
+
|
|
1772
|
+
### Bug Fixes
|
|
1773
|
+
|
|
1774
|
+
* handle inactive woocommerce ([36a61a2](https://github.com/Automattic/newspack-blocks/commit/36a61a2384002ded40d7ec75f5c9c3f2854a4418))
|
|
1775
|
+
* **hpp:** filter invalid autocomplete tokens ([#1671](https://github.com/Automattic/newspack-blocks/issues/1671)) ([b1f9f39](https://github.com/Automattic/newspack-blocks/commit/b1f9f3996aadadf3afd093fac5157e7a04708f3c))
|
|
1776
|
+
|
|
1777
|
+
# [3.0.0](https://github.com/Automattic/newspack-blocks/compare/v2.6.2...v3.0.0) (2024-02-20)
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
### Bug Fixes
|
|
1781
|
+
|
|
1782
|
+
* **homepage-articles:** use map_deep to construct articles_rest_url and resolve PHP 8.1 warnings ([#1655](https://github.com/Automattic/newspack-blocks/issues/1655)) ([24085d8](https://github.com/Automattic/newspack-blocks/commit/24085d82c6eacf5b31956d3e07303badeaccbe6d))
|
|
1783
|
+
* prevent error in modal-checkout check ([7e2a6c7](https://github.com/Automattic/newspack-blocks/commit/7e2a6c75a28b5a1a6316e45151dbe51c5ae8f72b))
|
|
1784
|
+
|
|
1785
|
+
|
|
1786
|
+
### Features
|
|
1787
|
+
|
|
1788
|
+
* **ci:** add `epic/*` release workflow and rename `master` to `trunk` ([#1656](https://github.com/Automattic/newspack-blocks/issues/1656)) ([c788e55](https://github.com/Automattic/newspack-blocks/commit/c788e55d58cd7c72310f65d83f14f9e0960c6871))
|
|
1789
|
+
* deprecate streamlined (Stripe) Donate block version ([#1638](https://github.com/Automattic/newspack-blocks/issues/1638)) ([11bd0d6](https://github.com/Automattic/newspack-blocks/commit/11bd0d620d882a72f631dfe08f808ddde3308665))
|
|
1790
|
+
* **homepage-posts:** add custom taxonomy exclusions filter ([#1641](https://github.com/Automattic/newspack-blocks/issues/1641)) ([b140a99](https://github.com/Automattic/newspack-blocks/commit/b140a99c86cd1a3e825bb0a585225a95652ef331))
|
|
1791
|
+
* **reader-revenue:** make NYP and Stripe Gateway optional ([#1645](https://github.com/Automattic/newspack-blocks/issues/1645)) ([1322d7c](https://github.com/Automattic/newspack-blocks/commit/1322d7c4c9c1bab175a2c48ab2d359555d459eea))
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
### BREAKING CHANGES
|
|
1795
|
+
|
|
1796
|
+
* streamlined (Stripe) Donate block version is no more
|
|
1797
|
+
|
|
1798
|
+
# [3.0.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v2.6.2...v3.0.0-alpha.1) (2024-02-08)
|
|
1799
|
+
|
|
1800
|
+
|
|
1801
|
+
### Bug Fixes
|
|
1802
|
+
|
|
1803
|
+
* **homepage-articles:** use map_deep to construct articles_rest_url and resolve PHP 8.1 warnings ([#1655](https://github.com/Automattic/newspack-blocks/issues/1655)) ([24085d8](https://github.com/Automattic/newspack-blocks/commit/24085d82c6eacf5b31956d3e07303badeaccbe6d))
|
|
1804
|
+
* prevent error in modal-checkout check ([7e2a6c7](https://github.com/Automattic/newspack-blocks/commit/7e2a6c75a28b5a1a6316e45151dbe51c5ae8f72b))
|
|
1805
|
+
|
|
1806
|
+
|
|
1807
|
+
### Features
|
|
1808
|
+
|
|
1809
|
+
* **ci:** add `epic/*` release workflow and rename `master` to `trunk` ([#1656](https://github.com/Automattic/newspack-blocks/issues/1656)) ([c788e55](https://github.com/Automattic/newspack-blocks/commit/c788e55d58cd7c72310f65d83f14f9e0960c6871))
|
|
1810
|
+
* deprecate streamlined (Stripe) Donate block version ([#1638](https://github.com/Automattic/newspack-blocks/issues/1638)) ([11bd0d6](https://github.com/Automattic/newspack-blocks/commit/11bd0d620d882a72f631dfe08f808ddde3308665))
|
|
1811
|
+
* **homepage-posts:** add custom taxonomy exclusions filter ([#1641](https://github.com/Automattic/newspack-blocks/issues/1641)) ([b140a99](https://github.com/Automattic/newspack-blocks/commit/b140a99c86cd1a3e825bb0a585225a95652ef331))
|
|
1812
|
+
* **reader-revenue:** make NYP and Stripe Gateway optional ([#1645](https://github.com/Automattic/newspack-blocks/issues/1645)) ([1322d7c](https://github.com/Automattic/newspack-blocks/commit/1322d7c4c9c1bab175a2c48ab2d359555d459eea))
|
|
1813
|
+
|
|
1814
|
+
|
|
1815
|
+
### BREAKING CHANGES
|
|
1816
|
+
|
|
1817
|
+
* streamlined (Stripe) Donate block version is no more
|
|
1818
|
+
|
|
1819
|
+
## [2.6.2](https://github.com/Automattic/newspack-blocks/compare/v2.6.1...v2.6.2) (2024-02-08)
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
### Bug Fixes
|
|
1823
|
+
|
|
1824
|
+
* properly handle states when Country field is disabled ([#1667](https://github.com/Automattic/newspack-blocks/issues/1667)) ([eecce3b](https://github.com/Automattic/newspack-blocks/commit/eecce3bca1f1ace6da63bb4aba83425f3adb4586))
|
|
1825
|
+
|
|
1826
|
+
## [2.6.1](https://github.com/Automattic/newspack-blocks/compare/v2.6.0...v2.6.1) (2024-01-31)
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
### Bug Fixes
|
|
1830
|
+
|
|
1831
|
+
* **modal-checkout:** treat express checkouts as modal checkouts ([#1654](https://github.com/Automattic/newspack-blocks/issues/1654)) ([a352511](https://github.com/Automattic/newspack-blocks/commit/a3525115aab8f0c6de8038de6e94c1705c7afe9e))
|
|
1832
|
+
|
|
1833
|
+
# [2.6.0](https://github.com/Automattic/newspack-blocks/compare/v2.5.0...v2.6.0) (2024-01-25)
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
### Features
|
|
1837
|
+
|
|
1838
|
+
* add filter when building WP_Query arguments ([#1412](https://github.com/Automattic/newspack-blocks/issues/1412)) ([f960bd6](https://github.com/Automattic/newspack-blocks/commit/f960bd6d5b9582cc4fcdeea11cae3b7123f976ce))
|
|
1839
|
+
|
|
1840
|
+
# [2.6.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v2.5.0...v2.6.0-alpha.1) (2024-01-11)
|
|
1841
|
+
|
|
1842
|
+
|
|
1843
|
+
### Features
|
|
1844
|
+
|
|
1845
|
+
* add filter when building WP_Query arguments ([#1412](https://github.com/Automattic/newspack-blocks/issues/1412)) ([f960bd6](https://github.com/Automattic/newspack-blocks/commit/f960bd6d5b9582cc4fcdeea11cae3b7123f976ce))
|
|
1846
|
+
|
|
1847
|
+
# [2.5.0](https://github.com/Automattic/newspack-blocks/compare/v2.4.0...v2.5.0) (2024-01-08)
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
### Bug Fixes
|
|
1851
|
+
|
|
1852
|
+
* avoid duplicity with linked guest authors ([#1632](https://github.com/Automattic/newspack-blocks/issues/1632)) ([608979c](https://github.com/Automattic/newspack-blocks/commit/608979c1e9cb63a7098da27c69c337ec233b7429))
|
|
1853
|
+
* **modal-checkout:** show order details table with fees ([#1633](https://github.com/Automattic/newspack-blocks/issues/1633)) ([07c0642](https://github.com/Automattic/newspack-blocks/commit/07c0642e77a075750c6f436f12af99cd3e2ef360))
|
|
1854
|
+
|
|
1855
|
+
|
|
1856
|
+
### Features
|
|
1857
|
+
|
|
1858
|
+
* accessibility improvements to the donate block tabs ([#1622](https://github.com/Automattic/newspack-blocks/issues/1622)) ([115e9fb](https://github.com/Automattic/newspack-blocks/commit/115e9fb95c78a13f1d87f4d086e767311dc7007d))
|
|
1859
|
+
* **donate:** support empty value for "other" tier ([#1604](https://github.com/Automattic/newspack-blocks/issues/1604)) ([61ffdbc](https://github.com/Automattic/newspack-blocks/commit/61ffdbc57e6fda320766d4de99f097edac9e58f7))
|
|
1860
|
+
* **modal-checkout:** allow anonymous purchase for registered email ([#1615](https://github.com/Automattic/newspack-blocks/issues/1615)) ([a0040b4](https://github.com/Automattic/newspack-blocks/commit/a0040b43a3f97c889e5bb5b5b96f07777b52a670))
|
|
1861
|
+
|
|
1862
|
+
# [2.5.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v2.5.0-alpha.1...v2.5.0-alpha.2) (2023-12-22)
|
|
1863
|
+
|
|
1864
|
+
|
|
1865
|
+
### Bug Fixes
|
|
1866
|
+
|
|
1867
|
+
* avoid duplicity with linked guest authors ([#1632](https://github.com/Automattic/newspack-blocks/issues/1632)) ([608979c](https://github.com/Automattic/newspack-blocks/commit/608979c1e9cb63a7098da27c69c337ec233b7429))
|
|
1868
|
+
* **modal-checkout:** show order details table with fees ([#1633](https://github.com/Automattic/newspack-blocks/issues/1633)) ([07c0642](https://github.com/Automattic/newspack-blocks/commit/07c0642e77a075750c6f436f12af99cd3e2ef360))
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
### Features
|
|
1872
|
+
|
|
1873
|
+
* **modal-checkout:** allow anonymous purchase for registered email ([#1615](https://github.com/Automattic/newspack-blocks/issues/1615)) ([a0040b4](https://github.com/Automattic/newspack-blocks/commit/a0040b43a3f97c889e5bb5b5b96f07777b52a670))
|
|
1874
|
+
|
|
1875
|
+
# [2.5.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v2.4.0...v2.5.0-alpha.1) (2023-12-15)
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
### Features
|
|
1879
|
+
|
|
1880
|
+
* accessibility improvements to the donate block tabs ([#1622](https://github.com/Automattic/newspack-blocks/issues/1622)) ([115e9fb](https://github.com/Automattic/newspack-blocks/commit/115e9fb95c78a13f1d87f4d086e767311dc7007d))
|
|
1881
|
+
* **donate:** support empty value for "other" tier ([#1604](https://github.com/Automattic/newspack-blocks/issues/1604)) ([61ffdbc](https://github.com/Automattic/newspack-blocks/commit/61ffdbc57e6fda320766d4de99f097edac9e58f7))
|
|
1882
|
+
|
|
1883
|
+
# [2.4.0](https://github.com/Automattic/newspack-blocks/compare/v2.3.0...v2.4.0) (2023-12-11)
|
|
1884
|
+
|
|
1885
|
+
|
|
1886
|
+
### Bug Fixes
|
|
1887
|
+
|
|
1888
|
+
* modal checkout template markup ([#1608](https://github.com/Automattic/newspack-blocks/issues/1608)) ([4d593db](https://github.com/Automattic/newspack-blocks/commit/4d593db4e80b57570e13db2ed203586bab974fb6))
|
|
1889
|
+
* **modal-checkout:** align Stripe's "save payment" checkbox ([#1623](https://github.com/Automattic/newspack-blocks/issues/1623)) ([69e0e42](https://github.com/Automattic/newspack-blocks/commit/69e0e42b3d6f6ab8b1a918346e0d2f8e90eeabcb))
|
|
1890
|
+
* **modal-checkout:** prevent initial render of details table ([#1601](https://github.com/Automattic/newspack-blocks/issues/1601)) ([06d4ccd](https://github.com/Automattic/newspack-blocks/commit/06d4ccdc799cb4233a1a85efdbd1264399d85291))
|
|
1891
|
+
* replace FILTER_SANITIZE_STRING ([6f805b0](https://github.com/Automattic/newspack-blocks/commit/6f805b0806d24f9e44d293a13ca486fdf23c73ab))
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
### Features
|
|
1895
|
+
|
|
1896
|
+
* improve performance of modal checkout ([#1607](https://github.com/Automattic/newspack-blocks/issues/1607)) ([a48d190](https://github.com/Automattic/newspack-blocks/commit/a48d19068cc0fc22d36f6371bdee447f72177ed7))
|
|
1897
|
+
* **modal-checkout:** add filter to cart item data ([#1590](https://github.com/Automattic/newspack-blocks/issues/1590)) ([1e83dc1](https://github.com/Automattic/newspack-blocks/commit/1e83dc119aac531db18dbdcc7aaa4c781aa8576e))
|
|
1898
|
+
|
|
1899
|
+
|
|
1900
|
+
### Performance Improvements
|
|
1901
|
+
|
|
1902
|
+
* **modal-checkout:** process checkout request earlier ([#1612](https://github.com/Automattic/newspack-blocks/issues/1612)) ([5c58f5e](https://github.com/Automattic/newspack-blocks/commit/5c58f5e811bb24098afb093c3a4efbb8efa83d4a))
|
|
1903
|
+
|
|
1904
|
+
# [2.4.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v2.3.0...v2.4.0-alpha.1) (2023-12-07)
|
|
1905
|
+
|
|
1906
|
+
|
|
1907
|
+
### Bug Fixes
|
|
1908
|
+
|
|
1909
|
+
* modal checkout template markup ([#1608](https://github.com/Automattic/newspack-blocks/issues/1608)) ([4d593db](https://github.com/Automattic/newspack-blocks/commit/4d593db4e80b57570e13db2ed203586bab974fb6))
|
|
1910
|
+
* **modal-checkout:** align Stripe's "save payment" checkbox ([#1623](https://github.com/Automattic/newspack-blocks/issues/1623)) ([69e0e42](https://github.com/Automattic/newspack-blocks/commit/69e0e42b3d6f6ab8b1a918346e0d2f8e90eeabcb))
|
|
1911
|
+
* **modal-checkout:** prevent initial render of details table ([#1601](https://github.com/Automattic/newspack-blocks/issues/1601)) ([06d4ccd](https://github.com/Automattic/newspack-blocks/commit/06d4ccdc799cb4233a1a85efdbd1264399d85291))
|
|
1912
|
+
* replace FILTER_SANITIZE_STRING ([6f805b0](https://github.com/Automattic/newspack-blocks/commit/6f805b0806d24f9e44d293a13ca486fdf23c73ab))
|
|
1913
|
+
|
|
1914
|
+
|
|
1915
|
+
### Features
|
|
1916
|
+
|
|
1917
|
+
* improve performance of modal checkout ([#1607](https://github.com/Automattic/newspack-blocks/issues/1607)) ([a48d190](https://github.com/Automattic/newspack-blocks/commit/a48d19068cc0fc22d36f6371bdee447f72177ed7))
|
|
1918
|
+
* **modal-checkout:** add filter to cart item data ([#1590](https://github.com/Automattic/newspack-blocks/issues/1590)) ([1e83dc1](https://github.com/Automattic/newspack-blocks/commit/1e83dc119aac531db18dbdcc7aaa4c781aa8576e))
|
|
1919
|
+
|
|
1920
|
+
|
|
1921
|
+
### Performance Improvements
|
|
1922
|
+
|
|
1923
|
+
* **modal-checkout:** process checkout request earlier ([#1612](https://github.com/Automattic/newspack-blocks/issues/1612)) ([5c58f5e](https://github.com/Automattic/newspack-blocks/commit/5c58f5e811bb24098afb093c3a4efbb8efa83d4a))
|
|
1924
|
+
|
|
1925
|
+
# [2.3.0](https://github.com/Automattic/newspack-blocks/compare/v2.2.4...v2.3.0) (2023-12-07)
|
|
1926
|
+
|
|
1927
|
+
|
|
1928
|
+
### Features
|
|
1929
|
+
|
|
1930
|
+
* update thank you translation strings in modal checkout ([#1625](https://github.com/Automattic/newspack-blocks/issues/1625)) ([b571c29](https://github.com/Automattic/newspack-blocks/commit/b571c29a00f2d05f88cee75916984372f8fa9b8e))
|
|
1931
|
+
|
|
1932
|
+
## [2.2.4](https://github.com/Automattic/newspack-blocks/compare/v2.2.3...v2.2.4) (2023-12-06)
|
|
1933
|
+
|
|
1934
|
+
|
|
1935
|
+
### Bug Fixes
|
|
1936
|
+
|
|
1937
|
+
* **homepage-posts:** handle empty block when printing inline styles ([#1621](https://github.com/Automattic/newspack-blocks/issues/1621)) ([c3aa957](https://github.com/Automattic/newspack-blocks/commit/c3aa9577c2284f2139c8fa1170785db9fe4edfe9))
|
|
1938
|
+
|
|
1939
|
+
## [2.2.3](https://github.com/Automattic/newspack-blocks/compare/v2.2.2...v2.2.3) (2023-12-04)
|
|
1940
|
+
|
|
1941
|
+
|
|
1942
|
+
### Bug Fixes
|
|
1943
|
+
|
|
1944
|
+
* update selected tier behavior for donate block ([#1617](https://github.com/Automattic/newspack-blocks/issues/1617)) ([8a9a76f](https://github.com/Automattic/newspack-blocks/commit/8a9a76fb970ffac6f00f67f83a17a931a169c103))
|
|
1945
|
+
|
|
1946
|
+
## [2.2.2](https://github.com/Automattic/newspack-blocks/compare/v2.2.1...v2.2.2) (2023-11-29)
|
|
1947
|
+
|
|
1948
|
+
|
|
1949
|
+
### Bug Fixes
|
|
1950
|
+
|
|
1951
|
+
* update title, subtitle CSS selectors in homepage posts block ([#1614](https://github.com/Automattic/newspack-blocks/issues/1614)) ([0ccb973](https://github.com/Automattic/newspack-blocks/commit/0ccb9730c96a598b873fca6ff15147e2fe053930))
|
|
1952
|
+
|
|
1953
|
+
## [2.2.1](https://github.com/Automattic/newspack-blocks/compare/v2.2.0...v2.2.1) (2023-11-27)
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
### Bug Fixes
|
|
1957
|
+
|
|
1958
|
+
* **homepage-posts:** placement for inline styles ([#1611](https://github.com/Automattic/newspack-blocks/issues/1611)) ([1831ba0](https://github.com/Automattic/newspack-blocks/commit/1831ba0a2d0eb44a00e65a891c9fdf11bdd99f0a))
|
|
1959
|
+
|
|
1960
|
+
# [2.2.0](https://github.com/Automattic/newspack-blocks/compare/v2.1.0...v2.2.0) (2023-11-27)
|
|
1961
|
+
|
|
1962
|
+
|
|
1963
|
+
### Bug Fixes
|
|
1964
|
+
|
|
1965
|
+
* add checks for Newspack plugin ([#1579](https://github.com/Automattic/newspack-blocks/issues/1579)) ([b516a6f](https://github.com/Automattic/newspack-blocks/commit/b516a6f2a5111361f6180c98e09814c95f5e9861))
|
|
1966
|
+
* **homepage-posts:** terms handling in category list ([#1596](https://github.com/Automattic/newspack-blocks/issues/1596)) ([55dbf42](https://github.com/Automattic/newspack-blocks/commit/55dbf42c969d33029ea6531cf6f5db1e5b4953a5))
|
|
1967
|
+
* **modal-checkout:** place order button width ([b48efcb](https://github.com/Automattic/newspack-blocks/commit/b48efcb6391d7282322f63f9f8aeeb860bff2cf8)), closes [#1572](https://github.com/Automattic/newspack-blocks/issues/1572)
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
### Features
|
|
1971
|
+
|
|
1972
|
+
* add width control to the Checkout block ([#1583](https://github.com/Automattic/newspack-blocks/issues/1583)) ([3f75c1e](https://github.com/Automattic/newspack-blocks/commit/3f75c1e074554ead923f7007e9d026811cb186dd))
|
|
1973
|
+
* **cwv:** inline HPB styles in a style tag ([#1548](https://github.com/Automattic/newspack-blocks/issues/1548)) ([dea8d93](https://github.com/Automattic/newspack-blocks/commit/dea8d93fb518fc815d00bbd3e926f052b1638250))
|
|
1974
|
+
* **modal-checkout:** display item name on success ([a3a03df](https://github.com/Automattic/newspack-blocks/commit/a3a03df36a5bb18556d3c643a119e8401e9123fd))
|
|
1975
|
+
* update subscribe patterns to use Newspack block ([#1580](https://github.com/Automattic/newspack-blocks/issues/1580)) ([70088e2](https://github.com/Automattic/newspack-blocks/commit/70088e2628e9045715f0b6df925b39290ecf00ed))
|
|
1976
|
+
|
|
1977
|
+
# [2.2.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v2.1.0...v2.2.0-alpha.1) (2023-11-16)
|
|
1978
|
+
|
|
1979
|
+
|
|
1980
|
+
### Bug Fixes
|
|
1981
|
+
|
|
1982
|
+
* add checks for Newspack plugin ([#1579](https://github.com/Automattic/newspack-blocks/issues/1579)) ([b516a6f](https://github.com/Automattic/newspack-blocks/commit/b516a6f2a5111361f6180c98e09814c95f5e9861))
|
|
1983
|
+
* **homepage-posts:** terms handling in category list ([#1596](https://github.com/Automattic/newspack-blocks/issues/1596)) ([55dbf42](https://github.com/Automattic/newspack-blocks/commit/55dbf42c969d33029ea6531cf6f5db1e5b4953a5))
|
|
1984
|
+
* **modal-checkout:** place order button width ([b48efcb](https://github.com/Automattic/newspack-blocks/commit/b48efcb6391d7282322f63f9f8aeeb860bff2cf8)), closes [#1572](https://github.com/Automattic/newspack-blocks/issues/1572)
|
|
1985
|
+
|
|
1986
|
+
|
|
1987
|
+
### Features
|
|
1988
|
+
|
|
1989
|
+
* add width control to the Checkout block ([#1583](https://github.com/Automattic/newspack-blocks/issues/1583)) ([3f75c1e](https://github.com/Automattic/newspack-blocks/commit/3f75c1e074554ead923f7007e9d026811cb186dd))
|
|
1990
|
+
* **cwv:** inline HPB styles in a style tag ([#1548](https://github.com/Automattic/newspack-blocks/issues/1548)) ([dea8d93](https://github.com/Automattic/newspack-blocks/commit/dea8d93fb518fc815d00bbd3e926f052b1638250))
|
|
1991
|
+
* **modal-checkout:** display item name on success ([a3a03df](https://github.com/Automattic/newspack-blocks/commit/a3a03df36a5bb18556d3c643a119e8401e9123fd))
|
|
1992
|
+
* update subscribe patterns to use Newspack block ([#1580](https://github.com/Automattic/newspack-blocks/issues/1580)) ([70088e2](https://github.com/Automattic/newspack-blocks/commit/70088e2628e9045715f0b6df925b39290ecf00ed))
|
|
1993
|
+
|
|
1994
|
+
# [2.1.0](https://github.com/Automattic/newspack-blocks/compare/v2.0.0...v2.1.0) (2023-11-13)
|
|
1995
|
+
|
|
1996
|
+
|
|
1997
|
+
### Bug Fixes
|
|
1998
|
+
|
|
1999
|
+
* **homepage-posts:** change copy for deduplication block option ([#1578](https://github.com/Automattic/newspack-blocks/issues/1578)) ([dff89a0](https://github.com/Automattic/newspack-blocks/commit/dff89a040e45109eaa0ae04248cb41f2d6543aca))
|
|
2000
|
+
* **modal-checkout:** add id attributes to hidden inputs ([90f077c](https://github.com/Automattic/newspack-blocks/commit/90f077ce49c164014e7779140e207a1278afda3e))
|
|
2001
|
+
* **modal-checkout:** place order button width ([9b1b04e](https://github.com/Automattic/newspack-blocks/commit/9b1b04e6c5b5ec7931c69eef859b93397735291f)), closes [#1572](https://github.com/Automattic/newspack-blocks/issues/1572) [#1586](https://github.com/Automattic/newspack-blocks/issues/1586)
|
|
2002
|
+
|
|
2003
|
+
|
|
2004
|
+
### Features
|
|
2005
|
+
|
|
2006
|
+
* **donate-block:** changes to button-after-success ([#1571](https://github.com/Automattic/newspack-blocks/issues/1571)) ([ac1c6a6](https://github.com/Automattic/newspack-blocks/commit/ac1c6a63f028f6cafa1e5cd852520ebf6ce75845))
|
|
2007
|
+
* expose is_modal_checkout method ([4315730](https://github.com/Automattic/newspack-blocks/commit/43157303d800e1447088c40f283d670c9fc6682e))
|
|
2008
|
+
* **modal-checkout:** dequeue WC styles ([#1572](https://github.com/Automattic/newspack-blocks/issues/1572)) ([9aa0039](https://github.com/Automattic/newspack-blocks/commit/9aa003954bb5676d009f0ef60765a82c9ec811d9))
|
|
2009
|
+
* **modal-checkout:** handle non-redirect-based flow (e.g. Apple Pay) ([#1573](https://github.com/Automattic/newspack-blocks/issues/1573)) ([671b551](https://github.com/Automattic/newspack-blocks/commit/671b551bfedd4724fc85005e21387b1ef462c97c))
|
|
2010
|
+
* **modal-checkout:** update "place order" text to "donate now" ([#1591](https://github.com/Automattic/newspack-blocks/issues/1591)) ([63fc202](https://github.com/Automattic/newspack-blocks/commit/63fc20204b95d9213e99481edd1b4549f011c448))
|
|
2011
|
+
|
|
2012
|
+
# [2.1.0-alpha.4](https://github.com/Automattic/newspack-blocks/compare/v2.1.0-alpha.3...v2.1.0-alpha.4) (2023-11-10)
|
|
2013
|
+
|
|
2014
|
+
|
|
2015
|
+
### Features
|
|
2016
|
+
|
|
2017
|
+
* **modal-checkout:** update "place order" text to "donate now" ([#1591](https://github.com/Automattic/newspack-blocks/issues/1591)) ([63fc202](https://github.com/Automattic/newspack-blocks/commit/63fc20204b95d9213e99481edd1b4549f011c448))
|
|
2018
|
+
|
|
2019
|
+
# [2.1.0-alpha.3](https://github.com/Automattic/newspack-blocks/compare/v2.1.0-alpha.2...v2.1.0-alpha.3) (2023-11-08)
|
|
2020
|
+
|
|
2021
|
+
|
|
2022
|
+
### Bug Fixes
|
|
2023
|
+
|
|
2024
|
+
* **modal-checkout:** place order button width ([9b1b04e](https://github.com/Automattic/newspack-blocks/commit/9b1b04e6c5b5ec7931c69eef859b93397735291f)), closes [#1572](https://github.com/Automattic/newspack-blocks/issues/1572) [#1586](https://github.com/Automattic/newspack-blocks/issues/1586)
|
|
2025
|
+
|
|
2026
|
+
# [2.1.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v2.1.0-alpha.1...v2.1.0-alpha.2) (2023-11-03)
|
|
2027
|
+
|
|
2028
|
+
|
|
2029
|
+
### Bug Fixes
|
|
2030
|
+
|
|
2031
|
+
* **homepage-posts:** change copy for deduplication block option ([#1578](https://github.com/Automattic/newspack-blocks/issues/1578)) ([dff89a0](https://github.com/Automattic/newspack-blocks/commit/dff89a040e45109eaa0ae04248cb41f2d6543aca))
|
|
2032
|
+
* **modal-checkout:** add id attributes to hidden inputs ([90f077c](https://github.com/Automattic/newspack-blocks/commit/90f077ce49c164014e7779140e207a1278afda3e))
|
|
2033
|
+
|
|
2034
|
+
|
|
2035
|
+
### Features
|
|
2036
|
+
|
|
2037
|
+
* expose is_modal_checkout method ([4315730](https://github.com/Automattic/newspack-blocks/commit/43157303d800e1447088c40f283d670c9fc6682e))
|
|
2038
|
+
* **modal-checkout:** dequeue WC styles ([#1572](https://github.com/Automattic/newspack-blocks/issues/1572)) ([9aa0039](https://github.com/Automattic/newspack-blocks/commit/9aa003954bb5676d009f0ef60765a82c9ec811d9))
|
|
2039
|
+
* **modal-checkout:** handle non-redirect-based flow (e.g. Apple Pay) ([#1573](https://github.com/Automattic/newspack-blocks/issues/1573)) ([671b551](https://github.com/Automattic/newspack-blocks/commit/671b551bfedd4724fc85005e21387b1ef462c97c))
|
|
2040
|
+
|
|
2041
|
+
# [2.1.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v2.0.0...v2.1.0-alpha.1) (2023-10-31)
|
|
2042
|
+
|
|
2043
|
+
|
|
2044
|
+
### Features
|
|
2045
|
+
|
|
2046
|
+
* **donate-block:** changes to button-after-success ([#1571](https://github.com/Automattic/newspack-blocks/issues/1571)) ([ac1c6a6](https://github.com/Automattic/newspack-blocks/commit/ac1c6a63f028f6cafa1e5cd852520ebf6ce75845))
|
|
2047
|
+
|
|
2048
|
+
# [2.0.0](https://github.com/Automattic/newspack-blocks/compare/v1.75.6...v2.0.0) (2023-10-31)
|
|
2049
|
+
|
|
2050
|
+
|
|
2051
|
+
### Bug Fixes
|
|
2052
|
+
|
|
2053
|
+
* **donate:** allow "once" in tiers-based layout ([ad7268a](https://github.com/Automattic/newspack-blocks/commit/ad7268a320b70a85189cc36055744c3b6aca712f))
|
|
2054
|
+
* **homepage-posts:** check existing "specific posts" recursively for deduplication ([#1541](https://github.com/Automattic/newspack-blocks/issues/1541)) ([9755e40](https://github.com/Automattic/newspack-blocks/commit/9755e4090ce645c56ff26183684a07503c92fc65))
|
|
2055
|
+
* newspack.pub > newspack.com ([#1552](https://github.com/Automattic/newspack-blocks/issues/1552)) ([343b80b](https://github.com/Automattic/newspack-blocks/commit/343b80b49ac5516cb8ca877b1ca4a6ce6bcaaedf))
|
|
2056
|
+
* update WC's variation methods ([860f9fa](https://github.com/Automattic/newspack-blocks/commit/860f9fa2c8b5cda48c9310c958abcf8a3567d5ad))
|
|
2057
|
+
|
|
2058
|
+
|
|
2059
|
+
### Features
|
|
2060
|
+
|
|
2061
|
+
* add option for a button after checkout ([#1521](https://github.com/Automattic/newspack-blocks/issues/1521)) ([bdfb3c2](https://github.com/Automattic/newspack-blocks/commit/bdfb3c2cceeb52097494884935546655a4a1650e))
|
|
2062
|
+
* **homepage-posts:** support deduplication toggling ([#1543](https://github.com/Automattic/newspack-blocks/issues/1543)) ([6acc719](https://github.com/Automattic/newspack-blocks/commit/6acc71959a28d213e1f9064a28a84ebeda44f636))
|
|
2063
|
+
* **modal checkout:** post-checkout newsletter signup ([#1561](https://github.com/Automattic/newspack-blocks/issues/1561)) ([092007a](https://github.com/Automattic/newspack-blocks/commit/092007a59ed89ce8ea3ef309851c26fde88b7e9f))
|
|
2064
|
+
* **modal-checkout:** implement ras overlay ([#1562](https://github.com/Automattic/newspack-blocks/issues/1562)) ([8270c9b](https://github.com/Automattic/newspack-blocks/commit/8270c9be4dc513ec317c0c256063cf12c936a0a7))
|
|
2065
|
+
* remove AMP compatibility ([27ecf88](https://github.com/Automattic/newspack-blocks/commit/27ecf88abecaa935ec931df397c340cba19de978))
|
|
2066
|
+
|
|
2067
|
+
|
|
2068
|
+
### BREAKING CHANGES
|
|
2069
|
+
|
|
2070
|
+
* AMP will not be supported anymore by this plugin.
|
|
2071
|
+
|
|
2072
|
+
# [2.0.0-alpha.3](https://github.com/Automattic/newspack-blocks/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2023-10-20)
|
|
2073
|
+
|
|
2074
|
+
|
|
2075
|
+
### Bug Fixes
|
|
2076
|
+
|
|
2077
|
+
* update WC's variation methods ([860f9fa](https://github.com/Automattic/newspack-blocks/commit/860f9fa2c8b5cda48c9310c958abcf8a3567d5ad))
|
|
2078
|
+
|
|
2079
|
+
|
|
2080
|
+
### Features
|
|
2081
|
+
|
|
2082
|
+
* **modal checkout:** post-checkout newsletter signup ([#1561](https://github.com/Automattic/newspack-blocks/issues/1561)) ([092007a](https://github.com/Automattic/newspack-blocks/commit/092007a59ed89ce8ea3ef309851c26fde88b7e9f))
|
|
2083
|
+
* **modal-checkout:** implement ras overlay ([#1562](https://github.com/Automattic/newspack-blocks/issues/1562)) ([8270c9b](https://github.com/Automattic/newspack-blocks/commit/8270c9be4dc513ec317c0c256063cf12c936a0a7))
|
|
2084
|
+
|
|
2085
|
+
# [2.0.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2023-10-19)
|
|
2086
|
+
|
|
2087
|
+
|
|
2088
|
+
### Bug Fixes
|
|
2089
|
+
|
|
2090
|
+
* hide WC's login prompt ([124fee7](https://github.com/Automattic/newspack-blocks/commit/124fee794e1e81490d95b822e132841e720bedf9))
|
|
2091
|
+
* **modal-checkout:** remove login prompt from initial flow ([4a8d48f](https://github.com/Automattic/newspack-blocks/commit/4a8d48f05b5d15760c8cf7365ed50d90ae22c639)), closes [/github.com/Automattic/newspack-blocks/pull/1550#issuecomment-1755996086](https://github.com//github.com/Automattic/newspack-blocks/pull/1550/issues/issuecomment-1755996086)
|
|
2092
|
+
|
|
2093
|
+
## [1.75.6](https://github.com/Automattic/newspack-blocks/compare/v1.75.5...v1.75.6) (2023-10-19)
|
|
2094
|
+
|
|
2095
|
+
|
|
2096
|
+
### Bug Fixes
|
|
2097
|
+
|
|
2098
|
+
* hide WC's login prompt ([124fee7](https://github.com/Automattic/newspack-blocks/commit/124fee794e1e81490d95b822e132841e720bedf9))
|
|
2099
|
+
* **modal-checkout:** remove login prompt from initial flow ([4a8d48f](https://github.com/Automattic/newspack-blocks/commit/4a8d48f05b5d15760c8cf7365ed50d90ae22c639)), closes [/github.com/Automattic/newspack-blocks/pull/1550#issuecomment-1755996086](https://github.com//github.com/Automattic/newspack-blocks/pull/1550/issues/issuecomment-1755996086)
|
|
2100
|
+
|
|
2101
|
+
## [1.75.5](https://github.com/Automattic/newspack-blocks/compare/v1.75.4...v1.75.5) (2023-10-12)
|
|
2102
|
+
|
|
2103
|
+
|
|
2104
|
+
### Bug Fixes
|
|
2105
|
+
|
|
2106
|
+
* always show email address for order summaries ([#1554](https://github.com/Automattic/newspack-blocks/issues/1554)) ([33952d1](https://github.com/Automattic/newspack-blocks/commit/33952d1dd8a879d26566b09c4cc3b8f132d54014))
|
|
2107
|
+
|
|
2108
|
+
## [1.75.4](https://github.com/Automattic/newspack-blocks/compare/v1.75.3...v1.75.4) (2023-10-10)
|
|
2109
|
+
|
|
2110
|
+
|
|
2111
|
+
### Bug Fixes
|
|
2112
|
+
|
|
2113
|
+
* match thankyou template when using existing customer email ([#1550](https://github.com/Automattic/newspack-blocks/issues/1550)) ([4b0dbf2](https://github.com/Automattic/newspack-blocks/commit/4b0dbf29a98aa7b95b0cda30e4bd03c3ea31285b))
|
|
2114
|
+
|
|
2115
|
+
## [1.75.3](https://github.com/Automattic/newspack-blocks/compare/v1.75.2...v1.75.3) (2023-10-10)
|
|
2116
|
+
|
|
2117
|
+
|
|
2118
|
+
### Bug Fixes
|
|
2119
|
+
|
|
2120
|
+
* **donate:** reset "other" value when switching tiers ([#1549](https://github.com/Automattic/newspack-blocks/issues/1549)) ([844505f](https://github.com/Automattic/newspack-blocks/commit/844505fdefb445e4d68b5a1df5b980d4eae21e0e))
|
|
2121
|
+
|
|
2122
|
+
## [1.75.2](https://github.com/Automattic/newspack-blocks/compare/v1.75.1...v1.75.2) (2023-10-04)
|
|
2123
|
+
|
|
2124
|
+
|
|
2125
|
+
### Bug Fixes
|
|
2126
|
+
|
|
2127
|
+
* allow order details wrapper to render ([#1547](https://github.com/Automattic/newspack-blocks/issues/1547)) ([b76f196](https://github.com/Automattic/newspack-blocks/commit/b76f196dc4b73d881237c3c015d60db00ee49877))
|
|
2128
|
+
|
|
2129
|
+
## [1.75.1](https://github.com/Automattic/newspack-blocks/compare/v1.75.0...v1.75.1) (2023-09-28)
|
|
2130
|
+
|
|
2131
|
+
|
|
2132
|
+
### Bug Fixes
|
|
2133
|
+
|
|
2134
|
+
* **checkout-button:** handle 10+ product variations ([#1536](https://github.com/Automattic/newspack-blocks/issues/1536)) ([5df5065](https://github.com/Automattic/newspack-blocks/commit/5df5065011d6779a689358844212628757b6b5b9))
|
|
2135
|
+
* query for CAP terms ([#1535](https://github.com/Automattic/newspack-blocks/issues/1535)) ([49406b9](https://github.com/Automattic/newspack-blocks/commit/49406b9bf1075897939cad2e4c30f34efcf841da))
|
|
2136
|
+
|
|
2137
|
+
# [1.75.0](https://github.com/Automattic/newspack-blocks/compare/v1.74.2...v1.75.0) (2023-09-25)
|
|
2138
|
+
|
|
2139
|
+
|
|
2140
|
+
### Features
|
|
2141
|
+
|
|
2142
|
+
* add category filter for the categories in the blocks ([#1528](https://github.com/Automattic/newspack-blocks/issues/1528)) ([ebbfce9](https://github.com/Automattic/newspack-blocks/commit/ebbfce99dd78521fe5624be81df43c3ba3f8c731))
|
|
2143
|
+
|
|
2144
|
+
# [1.75.0-alpha.3](https://github.com/Automattic/newspack-blocks/compare/v1.75.0-alpha.2...v1.75.0-alpha.3) (2023-09-19)
|
|
2145
|
+
|
|
2146
|
+
|
|
2147
|
+
### Bug Fixes
|
|
2148
|
+
|
|
2149
|
+
* undefined variable error ([#1534](https://github.com/Automattic/newspack-blocks/issues/1534)) ([b0ed7f9](https://github.com/Automattic/newspack-blocks/commit/b0ed7f911982f914678c466c07bc5f0659aaca86))
|
|
2150
|
+
|
|
2151
|
+
## [1.74.2](https://github.com/Automattic/newspack-blocks/compare/v1.74.1...v1.74.2) (2023-09-19)
|
|
2152
|
+
|
|
2153
|
+
|
|
2154
|
+
### Bug Fixes
|
|
2155
|
+
|
|
2156
|
+
* undefined variable error ([#1534](https://github.com/Automattic/newspack-blocks/issues/1534)) ([b0ed7f9](https://github.com/Automattic/newspack-blocks/commit/b0ed7f911982f914678c466c07bc5f0659aaca86))
|
|
2157
|
+
|
|
2158
|
+
## [1.74.1](https://github.com/Automattic/newspack-blocks/compare/v1.74.0...v1.74.1) (2023-09-18)
|
|
2159
|
+
|
|
2160
|
+
|
|
2161
|
+
### Bug Fixes
|
|
2162
|
+
|
|
2163
|
+
* harden usage and output of attribute values ([#1530](https://github.com/Automattic/newspack-blocks/issues/1530)) ([c157395](https://github.com/Automattic/newspack-blocks/commit/c15739539d73884b36284e9d1c2eb854202269f8))
|
|
2164
|
+
|
|
2165
|
+
# [1.74.0](https://github.com/Automattic/newspack-blocks/compare/v1.73.0...v1.74.0) (2023-08-24)
|
|
2166
|
+
|
|
2167
|
+
|
|
2168
|
+
### Bug Fixes
|
|
2169
|
+
|
|
2170
|
+
* make sure carousels without images aren't collapsed ([#1511](https://github.com/Automattic/newspack-blocks/issues/1511)) ([ee8c1cd](https://github.com/Automattic/newspack-blocks/commit/ee8c1cd8f181b97d2795ec6c6aa69283cf4067a9))
|
|
2171
|
+
* reduce post carousel font size for 5-6 slides ([#1510](https://github.com/Automattic/newspack-blocks/issues/1510)) ([daabad4](https://github.com/Automattic/newspack-blocks/commit/daabad4635925bb5e1a432102b65149f3b9ec71a))
|
|
2172
|
+
* support account creation on modal checkout ([#1516](https://github.com/Automattic/newspack-blocks/issues/1516)) ([51ae19d](https://github.com/Automattic/newspack-blocks/commit/51ae19d30f7b60428ebc293189e18d8a4abf5b76))
|
|
2173
|
+
|
|
2174
|
+
|
|
2175
|
+
### Features
|
|
2176
|
+
|
|
2177
|
+
* Merge pull request [#1509](https://github.com/Automattic/newspack-blocks/issues/1509) from Automattic/master ([1280d07](https://github.com/Automattic/newspack-blocks/commit/1280d073b7ff12af84c7dc9907a80918e778038a))
|
|
2178
|
+
|
|
2179
|
+
# [1.74.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v1.74.0-alpha.1...v1.74.0-alpha.2) (2023-08-24)
|
|
2180
|
+
|
|
2181
|
+
|
|
2182
|
+
### Bug Fixes
|
|
2183
|
+
|
|
2184
|
+
* make sure carousels without images aren't collapsed ([#1511](https://github.com/Automattic/newspack-blocks/issues/1511)) ([ee8c1cd](https://github.com/Automattic/newspack-blocks/commit/ee8c1cd8f181b97d2795ec6c6aa69283cf4067a9))
|
|
2185
|
+
* reduce post carousel font size for 5-6 slides ([#1510](https://github.com/Automattic/newspack-blocks/issues/1510)) ([daabad4](https://github.com/Automattic/newspack-blocks/commit/daabad4635925bb5e1a432102b65149f3b9ec71a))
|
|
2186
|
+
* support account creation on modal checkout ([#1516](https://github.com/Automattic/newspack-blocks/issues/1516)) ([51ae19d](https://github.com/Automattic/newspack-blocks/commit/51ae19d30f7b60428ebc293189e18d8a4abf5b76))
|
|
2187
|
+
|
|
2188
|
+
# [1.74.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.73.0...v1.74.0-alpha.1) (2023-08-17)
|
|
2189
|
+
|
|
2190
|
+
|
|
2191
|
+
### Features
|
|
2192
|
+
|
|
2193
|
+
* Merge pull request [#1509](https://github.com/Automattic/newspack-blocks/issues/1509) from Automattic/master ([1280d07](https://github.com/Automattic/newspack-blocks/commit/1280d073b7ff12af84c7dc9907a80918e778038a))
|
|
2194
|
+
|
|
2195
|
+
# [1.73.0](https://github.com/Automattic/newspack-blocks/compare/v1.72.2...v1.73.0) (2023-07-17)
|
|
2196
|
+
|
|
2197
|
+
|
|
2198
|
+
### Features
|
|
2199
|
+
|
|
2200
|
+
* add updated translation files ([#1486](https://github.com/Automattic/newspack-blocks/issues/1486)) ([3a44410](https://github.com/Automattic/newspack-blocks/commit/3a44410e43fcc00510a317e527e2acf782dac4d1))
|
|
2201
|
+
* allow Homepage Posts and Carousel blocks to include subcategories ([#1482](https://github.com/Automattic/newspack-blocks/issues/1482)) ([faa8734](https://github.com/Automattic/newspack-blocks/commit/faa87346869dce0503b269c23f453b08cdd5724f))
|
|
2202
|
+
* **modal-checkout:** render order details under different conditions ([#1485](https://github.com/Automattic/newspack-blocks/issues/1485)) ([ae62734](https://github.com/Automattic/newspack-blocks/commit/ae62734ee8ca769b23d14a2cb5067fb87dea37e7))
|
|
2203
|
+
|
|
2204
|
+
# [1.73.0-alpha.3](https://github.com/Automattic/newspack-blocks/compare/v1.73.0-alpha.2...v1.73.0-alpha.3) (2023-07-17)
|
|
2205
|
+
|
|
2206
|
+
|
|
2207
|
+
### Bug Fixes
|
|
2208
|
+
|
|
2209
|
+
* only show Additional Fields panel when using Stripe platform ([#1499](https://github.com/Automattic/newspack-blocks/issues/1499)) ([1a08513](https://github.com/Automattic/newspack-blocks/commit/1a085131f881ac62d2ac4879298c3a47d86df684))
|
|
2210
|
+
|
|
2211
|
+
## [1.72.2](https://github.com/Automattic/newspack-blocks/compare/v1.72.1...v1.72.2) (2023-07-17)
|
|
2212
|
+
|
|
2213
|
+
|
|
2214
|
+
### Bug Fixes
|
|
2215
|
+
|
|
2216
|
+
* only show Additional Fields panel when using Stripe platform ([#1499](https://github.com/Automattic/newspack-blocks/issues/1499)) ([1a08513](https://github.com/Automattic/newspack-blocks/commit/1a085131f881ac62d2ac4879298c3a47d86df684))
|
|
2217
|
+
|
|
2218
|
+
## [1.72.1](https://github.com/Automattic/newspack-blocks/compare/v1.72.0...v1.72.1) (2023-07-13)
|
|
2219
|
+
|
|
2220
|
+
|
|
2221
|
+
### Bug Fixes
|
|
2222
|
+
|
|
2223
|
+
* **post-carousel:** set aspect ratio on init ([#1497](https://github.com/Automattic/newspack-blocks/issues/1497)) ([8a48982](https://github.com/Automattic/newspack-blocks/commit/8a489829dbe7882210b211cbde109d930d4e770b))
|
|
2224
|
+
|
|
2225
|
+
# [1.72.0](https://github.com/Automattic/newspack-blocks/compare/v1.71.0...v1.72.0) (2023-07-03)
|
|
2226
|
+
|
|
2227
|
+
|
|
2228
|
+
### Bug Fixes
|
|
2229
|
+
|
|
2230
|
+
* **donate-block:** allow spaces in button label ([#1479](https://github.com/Automattic/newspack-blocks/issues/1479)) ([96adc82](https://github.com/Automattic/newspack-blocks/commit/96adc822cb92201298a53a05df2867d31a6a4efa))
|
|
2231
|
+
|
|
2232
|
+
|
|
2233
|
+
### Features
|
|
2234
|
+
|
|
2235
|
+
* display purchase details in checkout modal when taxes are enabled ([#1480](https://github.com/Automattic/newspack-blocks/issues/1480)) ([b69f8f3](https://github.com/Automattic/newspack-blocks/commit/b69f8f3dbaabfa4648cab97131e8795c24c07af2))
|
|
2236
|
+
|
|
2237
|
+
# [1.72.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.71.0...v1.72.0-alpha.1) (2023-06-29)
|
|
2238
|
+
|
|
2239
|
+
|
|
2240
|
+
### Bug Fixes
|
|
2241
|
+
|
|
2242
|
+
* **donate-block:** allow spaces in button label ([#1479](https://github.com/Automattic/newspack-blocks/issues/1479)) ([96adc82](https://github.com/Automattic/newspack-blocks/commit/96adc822cb92201298a53a05df2867d31a6a4efa))
|
|
2243
|
+
|
|
2244
|
+
|
|
2245
|
+
### Features
|
|
2246
|
+
|
|
2247
|
+
* display purchase details in checkout modal when taxes are enabled ([#1480](https://github.com/Automattic/newspack-blocks/issues/1480)) ([b69f8f3](https://github.com/Automattic/newspack-blocks/commit/b69f8f3dbaabfa4648cab97131e8795c24c07af2))
|
|
2248
|
+
|
|
2249
|
+
# [1.71.0](https://github.com/Automattic/newspack-blocks/compare/v1.70.0...v1.71.0) (2023-06-29)
|
|
2250
|
+
|
|
2251
|
+
|
|
2252
|
+
### Features
|
|
2253
|
+
|
|
2254
|
+
* **modal-checkout:** render order details under different conditions ([#1485](https://github.com/Automattic/newspack-blocks/issues/1485)) ([#1488](https://github.com/Automattic/newspack-blocks/issues/1488)) ([aa569ad](https://github.com/Automattic/newspack-blocks/commit/aa569ad470e66a93cbdd145ef80c6f96c9ae5457))
|
|
2255
|
+
|
|
2256
|
+
# [1.70.0](https://github.com/Automattic/newspack-blocks/compare/v1.69.0...v1.70.0) (2023-06-19)
|
|
2257
|
+
|
|
2258
|
+
|
|
2259
|
+
### Bug Fixes
|
|
2260
|
+
|
|
2261
|
+
* **checkout-button:** overlay class for modal stacking ([#1461](https://github.com/Automattic/newspack-blocks/issues/1461)) ([594095b](https://github.com/Automattic/newspack-blocks/commit/594095b02f957ccb974c0c40ea9e76685ae32844))
|
|
2262
|
+
|
|
2263
|
+
|
|
2264
|
+
### Features
|
|
2265
|
+
|
|
2266
|
+
* **checkout-button:** front-end product variation selection ([#1459](https://github.com/Automattic/newspack-blocks/issues/1459)) ([a978160](https://github.com/Automattic/newspack-blocks/commit/a978160c3e453b60bf9bcd92ad53c9b6c39fb23b))
|
|
2267
|
+
* **modal-checkout:** always use donation billing fields ([#1463](https://github.com/Automattic/newspack-blocks/issues/1463)) ([ab176bf](https://github.com/Automattic/newspack-blocks/commit/ab176bfebf6c5a12c8bf1fde3ba52db4c1f9454d))
|
|
2268
|
+
|
|
2269
|
+
# [1.70.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.69.0...v1.70.0-alpha.1) (2023-06-08)
|
|
2270
|
+
|
|
2271
|
+
|
|
2272
|
+
### Bug Fixes
|
|
2273
|
+
|
|
2274
|
+
* **checkout-button:** overlay class for modal stacking ([#1461](https://github.com/Automattic/newspack-blocks/issues/1461)) ([594095b](https://github.com/Automattic/newspack-blocks/commit/594095b02f957ccb974c0c40ea9e76685ae32844))
|
|
2275
|
+
|
|
2276
|
+
|
|
2277
|
+
### Features
|
|
2278
|
+
|
|
2279
|
+
* **checkout-button:** front-end product variation selection ([#1459](https://github.com/Automattic/newspack-blocks/issues/1459)) ([a978160](https://github.com/Automattic/newspack-blocks/commit/a978160c3e453b60bf9bcd92ad53c9b6c39fb23b))
|
|
2280
|
+
* **modal-checkout:** always use donation billing fields ([#1463](https://github.com/Automattic/newspack-blocks/issues/1463)) ([ab176bf](https://github.com/Automattic/newspack-blocks/commit/ab176bfebf6c5a12c8bf1fde3ba52db4c1f9454d))
|
|
2281
|
+
|
|
2282
|
+
# [1.69.0](https://github.com/Automattic/newspack-blocks/compare/v1.68.2...v1.69.0) (2023-06-05)
|
|
2283
|
+
|
|
2284
|
+
|
|
2285
|
+
### Bug Fixes
|
|
2286
|
+
|
|
2287
|
+
* **checkout-button:** overlay class for modal stacking ([#1461](https://github.com/Automattic/newspack-blocks/issues/1461)) ([21b6a44](https://github.com/Automattic/newspack-blocks/commit/21b6a4465d6182ad64f36d065cf7c35241dd5d5e))
|
|
2288
|
+
|
|
2289
|
+
|
|
2290
|
+
### Features
|
|
2291
|
+
|
|
2292
|
+
* adding link to the author bio avatar ([#1449](https://github.com/Automattic/newspack-blocks/issues/1449)) ([60d9f1c](https://github.com/Automattic/newspack-blocks/commit/60d9f1c61306b9c76be3f487d56f95a04a4565f0))
|
|
2293
|
+
* **checkout-button:** front-end product variation selection ([#1459](https://github.com/Automattic/newspack-blocks/issues/1459)) ([d492a9a](https://github.com/Automattic/newspack-blocks/commit/d492a9ade4ef5030fbda6e2b156e3d823813383d))
|
|
2294
|
+
* **checkout-button:** support product variations ([#1442](https://github.com/Automattic/newspack-blocks/issues/1442)) ([aa70495](https://github.com/Automattic/newspack-blocks/commit/aa70495940a6c85e9eb9747eb91a989df97e9921))
|
|
2295
|
+
* **modal-checkout:** always use donation billing fields ([#1463](https://github.com/Automattic/newspack-blocks/issues/1463)) ([de674c7](https://github.com/Automattic/newspack-blocks/commit/de674c7732f2dccd4e508efb6fabde0816a01fb7))
|
|
2296
|
+
|
|
2297
|
+
# [1.69.0-alpha.3](https://github.com/Automattic/newspack-blocks/compare/v1.69.0-alpha.2...v1.69.0-alpha.3) (2023-06-01)
|
|
2298
|
+
|
|
2299
|
+
|
|
2300
|
+
### Bug Fixes
|
|
2301
|
+
|
|
2302
|
+
* **checkout-button:** overlay class for modal stacking ([#1461](https://github.com/Automattic/newspack-blocks/issues/1461)) ([21b6a44](https://github.com/Automattic/newspack-blocks/commit/21b6a4465d6182ad64f36d065cf7c35241dd5d5e))
|
|
2303
|
+
|
|
2304
|
+
# [1.69.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v1.69.0-alpha.1...v1.69.0-alpha.2) (2023-05-31)
|
|
2305
|
+
|
|
2306
|
+
|
|
2307
|
+
### Features
|
|
2308
|
+
|
|
2309
|
+
* **checkout-button:** front-end product variation selection ([#1459](https://github.com/Automattic/newspack-blocks/issues/1459)) ([d492a9a](https://github.com/Automattic/newspack-blocks/commit/d492a9ade4ef5030fbda6e2b156e3d823813383d))
|
|
2310
|
+
|
|
2311
|
+
# [1.69.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.68.2...v1.69.0-alpha.1) (2023-05-25)
|
|
2312
|
+
|
|
2313
|
+
|
|
2314
|
+
### Features
|
|
2315
|
+
|
|
2316
|
+
* adding link to the author bio avatar ([#1449](https://github.com/Automattic/newspack-blocks/issues/1449)) ([60d9f1c](https://github.com/Automattic/newspack-blocks/commit/60d9f1c61306b9c76be3f487d56f95a04a4565f0))
|
|
2317
|
+
* **checkout-button:** support product variations ([#1442](https://github.com/Automattic/newspack-blocks/issues/1442)) ([aa70495](https://github.com/Automattic/newspack-blocks/commit/aa70495940a6c85e9eb9747eb91a989df97e9921))
|
|
2318
|
+
|
|
2319
|
+
## [1.68.2](https://github.com/Automattic/newspack-blocks/compare/v1.68.1...v1.68.2) (2023-05-24)
|
|
2320
|
+
|
|
2321
|
+
|
|
2322
|
+
### Bug Fixes
|
|
2323
|
+
|
|
2324
|
+
* bump up font size on smallest blocks ([#1443](https://github.com/Automattic/newspack-blocks/issues/1443)) ([97c77c3](https://github.com/Automattic/newspack-blocks/commit/97c77c3129c352b541be47e7b842f0b048165a81))
|
|
2325
|
+
|
|
2326
|
+
## [1.68.2-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.68.1...v1.68.2-alpha.1) (2023-05-11)
|
|
2327
|
+
|
|
2328
|
+
|
|
2329
|
+
### Bug Fixes
|
|
2330
|
+
|
|
2331
|
+
* bump up font size on smallest blocks ([#1443](https://github.com/Automattic/newspack-blocks/issues/1443)) ([97c77c3](https://github.com/Automattic/newspack-blocks/commit/97c77c3129c352b541be47e7b842f0b048165a81))
|
|
2332
|
+
|
|
2333
|
+
## [1.68.1](https://github.com/Automattic/newspack-blocks/compare/v1.68.0...v1.68.1) (2023-05-09)
|
|
2334
|
+
|
|
2335
|
+
|
|
2336
|
+
### Bug Fixes
|
|
2337
|
+
|
|
2338
|
+
* **checkout-button:** ensure modal "order received" url ([#1447](https://github.com/Automattic/newspack-blocks/issues/1447)) ([0b9bce5](https://github.com/Automattic/newspack-blocks/commit/0b9bce5e6f4c795fc427b0c3a45fde7db05d5e69))
|
|
2339
|
+
|
|
2340
|
+
# [1.68.0](https://github.com/Automattic/newspack-blocks/compare/v1.67.0...v1.68.0) (2023-05-08)
|
|
2341
|
+
|
|
2342
|
+
|
|
2343
|
+
### Bug Fixes
|
|
2344
|
+
|
|
2345
|
+
* **checkout-button:** add to block list ([#1435](https://github.com/Automattic/newspack-blocks/issues/1435)) ([4376952](https://github.com/Automattic/newspack-blocks/commit/4376952c58e9b0a045d4afd72d77afd03f54b5d4))
|
|
2346
|
+
* correct linting errors ([05d3e12](https://github.com/Automattic/newspack-blocks/commit/05d3e128f6552f0e9c7d50a63da06597c2aa0517))
|
|
2347
|
+
* correct linting errors ([70f26d6](https://github.com/Automattic/newspack-blocks/commit/70f26d62ad116d8f014105ed76ab1ee622bd1683))
|
|
2348
|
+
* **donate:** tiers based layout support check ([#1428](https://github.com/Automattic/newspack-blocks/issues/1428)) ([284f7a4](https://github.com/Automattic/newspack-blocks/commit/284f7a4afe102f99dcf2438d9567399f5f36c419))
|
|
2349
|
+
* fixing linting errors ([7448cd2](https://github.com/Automattic/newspack-blocks/commit/7448cd251ef7a64c1d9d342d25df7777e034dbb7))
|
|
2350
|
+
|
|
2351
|
+
|
|
2352
|
+
### Features
|
|
2353
|
+
|
|
2354
|
+
* Add brand query support to the blocks [#1427](https://github.com/Automattic/newspack-blocks/issues/1427) ([acf3ad8](https://github.com/Automattic/newspack-blocks/commit/acf3ad8fdce9fbfc092e1c4102527a20ac51f53d))
|
|
2355
|
+
* add brands to post carousel ([e354d49](https://github.com/Automattic/newspack-blocks/commit/e354d49369b30d5e586c421f0ce3d9f9a99a5b50))
|
|
2356
|
+
* add check for plugin before rendering fields ([9f237bb](https://github.com/Automattic/newspack-blocks/commit/9f237bbe07fc1bba5c280fe3f17441f2cbb59415))
|
|
2357
|
+
* checkout button block ([#1421](https://github.com/Automattic/newspack-blocks/issues/1421)) ([4890a26](https://github.com/Automattic/newspack-blocks/commit/4890a265ae142adf312ac20e529b90c85e1149a3))
|
|
2358
|
+
* initial pass at allowing multi-brand querying ([ce842f2](https://github.com/Automattic/newspack-blocks/commit/ce842f276d31fb4d201e5a78bcf3d9bc15673d7e))
|
|
2359
|
+
* reorder query fields to move brands below tags ([8d91cff](https://github.com/Automattic/newspack-blocks/commit/8d91cff9ae6a8bc70a4bdc2c5557ef7b7b3bc108))
|
|
2360
|
+
|
|
2361
|
+
# [1.68.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.67.0...v1.68.0-alpha.1) (2023-04-28)
|
|
2362
|
+
|
|
2363
|
+
|
|
2364
|
+
### Bug Fixes
|
|
2365
|
+
|
|
2366
|
+
* **checkout-button:** add to block list ([#1435](https://github.com/Automattic/newspack-blocks/issues/1435)) ([4376952](https://github.com/Automattic/newspack-blocks/commit/4376952c58e9b0a045d4afd72d77afd03f54b5d4))
|
|
2367
|
+
* correct linting errors ([05d3e12](https://github.com/Automattic/newspack-blocks/commit/05d3e128f6552f0e9c7d50a63da06597c2aa0517))
|
|
2368
|
+
* correct linting errors ([70f26d6](https://github.com/Automattic/newspack-blocks/commit/70f26d62ad116d8f014105ed76ab1ee622bd1683))
|
|
2369
|
+
* **donate:** tiers based layout support check ([#1428](https://github.com/Automattic/newspack-blocks/issues/1428)) ([284f7a4](https://github.com/Automattic/newspack-blocks/commit/284f7a4afe102f99dcf2438d9567399f5f36c419))
|
|
2370
|
+
* fixing linting errors ([7448cd2](https://github.com/Automattic/newspack-blocks/commit/7448cd251ef7a64c1d9d342d25df7777e034dbb7))
|
|
2371
|
+
|
|
2372
|
+
|
|
2373
|
+
### Features
|
|
2374
|
+
|
|
2375
|
+
* Add brand query support to the blocks [#1427](https://github.com/Automattic/newspack-blocks/issues/1427) ([acf3ad8](https://github.com/Automattic/newspack-blocks/commit/acf3ad8fdce9fbfc092e1c4102527a20ac51f53d))
|
|
2376
|
+
* add brands to post carousel ([e354d49](https://github.com/Automattic/newspack-blocks/commit/e354d49369b30d5e586c421f0ce3d9f9a99a5b50))
|
|
2377
|
+
* add check for plugin before rendering fields ([9f237bb](https://github.com/Automattic/newspack-blocks/commit/9f237bbe07fc1bba5c280fe3f17441f2cbb59415))
|
|
2378
|
+
* checkout button block ([#1421](https://github.com/Automattic/newspack-blocks/issues/1421)) ([4890a26](https://github.com/Automattic/newspack-blocks/commit/4890a265ae142adf312ac20e529b90c85e1149a3))
|
|
2379
|
+
* initial pass at allowing multi-brand querying ([ce842f2](https://github.com/Automattic/newspack-blocks/commit/ce842f276d31fb4d201e5a78bcf3d9bc15673d7e))
|
|
2380
|
+
* reorder query fields to move brands below tags ([8d91cff](https://github.com/Automattic/newspack-blocks/commit/8d91cff9ae6a8bc70a4bdc2c5557ef7b7b3bc108))
|
|
2381
|
+
|
|
2382
|
+
# [1.67.0](https://github.com/Automattic/newspack-blocks/compare/v1.66.1...v1.67.0) (2023-04-24)
|
|
2383
|
+
|
|
2384
|
+
|
|
2385
|
+
### Bug Fixes
|
|
2386
|
+
|
|
2387
|
+
* local git hooks ([#1414](https://github.com/Automattic/newspack-blocks/issues/1414)) ([bb99969](https://github.com/Automattic/newspack-blocks/commit/bb9996926af87eb76e0c5ab6b6a78c621021f701))
|
|
2388
|
+
* modal checkout outside of ras ([#1434](https://github.com/Automattic/newspack-blocks/issues/1434)) ([da5e1e2](https://github.com/Automattic/newspack-blocks/commit/da5e1e2af6e9e9be9c2627b857d489eee46b4fbe))
|
|
2389
|
+
|
|
2390
|
+
|
|
2391
|
+
### Features
|
|
2392
|
+
|
|
2393
|
+
* **donate:** add recaptcha panel in the editor ([#1419](https://github.com/Automattic/newspack-blocks/issues/1419)) ([6784bc8](https://github.com/Automattic/newspack-blocks/commit/6784bc89d109e02e72e390e261865829ef2c9044))
|
|
2394
|
+
|
|
2395
|
+
# [1.67.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v1.67.0-alpha.1...v1.67.0-alpha.2) (2023-04-18)
|
|
2396
|
+
|
|
2397
|
+
|
|
2398
|
+
### Bug Fixes
|
|
2399
|
+
|
|
2400
|
+
* modal checkout outside of ras ([#1434](https://github.com/Automattic/newspack-blocks/issues/1434)) ([da5e1e2](https://github.com/Automattic/newspack-blocks/commit/da5e1e2af6e9e9be9c2627b857d489eee46b4fbe))
|
|
2401
|
+
|
|
2402
|
+
# [1.67.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.66.1...v1.67.0-alpha.1) (2023-04-13)
|
|
2403
|
+
|
|
2404
|
+
|
|
2405
|
+
### Bug Fixes
|
|
2406
|
+
|
|
2407
|
+
* local git hooks ([#1414](https://github.com/Automattic/newspack-blocks/issues/1414)) ([bb99969](https://github.com/Automattic/newspack-blocks/commit/bb9996926af87eb76e0c5ab6b6a78c621021f701))
|
|
2408
|
+
|
|
2409
|
+
|
|
2410
|
+
### Features
|
|
2411
|
+
|
|
2412
|
+
* **donate:** add recaptcha panel in the editor ([#1419](https://github.com/Automattic/newspack-blocks/issues/1419)) ([6784bc8](https://github.com/Automattic/newspack-blocks/commit/6784bc89d109e02e72e390e261865829ef2c9044))
|
|
2413
|
+
|
|
2414
|
+
## [1.66.1](https://github.com/Automattic/newspack-blocks/compare/v1.66.0...v1.66.1) (2023-04-11)
|
|
2415
|
+
|
|
2416
|
+
|
|
2417
|
+
### Bug Fixes
|
|
2418
|
+
|
|
2419
|
+
* bugs for Post Carousel ([#1422](https://github.com/Automattic/newspack-blocks/issues/1422)) ([24f3c80](https://github.com/Automattic/newspack-blocks/commit/24f3c8000d251f2272fc09d8ba7837108751506d))
|
|
2420
|
+
|
|
2421
|
+
# [1.66.0](https://github.com/Automattic/newspack-blocks/compare/v1.65.0...v1.66.0) (2023-04-10)
|
|
2422
|
+
|
|
2423
|
+
|
|
2424
|
+
### Features
|
|
2425
|
+
|
|
2426
|
+
* **donate:** add body class for modal checkout ([#1411](https://github.com/Automattic/newspack-blocks/issues/1411)) ([8fc436e](https://github.com/Automattic/newspack-blocks/commit/8fc436ef92e1edf8bc37a45bdaf20757c4686ae8))
|
|
2427
|
+
|
|
2428
|
+
# [1.66.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.65.0...v1.66.0-alpha.1) (2023-03-31)
|
|
2429
|
+
|
|
2430
|
+
|
|
2431
|
+
### Features
|
|
2432
|
+
|
|
2433
|
+
* **donate:** add body class for modal checkout ([#1411](https://github.com/Automattic/newspack-blocks/issues/1411)) ([8fc436e](https://github.com/Automattic/newspack-blocks/commit/8fc436ef92e1edf8bc37a45bdaf20757c4686ae8))
|
|
2434
|
+
|
|
2435
|
+
# [1.65.0](https://github.com/Automattic/newspack-blocks/compare/v1.64.0...v1.65.0) (2023-03-27)
|
|
2436
|
+
|
|
2437
|
+
|
|
2438
|
+
### Bug Fixes
|
|
2439
|
+
|
|
2440
|
+
* **modal-checkout:** z-index when used w/ Campaigns ([ef30e95](https://github.com/Automattic/newspack-blocks/commit/ef30e95885bbe950196583c54fb8f16d66423ee0))
|
|
2441
|
+
* prevent enqueuing non-existent stylesheet ([916eaea](https://github.com/Automattic/newspack-blocks/commit/916eaea046670caf176b5022f23e2820132a4e26))
|
|
2442
|
+
|
|
2443
|
+
|
|
2444
|
+
### Features
|
|
2445
|
+
|
|
2446
|
+
* update links to documentation to help.newspack [#1390](https://github.com/Automattic/newspack-blocks/issues/1390) ([f6e01b9](https://github.com/Automattic/newspack-blocks/commit/f6e01b9dc73fc9a61afaf8b873f36d13f4c79e45))
|
|
2447
|
+
|
|
2448
|
+
# [1.65.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.64.0...v1.65.0-alpha.1) (2023-03-16)
|
|
2449
|
+
|
|
2450
|
+
|
|
2451
|
+
### Bug Fixes
|
|
2452
|
+
|
|
2453
|
+
* **modal-checkout:** z-index when used w/ Campaigns ([ef30e95](https://github.com/Automattic/newspack-blocks/commit/ef30e95885bbe950196583c54fb8f16d66423ee0))
|
|
2454
|
+
* prevent enqueuing non-existent stylesheet ([916eaea](https://github.com/Automattic/newspack-blocks/commit/916eaea046670caf176b5022f23e2820132a4e26))
|
|
2455
|
+
|
|
2456
|
+
|
|
2457
|
+
### Features
|
|
2458
|
+
|
|
2459
|
+
* update links to documentation to help.newspack [#1390](https://github.com/Automattic/newspack-blocks/issues/1390) ([f6e01b9](https://github.com/Automattic/newspack-blocks/commit/f6e01b9dc73fc9a61afaf8b873f36d13f4c79e45))
|
|
2460
|
+
|
|
2461
|
+
# [1.64.0](https://github.com/Automattic/newspack-blocks/compare/v1.63.0...v1.64.0) (2023-03-14)
|
|
2462
|
+
|
|
2463
|
+
|
|
2464
|
+
### Bug Fixes
|
|
2465
|
+
|
|
2466
|
+
* don't strip HTML from Homepage Posts Block excerpts ([#1364](https://github.com/Automattic/newspack-blocks/issues/1364)) ([46ee78c](https://github.com/Automattic/newspack-blocks/commit/46ee78c9acd10397ac602e3d972d4c10386accea))
|
|
2467
|
+
* **modal-checkout:** z-index when used w/ Campaigns ([d47c1e8](https://github.com/Automattic/newspack-blocks/commit/d47c1e84269a0e20fbbc8df204ab189cd3fc1144))
|
|
2468
|
+
* remove unneeded group & columns blocks from patterns ([#1377](https://github.com/Automattic/newspack-blocks/issues/1377)) ([7b9483a](https://github.com/Automattic/newspack-blocks/commit/7b9483a0179136a6bb401998ddd514bfad983fde))
|
|
2469
|
+
|
|
2470
|
+
|
|
2471
|
+
### Features
|
|
2472
|
+
|
|
2473
|
+
* add popup info to donation block ([9493990](https://github.com/Automattic/newspack-blocks/commit/94939908765dcd06c77fd456ed597d9b8fbe61b3))
|
|
2474
|
+
* add popup info to donation block ([949c2bc](https://github.com/Automattic/newspack-blocks/commit/949c2bce9077b744cf5f78bca008b2489a344787))
|
|
2475
|
+
* **donate:** checkout modal for woocommerce ([#1355](https://github.com/Automattic/newspack-blocks/issues/1355)) ([0413ace](https://github.com/Automattic/newspack-blocks/commit/0413ace0d37a5175043c7843e450bb637a800ef8))
|
|
2476
|
+
* **donate:** enquque modal checkout JS only if necessary ([f877408](https://github.com/Automattic/newspack-blocks/commit/f877408ab6d168276474bdf6ca87b8dc7cfa403f))
|
|
2477
|
+
* process donation - make sure referer is relative path ([777685a](https://github.com/Automattic/newspack-blocks/commit/777685a82a261f21f2a09a5743fb86ee67b3c715))
|
|
2478
|
+
|
|
2479
|
+
# [1.64.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v1.64.0-alpha.1...v1.64.0-alpha.2) (2023-03-08)
|
|
2480
|
+
|
|
2481
|
+
|
|
2482
|
+
### Bug Fixes
|
|
2483
|
+
|
|
2484
|
+
* **modal-checkout:** z-index when used w/ Campaigns ([d47c1e8](https://github.com/Automattic/newspack-blocks/commit/d47c1e84269a0e20fbbc8df204ab189cd3fc1144))
|
|
2485
|
+
|
|
2486
|
+
# [1.64.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.63.0...v1.64.0-alpha.1) (2023-03-03)
|
|
2487
|
+
|
|
2488
|
+
|
|
2489
|
+
### Bug Fixes
|
|
2490
|
+
|
|
2491
|
+
* don't strip HTML from Homepage Posts Block excerpts ([#1364](https://github.com/Automattic/newspack-blocks/issues/1364)) ([46ee78c](https://github.com/Automattic/newspack-blocks/commit/46ee78c9acd10397ac602e3d972d4c10386accea))
|
|
2492
|
+
* remove unneeded group & columns blocks from patterns ([#1377](https://github.com/Automattic/newspack-blocks/issues/1377)) ([7b9483a](https://github.com/Automattic/newspack-blocks/commit/7b9483a0179136a6bb401998ddd514bfad983fde))
|
|
2493
|
+
|
|
2494
|
+
|
|
2495
|
+
### Features
|
|
2496
|
+
|
|
2497
|
+
* add popup info to donation block ([9493990](https://github.com/Automattic/newspack-blocks/commit/94939908765dcd06c77fd456ed597d9b8fbe61b3))
|
|
2498
|
+
* add popup info to donation block ([949c2bc](https://github.com/Automattic/newspack-blocks/commit/949c2bce9077b744cf5f78bca008b2489a344787))
|
|
2499
|
+
* **donate:** checkout modal for woocommerce ([#1355](https://github.com/Automattic/newspack-blocks/issues/1355)) ([0413ace](https://github.com/Automattic/newspack-blocks/commit/0413ace0d37a5175043c7843e450bb637a800ef8))
|
|
2500
|
+
* **donate:** enquque modal checkout JS only if necessary ([f877408](https://github.com/Automattic/newspack-blocks/commit/f877408ab6d168276474bdf6ca87b8dc7cfa403f))
|
|
2501
|
+
* process donation - make sure referer is relative path ([777685a](https://github.com/Automattic/newspack-blocks/commit/777685a82a261f21f2a09a5743fb86ee67b3c715))
|
|
2502
|
+
|
|
2503
|
+
# [1.63.0](https://github.com/Automattic/newspack-blocks/compare/v1.62.0...v1.63.0) (2023-02-28)
|
|
2504
|
+
|
|
2505
|
+
|
|
2506
|
+
### Bug Fixes
|
|
2507
|
+
|
|
2508
|
+
* attribute types for custom author fields ([#1365](https://github.com/Automattic/newspack-blocks/issues/1365)) ([483e49c](https://github.com/Automattic/newspack-blocks/commit/483e49cd2923ad0d9f0e5c8030df23e8e64138cb))
|
|
2509
|
+
* remove mark background in Newspack blocks ([#1363](https://github.com/Automattic/newspack-blocks/issues/1363)) ([295b7d1](https://github.com/Automattic/newspack-blocks/commit/295b7d18df51f4bb6991c415d5e288af0dbb647f))
|
|
2510
|
+
|
|
2511
|
+
|
|
2512
|
+
### Features
|
|
2513
|
+
|
|
2514
|
+
* **donate-block:** native wc subs ([#1359](https://github.com/Automattic/newspack-blocks/issues/1359)) ([9834aa0](https://github.com/Automattic/newspack-blocks/commit/9834aa0ade7d74fe2ab832ccdd96859917ca2ac0))
|
|
2515
|
+
|
|
2516
|
+
# [1.63.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.62.0...v1.63.0-alpha.1) (2023-02-17)
|
|
2517
|
+
|
|
2518
|
+
|
|
2519
|
+
### Bug Fixes
|
|
2520
|
+
|
|
2521
|
+
* attribute types for custom author fields ([#1365](https://github.com/Automattic/newspack-blocks/issues/1365)) ([483e49c](https://github.com/Automattic/newspack-blocks/commit/483e49cd2923ad0d9f0e5c8030df23e8e64138cb))
|
|
2522
|
+
* remove mark background in Newspack blocks ([#1363](https://github.com/Automattic/newspack-blocks/issues/1363)) ([295b7d1](https://github.com/Automattic/newspack-blocks/commit/295b7d18df51f4bb6991c415d5e288af0dbb647f))
|
|
2523
|
+
|
|
2524
|
+
|
|
2525
|
+
### Features
|
|
2526
|
+
|
|
2527
|
+
* **donate-block:** native wc subs ([#1359](https://github.com/Automattic/newspack-blocks/issues/1359)) ([9834aa0](https://github.com/Automattic/newspack-blocks/commit/9834aa0ade7d74fe2ab832ccdd96859917ca2ac0))
|
|
2528
|
+
|
|
2529
|
+
# [1.62.0](https://github.com/Automattic/newspack-blocks/compare/v1.61.0...v1.62.0) (2023-02-16)
|
|
2530
|
+
|
|
2531
|
+
|
|
2532
|
+
### Bug Fixes
|
|
2533
|
+
|
|
2534
|
+
* show HPP dates in correct timezone in editor ([#1348](https://github.com/Automattic/newspack-blocks/issues/1348)) ([1f3245f](https://github.com/Automattic/newspack-blocks/commit/1f3245f6f93c8982ea43539a999a0defba7489b1))
|
|
2535
|
+
|
|
2536
|
+
|
|
2537
|
+
### Features
|
|
2538
|
+
|
|
2539
|
+
* **hpb:** fetch priority attr; attrs filtering; remove disableImageLazyLoad UI ([#1351](https://github.com/Automattic/newspack-blocks/issues/1351)) ([386ae33](https://github.com/Automattic/newspack-blocks/commit/386ae33749bf1f35ccc058425c7c943ed96d890b))
|
|
2540
|
+
|
|
2541
|
+
# [1.62.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.61.0...v1.62.0-alpha.1) (2023-01-26)
|
|
2542
|
+
|
|
2543
|
+
|
|
2544
|
+
### Bug Fixes
|
|
2545
|
+
|
|
2546
|
+
* show HPP dates in correct timezone in editor ([#1348](https://github.com/Automattic/newspack-blocks/issues/1348)) ([1f3245f](https://github.com/Automattic/newspack-blocks/commit/1f3245f6f93c8982ea43539a999a0defba7489b1))
|
|
2547
|
+
|
|
2548
|
+
|
|
2549
|
+
### Features
|
|
2550
|
+
|
|
2551
|
+
* **hpb:** fetch priority attr; attrs filtering; remove disableImageLazyLoad UI ([#1351](https://github.com/Automattic/newspack-blocks/issues/1351)) ([386ae33](https://github.com/Automattic/newspack-blocks/commit/386ae33749bf1f35ccc058425c7c943ed96d890b))
|
|
2552
|
+
|
|
2553
|
+
# [1.61.0](https://github.com/Automattic/newspack-blocks/compare/v1.60.1...v1.61.0) (2023-01-25)
|
|
2554
|
+
|
|
2555
|
+
|
|
2556
|
+
### Bug Fixes
|
|
2557
|
+
|
|
2558
|
+
* **donate-stripe:** initialize Stripe only if element is visible ([#1344](https://github.com/Automattic/newspack-blocks/issues/1344)) ([207bff7](https://github.com/Automattic/newspack-blocks/commit/207bff7cadca0102e02f152875425ca608149cfe))
|
|
2559
|
+
* **HPB:** author query if CAP is unavailable ([#1336](https://github.com/Automattic/newspack-blocks/issues/1336)) ([b3ad96f](https://github.com/Automattic/newspack-blocks/commit/b3ad96f0112e05c8f7530c2e632e7a1754d760cc))
|
|
2560
|
+
* make author block font sizing more specific ([#1343](https://github.com/Automattic/newspack-blocks/issues/1343)) ([a84034f](https://github.com/Automattic/newspack-blocks/commit/a84034f81c0d04ddbfe4eeb52fbcaac33d2ef158))
|
|
2561
|
+
* make sure correct avatar is loaded when guests and users share IDs ([#1339](https://github.com/Automattic/newspack-blocks/issues/1339)) ([ebab2eb](https://github.com/Automattic/newspack-blocks/commit/ebab2eb9a3695336c394f01dd6835b46b248732c))
|
|
2562
|
+
|
|
2563
|
+
|
|
2564
|
+
### Features
|
|
2565
|
+
|
|
2566
|
+
* **homepage-posts-block:** filter image sizes based on the maximum image width ([#1322](https://github.com/Automattic/newspack-blocks/issues/1322)) ([6bed199](https://github.com/Automattic/newspack-blocks/commit/6bed1993216c31705e1ff59b55b1119aee13c4fc))
|
|
2567
|
+
|
|
2568
|
+
# [1.61.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.60.1...v1.61.0-alpha.1) (2023-01-25)
|
|
2569
|
+
|
|
2570
|
+
|
|
2571
|
+
### Bug Fixes
|
|
2572
|
+
|
|
2573
|
+
* **donate-stripe:** initialize Stripe only if element is visible ([#1344](https://github.com/Automattic/newspack-blocks/issues/1344)) ([207bff7](https://github.com/Automattic/newspack-blocks/commit/207bff7cadca0102e02f152875425ca608149cfe))
|
|
2574
|
+
* **HPB:** author query if CAP is unavailable ([#1336](https://github.com/Automattic/newspack-blocks/issues/1336)) ([b3ad96f](https://github.com/Automattic/newspack-blocks/commit/b3ad96f0112e05c8f7530c2e632e7a1754d760cc))
|
|
2575
|
+
* make author block font sizing more specific ([#1343](https://github.com/Automattic/newspack-blocks/issues/1343)) ([a84034f](https://github.com/Automattic/newspack-blocks/commit/a84034f81c0d04ddbfe4eeb52fbcaac33d2ef158))
|
|
2576
|
+
* make sure correct avatar is loaded when guests and users share IDs ([#1339](https://github.com/Automattic/newspack-blocks/issues/1339)) ([ebab2eb](https://github.com/Automattic/newspack-blocks/commit/ebab2eb9a3695336c394f01dd6835b46b248732c))
|
|
2577
|
+
|
|
2578
|
+
|
|
2579
|
+
### Features
|
|
2580
|
+
|
|
2581
|
+
* **homepage-posts-block:** filter image sizes based on the maximum image width ([#1322](https://github.com/Automattic/newspack-blocks/issues/1322)) ([6bed199](https://github.com/Automattic/newspack-blocks/commit/6bed1993216c31705e1ff59b55b1119aee13c4fc))
|
|
2582
|
+
|
|
2583
|
+
## [1.60.1](https://github.com/Automattic/newspack-blocks/compare/v1.60.0...v1.60.1) (2023-01-12)
|
|
2584
|
+
|
|
2585
|
+
|
|
2586
|
+
### Bug Fixes
|
|
2587
|
+
|
|
2588
|
+
* use release version number instead of filemtime for JS asset versions ([623b620](https://github.com/Automattic/newspack-blocks/commit/623b620ffa50c8bd7907188db7529b44cfdf9209))
|
|
2589
|
+
|
|
2590
|
+
## [1.60.1-hotfix.1](https://github.com/Automattic/newspack-blocks/compare/v1.60.0...v1.60.1-hotfix.1) (2023-01-12)
|
|
2591
|
+
|
|
2592
|
+
|
|
2593
|
+
### Bug Fixes
|
|
2594
|
+
|
|
2595
|
+
* use release version number instead of filemtime for JS asset versions ([623b620](https://github.com/Automattic/newspack-blocks/commit/623b620ffa50c8bd7907188db7529b44cfdf9209))
|
|
2596
|
+
|
|
2597
|
+
# [1.60.0](https://github.com/Automattic/newspack-blocks/compare/v1.59.1...v1.60.0) (2023-01-09)
|
|
2598
|
+
|
|
2599
|
+
|
|
2600
|
+
### Bug Fixes
|
|
2601
|
+
|
|
2602
|
+
* allow all img tag attributes in avatar output ([#1333](https://github.com/Automattic/newspack-blocks/issues/1333)) ([2f57019](https://github.com/Automattic/newspack-blocks/commit/2f570192c4fc4e29a7b532c53309bdcef5cab9cb))
|
|
2603
|
+
|
|
2604
|
+
|
|
2605
|
+
### Features
|
|
2606
|
+
|
|
2607
|
+
* **donate block:** tiers layout ([#1311](https://github.com/Automattic/newspack-blocks/issues/1311)) ([9228ee4](https://github.com/Automattic/newspack-blocks/commit/9228ee46e4059fecb0a964919a295a72f5691032))
|
|
2608
|
+
* **donate:** additional fields on the form ([#1330](https://github.com/Automattic/newspack-blocks/issues/1330)) ([1f6869d](https://github.com/Automattic/newspack-blocks/commit/1f6869d2c11c374eda7e56e9aa1425383d9dcd97))
|
|
2609
|
+
* handle 'other' reader revenue platform in the editor ([0e6ca8a](https://github.com/Automattic/newspack-blocks/commit/0e6ca8a4e78f66db35e9d95a1ba9810a08aeaebb))
|
|
2610
|
+
* unregister Jetpack Subscriptions block to avoid confusion with Newspack blocks ([#1337](https://github.com/Automattic/newspack-blocks/issues/1337)) ([7dab5fc](https://github.com/Automattic/newspack-blocks/commit/7dab5fcff9bcf38636becc030bdab1c612a8d0ab))
|
|
2611
|
+
|
|
2612
|
+
# [1.60.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v1.60.0-alpha.1...v1.60.0-alpha.2) (2022-12-22)
|
|
2613
|
+
|
|
2614
|
+
|
|
2615
|
+
### Features
|
|
2616
|
+
|
|
2617
|
+
* **donate:** additional fields on the form ([#1330](https://github.com/Automattic/newspack-blocks/issues/1330)) ([1f6869d](https://github.com/Automattic/newspack-blocks/commit/1f6869d2c11c374eda7e56e9aa1425383d9dcd97))
|
|
2618
|
+
* unregister Jetpack Subscriptions block to avoid confusion with Newspack blocks ([#1337](https://github.com/Automattic/newspack-blocks/issues/1337)) ([7dab5fc](https://github.com/Automattic/newspack-blocks/commit/7dab5fcff9bcf38636becc030bdab1c612a8d0ab))
|
|
2619
|
+
|
|
2620
|
+
# [1.60.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.59.1...v1.60.0-alpha.1) (2022-12-20)
|
|
2621
|
+
|
|
2622
|
+
|
|
2623
|
+
### Bug Fixes
|
|
2624
|
+
|
|
2625
|
+
* allow all img tag attributes in avatar output ([#1333](https://github.com/Automattic/newspack-blocks/issues/1333)) ([2f57019](https://github.com/Automattic/newspack-blocks/commit/2f570192c4fc4e29a7b532c53309bdcef5cab9cb))
|
|
2626
|
+
|
|
2627
|
+
|
|
2628
|
+
### Features
|
|
2629
|
+
|
|
2630
|
+
* **donate block:** tiers layout ([#1311](https://github.com/Automattic/newspack-blocks/issues/1311)) ([9228ee4](https://github.com/Automattic/newspack-blocks/commit/9228ee46e4059fecb0a964919a295a72f5691032))
|
|
2631
|
+
* handle 'other' reader revenue platform in the editor ([0e6ca8a](https://github.com/Automattic/newspack-blocks/commit/0e6ca8a4e78f66db35e9d95a1ba9810a08aeaebb))
|
|
2632
|
+
|
|
2633
|
+
## [1.59.1](https://github.com/Automattic/newspack-blocks/compare/v1.59.0...v1.59.1) (2022-12-12)
|
|
2634
|
+
|
|
2635
|
+
|
|
2636
|
+
### Bug Fixes
|
|
2637
|
+
|
|
2638
|
+
* **donate:** override defaults with manual config ([#1313](https://github.com/Automattic/newspack-blocks/issues/1313)) ([637284f](https://github.com/Automattic/newspack-blocks/commit/637284f4e42868125785a7139f440a364fc516e8))
|
|
2639
|
+
* update CI orb newspack-scripts ([a6675b7](https://github.com/Automattic/newspack-blocks/commit/a6675b780e58f995bea6bc4c58fa11c56a99679f))
|
|
2640
|
+
|
|
2641
|
+
## [1.59.1-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.59.0...v1.59.1-alpha.1) (2022-12-01)
|
|
2642
|
+
|
|
2643
|
+
|
|
2644
|
+
### Bug Fixes
|
|
2645
|
+
|
|
2646
|
+
* **donate:** override defaults with manual config ([#1313](https://github.com/Automattic/newspack-blocks/issues/1313)) ([637284f](https://github.com/Automattic/newspack-blocks/commit/637284f4e42868125785a7139f440a364fc516e8))
|
|
2647
|
+
* update CI orb newspack-scripts ([a6675b7](https://github.com/Automattic/newspack-blocks/commit/a6675b780e58f995bea6bc4c58fa11c56a99679f))
|
|
2648
|
+
|
|
2649
|
+
# [1.59.0](https://github.com/Automattic/newspack-blocks/compare/v1.58.1...v1.59.0) (2022-11-14)
|
|
2650
|
+
|
|
2651
|
+
|
|
2652
|
+
### Bug Fixes
|
|
2653
|
+
|
|
2654
|
+
* update newspack-scripts and CI orb ([#1304](https://github.com/Automattic/newspack-blocks/issues/1304)) ([25852a9](https://github.com/Automattic/newspack-blocks/commit/25852a90f121ac588dfe3b892bad433aedd5a20a))
|
|
2655
|
+
|
|
2656
|
+
|
|
2657
|
+
### Features
|
|
2658
|
+
|
|
2659
|
+
* display newspack's author custom fields ([#1302](https://github.com/Automattic/newspack-blocks/issues/1302)) ([081f228](https://github.com/Automattic/newspack-blocks/commit/081f228f0655b36c7ab5891a7756a4259435239a)), closes [#1166](https://github.com/Automattic/newspack-blocks/issues/1166)
|
|
2660
|
+
|
|
2661
|
+
# [1.59.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v1.59.0-alpha.1...v1.59.0-alpha.2) (2022-11-11)
|
|
2662
|
+
|
|
2663
|
+
|
|
2664
|
+
### Bug Fixes
|
|
2665
|
+
|
|
2666
|
+
* update newspack-scripts and CI orb ([#1304](https://github.com/Automattic/newspack-blocks/issues/1304)) ([25852a9](https://github.com/Automattic/newspack-blocks/commit/25852a90f121ac588dfe3b892bad433aedd5a20a))
|
|
2667
|
+
|
|
2668
|
+
# [1.59.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.58.1...v1.59.0-alpha.1) (2022-11-03)
|
|
2669
|
+
|
|
2670
|
+
|
|
2671
|
+
### Features
|
|
2672
|
+
|
|
2673
|
+
* display newspack's author custom fields ([#1302](https://github.com/Automattic/newspack-blocks/issues/1302)) ([081f228](https://github.com/Automattic/newspack-blocks/commit/081f228f0655b36c7ab5891a7756a4259435239a)), closes [#1166](https://github.com/Automattic/newspack-blocks/issues/1166)
|
|
2674
|
+
|
|
2675
|
+
## [1.58.1](https://github.com/Automattic/newspack-blocks/compare/v1.58.0...v1.58.1) (2022-10-19)
|
|
2676
|
+
|
|
2677
|
+
|
|
2678
|
+
### Bug Fixes
|
|
2679
|
+
|
|
2680
|
+
* linter errors caused by $sponsor_classes ([#1286](https://github.com/Automattic/newspack-blocks/issues/1286)) ([21c6545](https://github.com/Automattic/newspack-blocks/commit/21c65453d66c5e279a8f258c83bf4851bb072236))
|
|
2681
|
+
* make sure sponsor flag previews in editor ([#1279](https://github.com/Automattic/newspack-blocks/issues/1279)) ([e63c3ab](https://github.com/Automattic/newspack-blocks/commit/e63c3ab04b0b01545f54a6c8df741e3b7f082cd8))
|
|
2682
|
+
|
|
2683
|
+
## [1.58.1-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.58.0...v1.58.1-alpha.1) (2022-10-06)
|
|
2684
|
+
|
|
2685
|
+
|
|
2686
|
+
### Bug Fixes
|
|
2687
|
+
|
|
2688
|
+
* linter errors caused by $sponsor_classes ([#1286](https://github.com/Automattic/newspack-blocks/issues/1286)) ([21c6545](https://github.com/Automattic/newspack-blocks/commit/21c65453d66c5e279a8f258c83bf4851bb072236))
|
|
2689
|
+
* make sure sponsor flag previews in editor ([#1279](https://github.com/Automattic/newspack-blocks/issues/1279)) ([e63c3ab](https://github.com/Automattic/newspack-blocks/commit/e63c3ab04b0b01545f54a6c8df741e3b7f082cd8))
|
|
2690
|
+
|
|
2691
|
+
# [1.58.0](https://github.com/Automattic/newspack-blocks/compare/v1.57.0...v1.58.0) (2022-09-27)
|
|
2692
|
+
|
|
2693
|
+
|
|
2694
|
+
### Bug Fixes
|
|
2695
|
+
|
|
2696
|
+
* **donate:** handle zero fees ([744fa50](https://github.com/Automattic/newspack-blocks/commit/744fa50eb4b4c1585a078c5cfc773be1f491920a))
|
|
2697
|
+
* **donate:** user id handling ([29efec8](https://github.com/Automattic/newspack-blocks/commit/29efec84644b7b1ddcc2b72734b58d03c760f30c))
|
|
2698
|
+
|
|
2699
|
+
|
|
2700
|
+
### Features
|
|
2701
|
+
|
|
2702
|
+
* **donations:** pass client metadata when creating a WC membership ([764a4e4](https://github.com/Automattic/newspack-blocks/commit/764a4e4bbcb5777ab5be7f17894907c709bf424c))
|
|
2703
|
+
|
|
2704
|
+
# [1.58.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.57.0...v1.58.0-alpha.1) (2022-09-26)
|
|
2705
|
+
|
|
2706
|
+
|
|
2707
|
+
### Bug Fixes
|
|
2708
|
+
|
|
2709
|
+
* **donate:** handle zero fees ([744fa50](https://github.com/Automattic/newspack-blocks/commit/744fa50eb4b4c1585a078c5cfc773be1f491920a))
|
|
2710
|
+
* **donate:** user id handling ([29efec8](https://github.com/Automattic/newspack-blocks/commit/29efec84644b7b1ddcc2b72734b58d03c760f30c))
|
|
2711
|
+
|
|
2712
|
+
|
|
2713
|
+
### Features
|
|
2714
|
+
|
|
2715
|
+
* **donations:** pass client metadata when creating a WC membership ([764a4e4](https://github.com/Automattic/newspack-blocks/commit/764a4e4bbcb5777ab5be7f17894907c709bf424c))
|
|
2716
|
+
|
|
2717
|
+
# [1.57.0](https://github.com/Automattic/newspack-blocks/compare/v1.56.0...v1.57.0) (2022-09-14)
|
|
2718
|
+
|
|
2719
|
+
|
|
2720
|
+
### Bug Fixes
|
|
2721
|
+
|
|
2722
|
+
* add button block class to the Homepage Posts more button ([#1252](https://github.com/Automattic/newspack-blocks/issues/1252)) ([c4d565c](https://github.com/Automattic/newspack-blocks/commit/c4d565c1dcac3c62d4ce299bc74d422bc2b686cc))
|
|
2723
|
+
* correct Donate thank you message alignment ([#1258](https://github.com/Automattic/newspack-blocks/issues/1258)) ([e838e61](https://github.com/Automattic/newspack-blocks/commit/e838e61c58ad8f3aef85b8c6b73ef61526e7bfa0))
|
|
2724
|
+
* disambiguate users and guest authors in Author List exclusions ([#1154](https://github.com/Automattic/newspack-blocks/issues/1154)) ([c59056b](https://github.com/Automattic/newspack-blocks/commit/c59056bbd21359b1167998f961f59e607cc3bd67))
|
|
2725
|
+
* **donate:** default value not below minimum donation ([#1248](https://github.com/Automattic/newspack-blocks/issues/1248)) ([368e856](https://github.com/Automattic/newspack-blocks/commit/368e85634df97bf011ae2274460695fb6d1b6cc3))
|
|
2726
|
+
* **donate:** use first & last name as default name ([#1255](https://github.com/Automattic/newspack-blocks/issues/1255)) ([105d95b](https://github.com/Automattic/newspack-blocks/commit/105d95b7679daae21b204783e25cd6659d787b3e))
|
|
2727
|
+
* re-add excerpt length preview in editor ([#1247](https://github.com/Automattic/newspack-blocks/issues/1247)) ([bdbe86e](https://github.com/Automattic/newspack-blocks/commit/bdbe86eb0811152dbac2f621e481bb19403b5837))
|
|
2728
|
+
* update Homepage Posts grid spacing and add control ([#1245](https://github.com/Automattic/newspack-blocks/issues/1245)) ([9fa6972](https://github.com/Automattic/newspack-blocks/commit/9fa6972793d3ae82b008e098736337e4dd332dba))
|
|
2729
|
+
|
|
2730
|
+
|
|
2731
|
+
### Features
|
|
2732
|
+
|
|
2733
|
+
* handle minimum donation option in Donate block ([#1239](https://github.com/Automattic/newspack-blocks/issues/1239)) ([10dfefe](https://github.com/Automattic/newspack-blocks/commit/10dfefe43d1130490a18aa51e2509a8fae7d12a0))
|
|
2734
|
+
* if donation via a prompt, add prompt ID to Stripe payment metadata ([#1253](https://github.com/Automattic/newspack-blocks/issues/1253)) ([b8cb0e9](https://github.com/Automattic/newspack-blocks/commit/b8cb0e9ffa7a42d6d8cf1c7dbcbce824f900e8a3))
|
|
2735
|
+
|
|
2736
|
+
# [1.57.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v1.57.0-alpha.1...v1.57.0-alpha.2) (2022-09-06)
|
|
2737
|
+
|
|
2738
|
+
|
|
2739
|
+
### Bug Fixes
|
|
2740
|
+
|
|
2741
|
+
* correct Donate thank you message alignment ([#1258](https://github.com/Automattic/newspack-blocks/issues/1258)) ([e838e61](https://github.com/Automattic/newspack-blocks/commit/e838e61c58ad8f3aef85b8c6b73ef61526e7bfa0))
|
|
2742
|
+
* update Homepage Posts grid spacing and add control ([#1245](https://github.com/Automattic/newspack-blocks/issues/1245)) ([9fa6972](https://github.com/Automattic/newspack-blocks/commit/9fa6972793d3ae82b008e098736337e4dd332dba))
|
|
2743
|
+
|
|
2744
|
+
# [1.57.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.56.0...v1.57.0-alpha.1) (2022-08-26)
|
|
2745
|
+
|
|
2746
|
+
|
|
2747
|
+
### Bug Fixes
|
|
2748
|
+
|
|
2749
|
+
* add button block class to the Homepage Posts more button ([#1252](https://github.com/Automattic/newspack-blocks/issues/1252)) ([c4d565c](https://github.com/Automattic/newspack-blocks/commit/c4d565c1dcac3c62d4ce299bc74d422bc2b686cc))
|
|
2750
|
+
* disambiguate users and guest authors in Author List exclusions ([#1154](https://github.com/Automattic/newspack-blocks/issues/1154)) ([c59056b](https://github.com/Automattic/newspack-blocks/commit/c59056bbd21359b1167998f961f59e607cc3bd67))
|
|
2751
|
+
* **donate:** default value not below minimum donation ([#1248](https://github.com/Automattic/newspack-blocks/issues/1248)) ([368e856](https://github.com/Automattic/newspack-blocks/commit/368e85634df97bf011ae2274460695fb6d1b6cc3))
|
|
2752
|
+
* **donate:** use first & last name as default name ([#1255](https://github.com/Automattic/newspack-blocks/issues/1255)) ([105d95b](https://github.com/Automattic/newspack-blocks/commit/105d95b7679daae21b204783e25cd6659d787b3e))
|
|
2753
|
+
* re-add excerpt length preview in editor ([#1247](https://github.com/Automattic/newspack-blocks/issues/1247)) ([bdbe86e](https://github.com/Automattic/newspack-blocks/commit/bdbe86eb0811152dbac2f621e481bb19403b5837))
|
|
2754
|
+
|
|
2755
|
+
|
|
2756
|
+
### Features
|
|
2757
|
+
|
|
2758
|
+
* handle minimum donation option in Donate block ([#1239](https://github.com/Automattic/newspack-blocks/issues/1239)) ([10dfefe](https://github.com/Automattic/newspack-blocks/commit/10dfefe43d1130490a18aa51e2509a8fae7d12a0))
|
|
2759
|
+
* if donation via a prompt, add prompt ID to Stripe payment metadata ([#1253](https://github.com/Automattic/newspack-blocks/issues/1253)) ([b8cb0e9](https://github.com/Automattic/newspack-blocks/commit/b8cb0e9ffa7a42d6d8cf1c7dbcbce824f900e8a3))
|
|
2760
|
+
|
|
2761
|
+
# [1.56.0](https://github.com/Automattic/newspack-blocks/compare/v1.55.0...v1.56.0) (2022-08-16)
|
|
2762
|
+
|
|
2763
|
+
|
|
2764
|
+
### Bug Fixes
|
|
2765
|
+
|
|
2766
|
+
* ensure amount is always defined for totalAmount calculation ([#1227](https://github.com/Automattic/newspack-blocks/issues/1227)) ([b1910dc](https://github.com/Automattic/newspack-blocks/commit/b1910dc117140c489d6a8ff960722e9693cd3327))
|
|
2767
|
+
* force a new alpha build ([8bf60a8](https://github.com/Automattic/newspack-blocks/commit/8bf60a8ca1ffc739b3b0f0f62c595c44c4e7615f))
|
|
2768
|
+
* merge conflicts and force new build again ([b9020c6](https://github.com/Automattic/newspack-blocks/commit/b9020c67eff7bf09af7b10117b33b34592501356))
|
|
2769
|
+
* resolve merge conflicts with [#1234](https://github.com/Automattic/newspack-blocks/issues/1234) ([15fe247](https://github.com/Automattic/newspack-blocks/commit/15fe2472a98d2938e64cdcf711eb61cfa15a40e8))
|
|
2770
|
+
|
|
2771
|
+
|
|
2772
|
+
### Features
|
|
2773
|
+
|
|
2774
|
+
* **donate:** add current_page_url to client metadata ([32e18a4](https://github.com/Automattic/newspack-blocks/commit/32e18a4f74a59723ab96ea9905fba0837a75c935))
|
|
2775
|
+
* **donate:** customise donate button texts ([#1219](https://github.com/Automattic/newspack-blocks/issues/1219)) ([8bda0f0](https://github.com/Automattic/newspack-blocks/commit/8bda0f0ef23895455fd99aa17069aeed2c8468a4))
|
|
2776
|
+
* **donate:** mobile style; UX tweaks ([#1201](https://github.com/Automattic/newspack-blocks/issues/1201)) ([65a1285](https://github.com/Automattic/newspack-blocks/commit/65a1285b49ffa86b145d24eac6968cdfd0530770))
|
|
2777
|
+
* **donate:** refresh reader authentication ([#1236](https://github.com/Automattic/newspack-blocks/issues/1236)) ([f21904b](https://github.com/Automattic/newspack-blocks/commit/f21904b59a3a9d4295f74f34eebf3e9b8773cb4c))
|
|
2778
|
+
|
|
2779
|
+
# [1.56.0-alpha.4](https://github.com/Automattic/newspack-blocks/compare/v1.56.0-alpha.3...v1.56.0-alpha.4) (2022-08-12)
|
|
2780
|
+
|
|
2781
|
+
|
|
2782
|
+
### Bug Fixes
|
|
2783
|
+
|
|
2784
|
+
* merge conflicts and force new build again ([b9020c6](https://github.com/Automattic/newspack-blocks/commit/b9020c67eff7bf09af7b10117b33b34592501356))
|
|
2785
|
+
|
|
2786
|
+
# [1.56.0-alpha.3](https://github.com/Automattic/newspack-blocks/compare/v1.56.0-alpha.2...v1.56.0-alpha.3) (2022-08-12)
|
|
2787
|
+
|
|
2788
|
+
|
|
2789
|
+
### Bug Fixes
|
|
2790
|
+
|
|
2791
|
+
* force a new alpha build ([8bf60a8](https://github.com/Automattic/newspack-blocks/commit/8bf60a8ca1ffc739b3b0f0f62c595c44c4e7615f))
|
|
2792
|
+
|
|
2793
|
+
# [1.56.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v1.56.0-alpha.1...v1.56.0-alpha.2) (2022-08-12)
|
|
2794
|
+
|
|
2795
|
+
|
|
2796
|
+
### Bug Fixes
|
|
2797
|
+
|
|
2798
|
+
* ensure amount is always defined for totalAmount calculation ([#1227](https://github.com/Automattic/newspack-blocks/issues/1227)) ([b1910dc](https://github.com/Automattic/newspack-blocks/commit/b1910dc117140c489d6a8ff960722e9693cd3327))
|
|
2799
|
+
* resolve merge conflicts with [#1234](https://github.com/Automattic/newspack-blocks/issues/1234) ([15fe247](https://github.com/Automattic/newspack-blocks/commit/15fe2472a98d2938e64cdcf711eb61cfa15a40e8))
|
|
2800
|
+
|
|
2801
|
+
|
|
2802
|
+
### Features
|
|
2803
|
+
|
|
2804
|
+
* **donate:** refresh reader authentication ([#1236](https://github.com/Automattic/newspack-blocks/issues/1236)) ([f21904b](https://github.com/Automattic/newspack-blocks/commit/f21904b59a3a9d4295f74f34eebf3e9b8773cb4c))
|
|
2805
|
+
|
|
2806
|
+
# [1.56.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.55.0...v1.56.0-alpha.1) (2022-08-10)
|
|
2807
|
+
|
|
2808
|
+
|
|
2809
|
+
### Features
|
|
2810
|
+
|
|
2811
|
+
* **donate:** add current_page_url to client metadata ([32e18a4](https://github.com/Automattic/newspack-blocks/commit/32e18a4f74a59723ab96ea9905fba0837a75c935))
|
|
2812
|
+
* **donate:** customise donate button texts ([#1219](https://github.com/Automattic/newspack-blocks/issues/1219)) ([8bda0f0](https://github.com/Automattic/newspack-blocks/commit/8bda0f0ef23895455fd99aa17069aeed2c8468a4))
|
|
2813
|
+
* **donate:** mobile style; UX tweaks ([#1201](https://github.com/Automattic/newspack-blocks/issues/1201)) ([65a1285](https://github.com/Automattic/newspack-blocks/commit/65a1285b49ffa86b145d24eac6968cdfd0530770))
|
|
2814
|
+
|
|
2815
|
+
# [1.55.0](https://github.com/Automattic/newspack-blocks/compare/v1.54.1...v1.55.0) (2022-08-10)
|
|
2816
|
+
|
|
2817
|
+
|
|
2818
|
+
### Bug Fixes
|
|
2819
|
+
|
|
2820
|
+
* check that grecaptcha library exists before using its methods ([97b7832](https://github.com/Automattic/newspack-blocks/commit/97b783251c0f1f8d9d6921b6fc6453757a442bd1))
|
|
2821
|
+
* esc user-inputted key value before appending to URL ([be1acb1](https://github.com/Automattic/newspack-blocks/commit/be1acb15e424f1077ad6b54d9688f182e0c49600))
|
|
2822
|
+
* phpcs lint ([cd8fe6f](https://github.com/Automattic/newspack-blocks/commit/cd8fe6f3c7b2529adc00f17b2e8ba354ebb611be))
|
|
2823
|
+
* replace hardcoded test secret key ([4fd9d8f](https://github.com/Automattic/newspack-blocks/commit/4fd9d8fecb718918da41f08330eb51edf747c858))
|
|
2824
|
+
|
|
2825
|
+
|
|
2826
|
+
### Features
|
|
2827
|
+
|
|
2828
|
+
* use reCaptcha v3 to secure Stripe donate forms ([e3c6639](https://github.com/Automattic/newspack-blocks/commit/e3c6639a066694f15404ec2c9910c71509143fec))
|
|
2829
|
+
|
|
2830
|
+
## [1.54.1](https://github.com/Automattic/newspack-blocks/compare/v1.54.0...v1.54.1) (2022-07-29)
|
|
2831
|
+
|
|
2832
|
+
|
|
2833
|
+
### Bug Fixes
|
|
2834
|
+
|
|
2835
|
+
* **donate-block:** handle default frequency from attributes ([4de797a](https://github.com/Automattic/newspack-blocks/commit/4de797a396c7ca3f7f07416c44a9f87a8ce37af1))
|
|
2836
|
+
|
|
2837
|
+
# [1.54.0](https://github.com/Automattic/newspack-blocks/compare/v1.53.1...v1.54.0) (2022-07-26)
|
|
2838
|
+
|
|
2839
|
+
|
|
2840
|
+
### Bug Fixes
|
|
2841
|
+
|
|
2842
|
+
* resolve merge conflict with release ([#1199](https://github.com/Automattic/newspack-blocks/issues/1199)) ([ce82826](https://github.com/Automattic/newspack-blocks/commit/ce82826fdabda6a68caf9c65eae46b762caf6eef))
|
|
2843
|
+
|
|
2844
|
+
|
|
2845
|
+
### Features
|
|
2846
|
+
|
|
2847
|
+
* **donate-block:** amounts and frequencies customisation ([#1191](https://github.com/Automattic/newspack-blocks/issues/1191)) ([99d967f](https://github.com/Automattic/newspack-blocks/commit/99d967f46f7a0da2f8f74ad799456193252ffc31))
|
|
2848
|
+
* homepage posts patterns with ad unit ([#1170](https://github.com/Automattic/newspack-blocks/issues/1170)) ([a2e652e](https://github.com/Automattic/newspack-blocks/commit/a2e652ebe363adcd7e15484bf5b72b7d6d63bc38))
|
|
2849
|
+
* support new sponsor options to show authors and categories ([#1156](https://github.com/Automattic/newspack-blocks/issues/1156)) ([67e8834](https://github.com/Automattic/newspack-blocks/commit/67e8834e5a1bfe0dbe1d3eb9d899be412c3197ac))
|
|
2850
|
+
|
|
2851
|
+
# [1.54.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.53.1...v1.54.0-alpha.1) (2022-07-14)
|
|
2852
|
+
|
|
2853
|
+
|
|
2854
|
+
### Bug Fixes
|
|
2855
|
+
|
|
2856
|
+
* resolve merge conflict with release ([#1199](https://github.com/Automattic/newspack-blocks/issues/1199)) ([ce82826](https://github.com/Automattic/newspack-blocks/commit/ce82826fdabda6a68caf9c65eae46b762caf6eef))
|
|
2857
|
+
|
|
2858
|
+
|
|
2859
|
+
### Features
|
|
2860
|
+
|
|
2861
|
+
* **donate-block:** amounts and frequencies customisation ([#1191](https://github.com/Automattic/newspack-blocks/issues/1191)) ([99d967f](https://github.com/Automattic/newspack-blocks/commit/99d967f46f7a0da2f8f74ad799456193252ffc31))
|
|
2862
|
+
* homepage posts patterns with ad unit ([#1170](https://github.com/Automattic/newspack-blocks/issues/1170)) ([a2e652e](https://github.com/Automattic/newspack-blocks/commit/a2e652ebe363adcd7e15484bf5b72b7d6d63bc38))
|
|
2863
|
+
* support new sponsor options to show authors and categories ([#1156](https://github.com/Automattic/newspack-blocks/issues/1156)) ([67e8834](https://github.com/Automattic/newspack-blocks/commit/67e8834e5a1bfe0dbe1d3eb9d899be412c3197ac))
|
|
2864
|
+
|
|
2865
|
+
## [1.53.1](https://github.com/Automattic/newspack-blocks/compare/v1.53.0...v1.53.1) (2022-07-05)
|
|
2866
|
+
|
|
2867
|
+
|
|
2868
|
+
### Bug Fixes
|
|
2869
|
+
|
|
2870
|
+
* guest author selection in Author Profile block ([#1188](https://github.com/Automattic/newspack-blocks/issues/1188)) ([085efaf](https://github.com/Automattic/newspack-blocks/commit/085efaf431b70ad15514a0d33c7ad0ce0697387e))
|
|
2871
|
+
|
|
2872
|
+
# [1.53.0](https://github.com/Automattic/newspack-blocks/compare/v1.52.0...v1.53.0) (2022-06-27)
|
|
2873
|
+
|
|
2874
|
+
|
|
2875
|
+
### Bug Fixes
|
|
2876
|
+
|
|
2877
|
+
* **donate:** amount formatting ([c766ce3](https://github.com/Automattic/newspack-blocks/commit/c766ce38fd8aba8fb1c6a688f96f7d6b1ddb05bf))
|
|
2878
|
+
* **homepage posts block:** align items when an odd number of items is inserted ([#1173](https://github.com/Automattic/newspack-blocks/issues/1173)) ([7139567](https://github.com/Automattic/newspack-blocks/commit/71395679c60f4ce544d35ced95a97eff0d423539))
|
|
2879
|
+
* **iframe-block:** handle errors from server-side fetch ([#1162](https://github.com/Automattic/newspack-blocks/issues/1162)) ([8378b41](https://github.com/Automattic/newspack-blocks/commit/8378b417c279dd03bcaa11d7676248f67a77d812))
|
|
2880
|
+
* make sure block exists before unregistering ([#1169](https://github.com/Automattic/newspack-blocks/issues/1169)) ([6d3deed](https://github.com/Automattic/newspack-blocks/commit/6d3deed0918851172560956ab8bc59d918caaae5))
|
|
2881
|
+
|
|
2882
|
+
|
|
2883
|
+
### Features
|
|
2884
|
+
|
|
2885
|
+
* unregister the Jetpack Donation block ([#1163](https://github.com/Automattic/newspack-blocks/issues/1163)) ([6acbcac](https://github.com/Automattic/newspack-blocks/commit/6acbcac378b267f726efcde06552b9fdd2fb8218))
|
|
2886
|
+
|
|
2887
|
+
# [1.53.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.52.0...v1.53.0-alpha.1) (2022-06-16)
|
|
2888
|
+
|
|
2889
|
+
|
|
2890
|
+
### Bug Fixes
|
|
2891
|
+
|
|
2892
|
+
* **donate:** amount formatting ([c766ce3](https://github.com/Automattic/newspack-blocks/commit/c766ce38fd8aba8fb1c6a688f96f7d6b1ddb05bf))
|
|
2893
|
+
* **homepage posts block:** align items when an odd number of items is inserted ([#1173](https://github.com/Automattic/newspack-blocks/issues/1173)) ([7139567](https://github.com/Automattic/newspack-blocks/commit/71395679c60f4ce544d35ced95a97eff0d423539))
|
|
2894
|
+
* **iframe-block:** handle errors from server-side fetch ([#1162](https://github.com/Automattic/newspack-blocks/issues/1162)) ([8378b41](https://github.com/Automattic/newspack-blocks/commit/8378b417c279dd03bcaa11d7676248f67a77d812))
|
|
2895
|
+
* make sure block exists before unregistering ([#1169](https://github.com/Automattic/newspack-blocks/issues/1169)) ([6d3deed](https://github.com/Automattic/newspack-blocks/commit/6d3deed0918851172560956ab8bc59d918caaae5))
|
|
2896
|
+
|
|
2897
|
+
|
|
2898
|
+
### Features
|
|
2899
|
+
|
|
2900
|
+
* unregister the Jetpack Donation block ([#1163](https://github.com/Automattic/newspack-blocks/issues/1163)) ([6acbcac](https://github.com/Automattic/newspack-blocks/commit/6acbcac378b267f726efcde06552b9fdd2fb8218))
|
|
2901
|
+
|
|
2902
|
+
# [1.52.0](https://github.com/Automattic/newspack-blocks/compare/v1.51.0...v1.52.0) (2022-06-13)
|
|
2903
|
+
|
|
2904
|
+
|
|
2905
|
+
### Bug Fixes
|
|
2906
|
+
|
|
2907
|
+
* correct donate block tab spacing in editor ([#1153](https://github.com/Automattic/newspack-blocks/issues/1153)) ([c17221f](https://github.com/Automattic/newspack-blocks/commit/c17221fae28e651189893e6536471772b7b73a55))
|
|
2908
|
+
* disambiguate WP users vs. guest authors with same ID ([#1143](https://github.com/Automattic/newspack-blocks/issues/1143)) ([d3c5920](https://github.com/Automattic/newspack-blocks/commit/d3c5920ad0520976b2ff7b0b2ad9f89ab028bc3a))
|
|
2909
|
+
* echo closing link tags on sponsor bylines ([#1152](https://github.com/Automattic/newspack-blocks/issues/1152)) ([f80893f](https://github.com/Automattic/newspack-blocks/commit/f80893f271dfdf91a359278d5b2365f619bdad4b))
|
|
2910
|
+
* remove custom column block styles ([#1133](https://github.com/Automattic/newspack-blocks/issues/1133)) ([bd79783](https://github.com/Automattic/newspack-blocks/commit/bd797830364c2db88375a9239bd18a9c1145d98f))
|
|
2911
|
+
* skipped linked images when navigating blocks by keyboard ([#1144](https://github.com/Automattic/newspack-blocks/issues/1144)) ([8975787](https://github.com/Automattic/newspack-blocks/commit/8975787776e4aef4c14b2ae26ac37fb2fb6e0dd0))
|
|
2912
|
+
|
|
2913
|
+
|
|
2914
|
+
### Features
|
|
2915
|
+
|
|
2916
|
+
* add new subscribe pattern ([#1142](https://github.com/Automattic/newspack-blocks/issues/1142)) ([97d632e](https://github.com/Automattic/newspack-blocks/commit/97d632e3ed815d402bf1876d269cad87a572332b))
|
|
2917
|
+
* remove support for the Aside post format ([#1139](https://github.com/Automattic/newspack-blocks/issues/1139)) ([9f9cdf4](https://github.com/Automattic/newspack-blocks/commit/9f9cdf4a9f2119faf4cd698f305d58a4f0e4bcd3))
|
|
2918
|
+
|
|
2919
|
+
# [1.52.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.51.0...v1.52.0-alpha.1) (2022-06-02)
|
|
2920
|
+
|
|
2921
|
+
|
|
2922
|
+
### Bug Fixes
|
|
2923
|
+
|
|
2924
|
+
* correct donate block tab spacing in editor ([#1153](https://github.com/Automattic/newspack-blocks/issues/1153)) ([c17221f](https://github.com/Automattic/newspack-blocks/commit/c17221fae28e651189893e6536471772b7b73a55))
|
|
2925
|
+
* disambiguate WP users vs. guest authors with same ID ([#1143](https://github.com/Automattic/newspack-blocks/issues/1143)) ([d3c5920](https://github.com/Automattic/newspack-blocks/commit/d3c5920ad0520976b2ff7b0b2ad9f89ab028bc3a))
|
|
2926
|
+
* echo closing link tags on sponsor bylines ([#1152](https://github.com/Automattic/newspack-blocks/issues/1152)) ([f80893f](https://github.com/Automattic/newspack-blocks/commit/f80893f271dfdf91a359278d5b2365f619bdad4b))
|
|
2927
|
+
* remove custom column block styles ([#1133](https://github.com/Automattic/newspack-blocks/issues/1133)) ([bd79783](https://github.com/Automattic/newspack-blocks/commit/bd797830364c2db88375a9239bd18a9c1145d98f))
|
|
2928
|
+
* skipped linked images when navigating blocks by keyboard ([#1144](https://github.com/Automattic/newspack-blocks/issues/1144)) ([8975787](https://github.com/Automattic/newspack-blocks/commit/8975787776e4aef4c14b2ae26ac37fb2fb6e0dd0))
|
|
2929
|
+
|
|
2930
|
+
|
|
2931
|
+
### Features
|
|
2932
|
+
|
|
2933
|
+
* add new subscribe pattern ([#1142](https://github.com/Automattic/newspack-blocks/issues/1142)) ([97d632e](https://github.com/Automattic/newspack-blocks/commit/97d632e3ed815d402bf1876d269cad87a572332b))
|
|
2934
|
+
* remove support for the Aside post format ([#1139](https://github.com/Automattic/newspack-blocks/issues/1139)) ([9f9cdf4](https://github.com/Automattic/newspack-blocks/commit/9f9cdf4a9f2119faf4cd698f305d58a4f0e4bcd3))
|
|
2935
|
+
|
|
2936
|
+
# [1.51.0](https://github.com/Automattic/newspack-blocks/compare/v1.50.1...v1.51.0) (2022-05-30)
|
|
2937
|
+
|
|
2938
|
+
|
|
2939
|
+
### Features
|
|
2940
|
+
|
|
2941
|
+
* **homepage-posts:** query by post statuses ([#1114](https://github.com/Automattic/newspack-blocks/issues/1114)) ([7ec20a3](https://github.com/Automattic/newspack-blocks/commit/7ec20a39a562c9bdc90e4d10008f0b20113b9cf6)), closes [#38](https://github.com/Automattic/newspack-blocks/issues/38)
|
|
2942
|
+
|
|
2943
|
+
# [1.51.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v1.51.0-alpha.1...v1.51.0-alpha.2) (2022-05-25)
|
|
2944
|
+
|
|
2945
|
+
|
|
2946
|
+
### Bug Fixes
|
|
2947
|
+
|
|
2948
|
+
* force release build ([f58a2ed](https://github.com/Automattic/newspack-blocks/commit/f58a2ed069e8f1f1a0521e502180671fc6d19e58))
|
|
2949
|
+
* update columns block styles for WP 6.0 ([#1141](https://github.com/Automattic/newspack-blocks/issues/1141)) ([0d9583e](https://github.com/Automattic/newspack-blocks/commit/0d9583e0e7dd6f185f2fbb921af249a2252bfe94))
|
|
2950
|
+
|
|
2951
|
+
## [1.50.1](https://github.com/Automattic/newspack-blocks/compare/v1.50.0...v1.50.1) (2022-05-25)
|
|
2952
|
+
|
|
2953
|
+
|
|
2954
|
+
### Bug Fixes
|
|
2955
|
+
|
|
2956
|
+
* force release build ([f58a2ed](https://github.com/Automattic/newspack-blocks/commit/f58a2ed069e8f1f1a0521e502180671fc6d19e58))
|
|
2957
|
+
* update columns block styles for WP 6.0 ([#1141](https://github.com/Automattic/newspack-blocks/issues/1141)) ([0d9583e](https://github.com/Automattic/newspack-blocks/commit/0d9583e0e7dd6f185f2fbb921af249a2252bfe94))
|
|
2958
|
+
|
|
2959
|
+
## [1.50.1-hotfix.1](https://github.com/Automattic/newspack-blocks/compare/v1.50.0...v1.50.1-hotfix.1) (2022-05-25)
|
|
2960
|
+
|
|
2961
|
+
|
|
2962
|
+
### Bug Fixes
|
|
2963
|
+
|
|
2964
|
+
* remove custom column block styles ([e08db2a](https://github.com/Automattic/newspack-blocks/commit/e08db2a7ea5eb73d454c53db5ed42f75b260ca86))
|
|
2965
|
+
|
|
2966
|
+
# [1.50.0](https://github.com/Automattic/newspack-blocks/compare/v1.49.0...v1.50.0) (2022-05-18)
|
|
2967
|
+
|
|
2968
|
+
|
|
2969
|
+
### Features
|
|
2970
|
+
|
|
2971
|
+
* improve alt text on images linked to posts ([#1118](https://github.com/Automattic/newspack-blocks/issues/1118)) ([d98f8ad](https://github.com/Automattic/newspack-blocks/commit/d98f8adc3a18b34cecd0e9d1c8b8bcf938c0e2d1))
|
|
2972
|
+
* update donate block styles to support keyboard navigation ([#1117](https://github.com/Automattic/newspack-blocks/issues/1117)) ([0f65dd7](https://github.com/Automattic/newspack-blocks/commit/0f65dd7e8293f611aa6d2d81e663b72ae7317931))
|
|
2973
|
+
|
|
2974
|
+
# [1.50.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.49.0...v1.50.0-alpha.1) (2022-05-05)
|
|
2975
|
+
|
|
2976
|
+
|
|
2977
|
+
### Features
|
|
2978
|
+
|
|
2979
|
+
* improve alt text on images linked to posts ([#1118](https://github.com/Automattic/newspack-blocks/issues/1118)) ([d98f8ad](https://github.com/Automattic/newspack-blocks/commit/d98f8adc3a18b34cecd0e9d1c8b8bcf938c0e2d1))
|
|
2980
|
+
* update donate block styles to support keyboard navigation ([#1117](https://github.com/Automattic/newspack-blocks/issues/1117)) ([0f65dd7](https://github.com/Automattic/newspack-blocks/commit/0f65dd7e8293f611aa6d2d81e663b72ae7317931))
|
|
2981
|
+
|
|
2982
|
+
# [1.49.0](https://github.com/Automattic/newspack-blocks/compare/v1.48.0...v1.49.0) (2022-05-03)
|
|
2983
|
+
|
|
2984
|
+
|
|
2985
|
+
### Features
|
|
2986
|
+
|
|
2987
|
+
* **donate:** handle woocommerce-memberships ([#1096](https://github.com/Automattic/newspack-blocks/issues/1096)) ([22afbbf](https://github.com/Automattic/newspack-blocks/commit/22afbbfe9658c1b8510f33f48d444b5f0270ebc3))
|
|
2988
|
+
|
|
2989
|
+
# [1.49.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.48.0...v1.49.0-alpha.1) (2022-05-02)
|
|
2990
|
+
|
|
2991
|
+
|
|
2992
|
+
### Features
|
|
2993
|
+
|
|
2994
|
+
* **donate:** handle woocommerce-memberships ([#1096](https://github.com/Automattic/newspack-blocks/issues/1096)) ([22afbbf](https://github.com/Automattic/newspack-blocks/commit/22afbbfe9658c1b8510f33f48d444b5f0270ebc3))
|
|
2995
|
+
|
|
2996
|
+
# [1.48.0](https://github.com/Automattic/newspack-blocks/compare/v1.47.2...v1.48.0) (2022-04-18)
|
|
2997
|
+
|
|
2998
|
+
|
|
2999
|
+
### Features
|
|
3000
|
+
|
|
3001
|
+
* add 3 new subscribe patterns ([#1091](https://github.com/Automattic/newspack-blocks/issues/1091)) ([1d7f688](https://github.com/Automattic/newspack-blocks/commit/1d7f688bec956381c3395ee429d2c85c4a670620))
|
|
3002
|
+
* **donate-streamlined:** set user ID on Stripe client ([#1095](https://github.com/Automattic/newspack-blocks/issues/1095)) ([e9f4bd5](https://github.com/Automattic/newspack-blocks/commit/e9f4bd54fd577e2afb7bdf1456be48eeb9a95ac8))
|
|
3003
|
+
* publish on npm when releasing ([e77fdf6](https://github.com/Automattic/newspack-blocks/commit/e77fdf618fd9cbfba1285952e52a89044edc93a2)), closes [#849](https://github.com/Automattic/newspack-blocks/issues/849)
|
|
3004
|
+
|
|
3005
|
+
# [1.48.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.47.2...v1.48.0-alpha.1) (2022-04-14)
|
|
3006
|
+
|
|
3007
|
+
|
|
3008
|
+
### Features
|
|
3009
|
+
|
|
3010
|
+
* add 3 new subscribe patterns ([#1091](https://github.com/Automattic/newspack-blocks/issues/1091)) ([1d7f688](https://github.com/Automattic/newspack-blocks/commit/1d7f688bec956381c3395ee429d2c85c4a670620))
|
|
3011
|
+
* **donate-streamlined:** set user ID on Stripe client ([#1095](https://github.com/Automattic/newspack-blocks/issues/1095)) ([e9f4bd5](https://github.com/Automattic/newspack-blocks/commit/e9f4bd54fd577e2afb7bdf1456be48eeb9a95ac8))
|
|
3012
|
+
* publish on npm when releasing ([e77fdf6](https://github.com/Automattic/newspack-blocks/commit/e77fdf618fd9cbfba1285952e52a89044edc93a2)), closes [#849](https://github.com/Automattic/newspack-blocks/issues/849)
|
|
3013
|
+
|
|
3014
|
+
## [1.47.2](https://github.com/Automattic/newspack-blocks/compare/v1.47.1...v1.47.2) (2022-04-07)
|
|
3015
|
+
|
|
3016
|
+
|
|
3017
|
+
### Bug Fixes
|
|
3018
|
+
|
|
3019
|
+
* force release ([af2c2ba](https://github.com/Automattic/newspack-blocks/commit/af2c2ba7279a6aa083deb2ed41dd00c50ae2b5ea))
|
|
3020
|
+
* restore post__in sort order for specific posts mode ([#1093](https://github.com/Automattic/newspack-blocks/issues/1093)) ([84dfa8f](https://github.com/Automattic/newspack-blocks/commit/84dfa8f637e12ff6c9cd31ee13cfe727715c308a))
|
|
3021
|
+
|
|
3022
|
+
## [1.47.2-hotfix.1](https://github.com/Automattic/newspack-blocks/compare/v1.47.1...v1.47.2-hotfix.1) (2022-04-07)
|
|
3023
|
+
|
|
3024
|
+
|
|
3025
|
+
### Bug Fixes
|
|
3026
|
+
|
|
3027
|
+
* restore post__in sort order for specific posts mode ([a7e52e7](https://github.com/Automattic/newspack-blocks/commit/a7e52e757d0aec56e3300995ad0f5fdd4a199959))
|
|
3028
|
+
|
|
3029
|
+
## [1.47.1](https://github.com/Automattic/newspack-blocks/compare/v1.47.0...v1.47.1) (2022-04-07)
|
|
3030
|
+
|
|
3031
|
+
|
|
3032
|
+
### Bug Fixes
|
|
3033
|
+
|
|
3034
|
+
* **posts-query:** specific posts getting ([#1090](https://github.com/Automattic/newspack-blocks/issues/1090)) ([231d62d](https://github.com/Automattic/newspack-blocks/commit/231d62d95a66986ad8f6e1490ee9324045b3416e))
|
|
3035
|
+
|
|
3036
|
+
## [1.47.1-hotfix.1](https://github.com/Automattic/newspack-blocks/compare/v1.47.0...v1.47.1-hotfix.1) (2022-04-07)
|
|
3037
|
+
|
|
3038
|
+
|
|
3039
|
+
### Bug Fixes
|
|
3040
|
+
|
|
3041
|
+
* **posts-query:** specific posts getting ([f9326db](https://github.com/Automattic/newspack-blocks/commit/f9326dbe931522f4e7c66b44d8aee3ed095a378a))
|
|
3042
|
+
|
|
3043
|
+
# [1.47.0](https://github.com/Automattic/newspack-blocks/compare/v1.46.1...v1.47.0) (2022-04-05)
|
|
3044
|
+
|
|
3045
|
+
|
|
3046
|
+
### Bug Fixes
|
|
3047
|
+
|
|
3048
|
+
* **author-list:** handle alphabetizing last names containing spaces ([#1057](https://github.com/Automattic/newspack-blocks/issues/1057)) ([1af7e19](https://github.com/Automattic/newspack-blocks/commit/1af7e198fcd2abe189ef61f7d206451a8ca0512d))
|
|
3049
|
+
* authors and guest authors in homepage posts ([#1083](https://github.com/Automattic/newspack-blocks/issues/1083)) ([038d9a4](https://github.com/Automattic/newspack-blocks/commit/038d9a42a59a84d30dbba5f6d7f4036113bbc2e8))
|
|
3050
|
+
* donate block non-default styles grid breakpoint ([#1078](https://github.com/Automattic/newspack-blocks/issues/1078)) ([5450e57](https://github.com/Automattic/newspack-blocks/commit/5450e5775dbadb28020a49090533c3dd4ddc82da))
|
|
3051
|
+
* **homepage-posts:** post fetch for widget blocks ([#1066](https://github.com/Automattic/newspack-blocks/issues/1066)) ([3734a3f](https://github.com/Automattic/newspack-blocks/commit/3734a3f2e8db788dc493b84100fcc7aaf7db1733))
|
|
3052
|
+
* incorrect nesting of tax_query args ([#1087](https://github.com/Automattic/newspack-blocks/issues/1087)) ([a613874](https://github.com/Automattic/newspack-blocks/commit/a613874a398ffed6cfbeb699a3d49c95bb559a5a))
|
|
3053
|
+
|
|
3054
|
+
|
|
3055
|
+
### Features
|
|
3056
|
+
|
|
3057
|
+
* add alternate and minimal styles to donate block ([#1068](https://github.com/Automattic/newspack-blocks/issues/1068)) ([3c914d2](https://github.com/Automattic/newspack-blocks/commit/3c914d2a5e95b62834fd27670f449d7c34686ab2))
|
|
3058
|
+
|
|
3059
|
+
# [1.47.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v1.47.0-alpha.1...v1.47.0-alpha.2) (2022-04-05)
|
|
3060
|
+
|
|
3061
|
+
|
|
3062
|
+
### Bug Fixes
|
|
3063
|
+
|
|
3064
|
+
* incorrect nesting of tax_query args ([#1087](https://github.com/Automattic/newspack-blocks/issues/1087)) ([a613874](https://github.com/Automattic/newspack-blocks/commit/a613874a398ffed6cfbeb699a3d49c95bb559a5a))
|
|
3065
|
+
|
|
3066
|
+
# [1.47.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.46.1...v1.47.0-alpha.1) (2022-03-31)
|
|
3067
|
+
|
|
3068
|
+
|
|
3069
|
+
### Bug Fixes
|
|
3070
|
+
|
|
3071
|
+
* **author-list:** handle alphabetizing last names containing spaces ([#1057](https://github.com/Automattic/newspack-blocks/issues/1057)) ([1af7e19](https://github.com/Automattic/newspack-blocks/commit/1af7e198fcd2abe189ef61f7d206451a8ca0512d))
|
|
3072
|
+
* authors and guest authors in homepage posts ([#1083](https://github.com/Automattic/newspack-blocks/issues/1083)) ([038d9a4](https://github.com/Automattic/newspack-blocks/commit/038d9a42a59a84d30dbba5f6d7f4036113bbc2e8))
|
|
3073
|
+
* donate block non-default styles grid breakpoint ([#1078](https://github.com/Automattic/newspack-blocks/issues/1078)) ([5450e57](https://github.com/Automattic/newspack-blocks/commit/5450e5775dbadb28020a49090533c3dd4ddc82da))
|
|
3074
|
+
* **homepage-posts:** post fetch for widget blocks ([#1066](https://github.com/Automattic/newspack-blocks/issues/1066)) ([3734a3f](https://github.com/Automattic/newspack-blocks/commit/3734a3f2e8db788dc493b84100fcc7aaf7db1733))
|
|
3075
|
+
|
|
3076
|
+
|
|
3077
|
+
### Features
|
|
3078
|
+
|
|
3079
|
+
* add alternate and minimal styles to donate block ([#1068](https://github.com/Automattic/newspack-blocks/issues/1068)) ([3c914d2](https://github.com/Automattic/newspack-blocks/commit/3c914d2a5e95b62834fd27670f449d7c34686ab2))
|
|
3080
|
+
|
|
3081
|
+
## [1.46.1](https://github.com/Automattic/newspack-blocks/compare/v1.46.0...v1.46.1) (2022-03-22)
|
|
3082
|
+
|
|
3083
|
+
|
|
3084
|
+
### Bug Fixes
|
|
3085
|
+
|
|
3086
|
+
* add alignment classes to iframe block ([#1050](https://github.com/Automattic/newspack-blocks/issues/1050)) ([854d7cc](https://github.com/Automattic/newspack-blocks/commit/854d7cc355f94dbe36319bd9984e48c4a9b5f324))
|
|
3087
|
+
* handle inactive newspack-popups ([#1056](https://github.com/Automattic/newspack-blocks/issues/1056)) ([cb894b3](https://github.com/Automattic/newspack-blocks/commit/cb894b3c0f9260a561b4366eb14431bd16efdec1))
|
|
3088
|
+
* update listings class name to match after refactor ([#1064](https://github.com/Automattic/newspack-blocks/issues/1064)) ([ac87922](https://github.com/Automattic/newspack-blocks/commit/ac87922c44f04d02105642a08afc7dad23b142dc))
|
|
3089
|
+
|
|
3090
|
+
## [1.46.1-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.46.0...v1.46.1-alpha.1) (2022-03-15)
|
|
3091
|
+
|
|
3092
|
+
|
|
3093
|
+
### Bug Fixes
|
|
3094
|
+
|
|
3095
|
+
* add alignment classes to iframe block ([#1050](https://github.com/Automattic/newspack-blocks/issues/1050)) ([854d7cc](https://github.com/Automattic/newspack-blocks/commit/854d7cc355f94dbe36319bd9984e48c4a9b5f324))
|
|
3096
|
+
* handle inactive newspack-popups ([#1056](https://github.com/Automattic/newspack-blocks/issues/1056)) ([cb894b3](https://github.com/Automattic/newspack-blocks/commit/cb894b3c0f9260a561b4366eb14431bd16efdec1))
|
|
3097
|
+
* update listings class name to match after refactor ([#1064](https://github.com/Automattic/newspack-blocks/issues/1064)) ([ac87922](https://github.com/Automattic/newspack-blocks/commit/ac87922c44f04d02105642a08afc7dad23b142dc))
|
|
3098
|
+
|
|
3099
|
+
# [1.46.0](https://github.com/Automattic/newspack-blocks/compare/v1.45.3...v1.46.0) (2022-03-08)
|
|
3100
|
+
|
|
3101
|
+
|
|
3102
|
+
### Bug Fixes
|
|
3103
|
+
|
|
3104
|
+
* disable ngg shortcode manager ([#1045](https://github.com/Automattic/newspack-blocks/issues/1045)) ([af5e516](https://github.com/Automattic/newspack-blocks/commit/af5e516bf6ec6c56887979918cbc6a277e1ce974))
|
|
3105
|
+
|
|
3106
|
+
|
|
3107
|
+
### Features
|
|
3108
|
+
|
|
3109
|
+
* **donate-block:** stripe payment request button ([#1035](https://github.com/Automattic/newspack-blocks/issues/1035)) ([3d5c273](https://github.com/Automattic/newspack-blocks/commit/3d5c27331f68e54618e6886ebac284bf197478b9))
|
|
3110
|
+
|
|
3111
|
+
# [1.46.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.45.3...v1.46.0-alpha.1) (2022-02-24)
|
|
3112
|
+
|
|
3113
|
+
|
|
3114
|
+
### Bug Fixes
|
|
3115
|
+
|
|
3116
|
+
* disable ngg shortcode manager ([#1045](https://github.com/Automattic/newspack-blocks/issues/1045)) ([af5e516](https://github.com/Automattic/newspack-blocks/commit/af5e516bf6ec6c56887979918cbc6a277e1ce974))
|
|
3117
|
+
|
|
3118
|
+
|
|
3119
|
+
### Features
|
|
3120
|
+
|
|
3121
|
+
* **donate-block:** stripe payment request button ([#1035](https://github.com/Automattic/newspack-blocks/issues/1035)) ([3d5c273](https://github.com/Automattic/newspack-blocks/commit/3d5c27331f68e54618e6886ebac284bf197478b9))
|
|
3122
|
+
|
|
3123
|
+
## [1.45.3](https://github.com/Automattic/newspack-blocks/compare/v1.45.2...v1.45.3) (2022-02-22)
|
|
3124
|
+
|
|
3125
|
+
|
|
3126
|
+
### Bug Fixes
|
|
3127
|
+
|
|
3128
|
+
* **carousel:** width issues ([a15ba38](https://github.com/Automattic/newspack-blocks/commit/a15ba38143a5f53d1cbb0c8d30ce6d3dc07d2fd8)), closes [#504](https://github.com/Automattic/newspack-blocks/issues/504)
|
|
3129
|
+
|
|
3130
|
+
## [1.45.3-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.45.2...v1.45.3-alpha.1) (2022-02-10)
|
|
3131
|
+
|
|
3132
|
+
|
|
3133
|
+
### Bug Fixes
|
|
3134
|
+
|
|
3135
|
+
* **carousel:** width issues ([a15ba38](https://github.com/Automattic/newspack-blocks/commit/a15ba38143a5f53d1cbb0c8d30ce6d3dc07d2fd8)), closes [#504](https://github.com/Automattic/newspack-blocks/issues/504)
|
|
3136
|
+
|
|
3137
|
+
## [1.45.2](https://github.com/Automattic/newspack-blocks/compare/v1.45.1...v1.45.2) (2022-02-08)
|
|
3138
|
+
|
|
3139
|
+
|
|
3140
|
+
### Bug Fixes
|
|
3141
|
+
|
|
3142
|
+
* handle unavailable Newspack plugin ([#1026](https://github.com/Automattic/newspack-blocks/issues/1026)) ([b9350e7](https://github.com/Automattic/newspack-blocks/commit/b9350e7938c1771b9cc5b9b5f4a2c44b960b20bb))
|
|
3143
|
+
|
|
3144
|
+
## [1.45.2-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.45.1...v1.45.2-alpha.1) (2022-01-27)
|
|
3145
|
+
|
|
3146
|
+
|
|
3147
|
+
### Bug Fixes
|
|
3148
|
+
|
|
3149
|
+
* handle unavailable Newspack plugin ([#1026](https://github.com/Automattic/newspack-blocks/issues/1026)) ([b9350e7](https://github.com/Automattic/newspack-blocks/commit/b9350e7938c1771b9cc5b9b5f4a2c44b960b20bb))
|
|
3150
|
+
|
|
3151
|
+
## [1.45.1](https://github.com/Automattic/newspack-blocks/compare/v1.45.0...v1.45.1) (2022-01-25)
|
|
3152
|
+
|
|
3153
|
+
|
|
3154
|
+
### Bug Fixes
|
|
3155
|
+
|
|
3156
|
+
* newspack-scripts usage ([af1b7d0](https://github.com/Automattic/newspack-blocks/commit/af1b7d00c70dc2660113221d3c3f49bcc8b7d558))
|
|
3157
|
+
* **video-playlist:** youtube embeds fetching ([5a6cd75](https://github.com/Automattic/newspack-blocks/commit/5a6cd7533008915bf8fcf9bb04d55ce0dee27ba7)), closes [#577](https://github.com/Automattic/newspack-blocks/issues/577)
|
|
3158
|
+
|
|
3159
|
+
## [1.45.1-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v1.45.1-alpha.1...v1.45.1-alpha.2) (2022-01-25)
|
|
3160
|
+
|
|
3161
|
+
|
|
3162
|
+
### Bug Fixes
|
|
3163
|
+
|
|
3164
|
+
* newspack-scripts usage ([af1b7d0](https://github.com/Automattic/newspack-blocks/commit/af1b7d00c70dc2660113221d3c3f49bcc8b7d558))
|
|
3165
|
+
|
|
3166
|
+
## [1.45.1-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.45.0...v1.45.1-alpha.1) (2022-01-24)
|
|
3167
|
+
|
|
3168
|
+
|
|
3169
|
+
### Bug Fixes
|
|
3170
|
+
|
|
3171
|
+
* **video-playlist:** youtube embeds fetching ([5a6cd75](https://github.com/Automattic/newspack-blocks/commit/5a6cd7533008915bf8fcf9bb04d55ce0dee27ba7)), closes [#577](https://github.com/Automattic/newspack-blocks/issues/577)
|
|
3172
|
+
|
|
3173
|
+
# [1.45.0](https://github.com/Automattic/newspack-blocks/compare/v1.44.1...v1.45.0) (2022-01-19)
|
|
3174
|
+
|
|
3175
|
+
|
|
3176
|
+
### Bug Fixes
|
|
3177
|
+
|
|
3178
|
+
* add Author List block to manifest of blocks to build in production ([#1011](https://github.com/Automattic/newspack-blocks/issues/1011)) ([abd5b7c](https://github.com/Automattic/newspack-blocks/commit/abd5b7cbb18865f3d76259c185b5d70940abc6d9))
|
|
3179
|
+
* add simplified CSS class to carousel to reduce style size ([#983](https://github.com/Automattic/newspack-blocks/issues/983)) ([f8b1b0a](https://github.com/Automattic/newspack-blocks/commit/f8b1b0a093a4b8530e0984e197b47df182388551))
|
|
3180
|
+
* **author-list:** user query when CAP is not installed ([#1015](https://github.com/Automattic/newspack-blocks/issues/1015)) ([e798d9b](https://github.com/Automattic/newspack-blocks/commit/e798d9b167bff934c8ec7e01bf462ed9cf790cf1))
|
|
3181
|
+
* force alpha rebuild ([1e55132](https://github.com/Automattic/newspack-blocks/commit/1e551329b16ae68d28959eaaabdfd5e3ef7e505f))
|
|
3182
|
+
* lint errors ([#1010](https://github.com/Automattic/newspack-blocks/issues/1010)) ([c50a1f5](https://github.com/Automattic/newspack-blocks/commit/c50a1f57c6ef8fd1bdb815c763be37d0e6235587))
|
|
3183
|
+
* re-add space between stacked columns ([#1022](https://github.com/Automattic/newspack-blocks/issues/1022)) ([d560199](https://github.com/Automattic/newspack-blocks/commit/d560199d0e568a20eaab24cb8131cdeaa14ea9a7))
|
|
3184
|
+
* update columns styles for WordPress 5.9 ([#1020](https://github.com/Automattic/newspack-blocks/issues/1020)) ([a38ce32](https://github.com/Automattic/newspack-blocks/commit/a38ce32ce3c6f9a199a7d16b6bcbb40d49bdae97))
|
|
3185
|
+
* update Subscribe patterns for WordPress 5.9 ([#1017](https://github.com/Automattic/newspack-blocks/issues/1017)) ([5cef283](https://github.com/Automattic/newspack-blocks/commit/5cef28393db292e01d4916be062a0a261ea6d905))
|
|
3186
|
+
|
|
3187
|
+
|
|
3188
|
+
### Features
|
|
3189
|
+
|
|
3190
|
+
* author list block ([#947](https://github.com/Automattic/newspack-blocks/issues/947)) ([b98b8b8](https://github.com/Automattic/newspack-blocks/commit/b98b8b8dd100e4f247a532fe3ae364617d807f95))
|
|
3191
|
+
* **donate-stripe:** hide fee checkbox if fees are zero ([#985](https://github.com/Automattic/newspack-blocks/issues/985)) ([04e7892](https://github.com/Automattic/newspack-blocks/commit/04e7892922e39425479c2da37c889fed895f2eda))
|
|
3192
|
+
|
|
3193
|
+
# [1.45.0-alpha.7](https://github.com/Automattic/newspack-blocks/compare/v1.45.0-alpha.6...v1.45.0-alpha.7) (2022-01-18)
|
|
3194
|
+
|
|
3195
|
+
|
|
3196
|
+
### Bug Fixes
|
|
3197
|
+
|
|
3198
|
+
* re-add space between stacked columns ([#1022](https://github.com/Automattic/newspack-blocks/issues/1022)) ([d560199](https://github.com/Automattic/newspack-blocks/commit/d560199d0e568a20eaab24cb8131cdeaa14ea9a7))
|
|
3199
|
+
|
|
3200
|
+
# [1.45.0-alpha.6](https://github.com/Automattic/newspack-blocks/compare/v1.45.0-alpha.5...v1.45.0-alpha.6) (2022-01-18)
|
|
3201
|
+
|
|
3202
|
+
|
|
3203
|
+
### Bug Fixes
|
|
3204
|
+
|
|
3205
|
+
* update columns styles for WordPress 5.9 ([#1020](https://github.com/Automattic/newspack-blocks/issues/1020)) ([a38ce32](https://github.com/Automattic/newspack-blocks/commit/a38ce32ce3c6f9a199a7d16b6bcbb40d49bdae97))
|
|
3206
|
+
* update Subscribe patterns for WordPress 5.9 ([#1017](https://github.com/Automattic/newspack-blocks/issues/1017)) ([5cef283](https://github.com/Automattic/newspack-blocks/commit/5cef28393db292e01d4916be062a0a261ea6d905))
|
|
3207
|
+
|
|
3208
|
+
# [1.45.0-alpha.5](https://github.com/Automattic/newspack-blocks/compare/v1.45.0-alpha.4...v1.45.0-alpha.5) (2022-01-14)
|
|
3209
|
+
|
|
3210
|
+
|
|
3211
|
+
### Bug Fixes
|
|
3212
|
+
|
|
3213
|
+
* **author-list:** user query when CAP is not installed ([#1015](https://github.com/Automattic/newspack-blocks/issues/1015)) ([e798d9b](https://github.com/Automattic/newspack-blocks/commit/e798d9b167bff934c8ec7e01bf462ed9cf790cf1))
|
|
3214
|
+
|
|
3215
|
+
# [1.45.0-alpha.4](https://github.com/Automattic/newspack-blocks/compare/v1.45.0-alpha.3...v1.45.0-alpha.4) (2022-01-11)
|
|
3216
|
+
|
|
3217
|
+
|
|
3218
|
+
### Bug Fixes
|
|
3219
|
+
|
|
3220
|
+
* add Author List block to manifest of blocks to build in production ([#1011](https://github.com/Automattic/newspack-blocks/issues/1011)) ([abd5b7c](https://github.com/Automattic/newspack-blocks/commit/abd5b7cbb18865f3d76259c185b5d70940abc6d9))
|
|
3221
|
+
|
|
3222
|
+
# [1.45.0-alpha.3](https://github.com/Automattic/newspack-blocks/compare/v1.45.0-alpha.2...v1.45.0-alpha.3) (2022-01-11)
|
|
3223
|
+
|
|
3224
|
+
|
|
3225
|
+
### Bug Fixes
|
|
3226
|
+
|
|
3227
|
+
* force alpha rebuild ([1e55132](https://github.com/Automattic/newspack-blocks/commit/1e551329b16ae68d28959eaaabdfd5e3ef7e505f))
|
|
3228
|
+
|
|
3229
|
+
# [1.45.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v1.45.0-alpha.1...v1.45.0-alpha.2) (2022-01-10)
|
|
3230
|
+
|
|
3231
|
+
|
|
3232
|
+
### Bug Fixes
|
|
3233
|
+
|
|
3234
|
+
* lint errors ([#1010](https://github.com/Automattic/newspack-blocks/issues/1010)) ([c50a1f5](https://github.com/Automattic/newspack-blocks/commit/c50a1f57c6ef8fd1bdb815c763be37d0e6235587))
|
|
3235
|
+
|
|
3236
|
+
|
|
3237
|
+
### Features
|
|
3238
|
+
|
|
3239
|
+
* author list block ([#947](https://github.com/Automattic/newspack-blocks/issues/947)) ([b98b8b8](https://github.com/Automattic/newspack-blocks/commit/b98b8b8dd100e4f247a532fe3ae364617d807f95))
|
|
3240
|
+
|
|
3241
|
+
# [1.45.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.44.1...v1.45.0-alpha.1) (2022-01-07)
|
|
3242
|
+
|
|
3243
|
+
|
|
3244
|
+
### Bug Fixes
|
|
3245
|
+
|
|
3246
|
+
* add simplified CSS class to carousel to reduce style size ([#983](https://github.com/Automattic/newspack-blocks/issues/983)) ([f8b1b0a](https://github.com/Automattic/newspack-blocks/commit/f8b1b0a093a4b8530e0984e197b47df182388551))
|
|
3247
|
+
|
|
3248
|
+
|
|
3249
|
+
### Features
|
|
3250
|
+
|
|
3251
|
+
* **donate-stripe:** hide fee checkbox if fees are zero ([#985](https://github.com/Automattic/newspack-blocks/issues/985)) ([04e7892](https://github.com/Automattic/newspack-blocks/commit/04e7892922e39425479c2da37c889fed895f2eda))
|
|
3252
|
+
|
|
3253
|
+
## [1.44.1](https://github.com/Automattic/newspack-blocks/compare/v1.44.0...v1.44.1) (2022-01-04)
|
|
3254
|
+
|
|
3255
|
+
|
|
3256
|
+
### Bug Fixes
|
|
3257
|
+
|
|
3258
|
+
* validation errors for invalid attributes on amp-base-carousel ([#979](https://github.com/Automattic/newspack-blocks/issues/979)) ([cdce22f](https://github.com/Automattic/newspack-blocks/commit/cdce22f9d1df8ce7ec687e1aa26bc9bfa49660ac))
|
|
3259
|
+
|
|
3260
|
+
## [1.44.1-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.44.0...v1.44.1-alpha.1) (2021-12-16)
|
|
3261
|
+
|
|
3262
|
+
|
|
3263
|
+
### Bug Fixes
|
|
3264
|
+
|
|
3265
|
+
* validation errors for invalid attributes on amp-base-carousel ([#979](https://github.com/Automattic/newspack-blocks/issues/979)) ([cdce22f](https://github.com/Automattic/newspack-blocks/commit/cdce22f9d1df8ce7ec687e1aa26bc9bfa49660ac))
|
|
3266
|
+
|
|
3267
|
+
# [1.44.0](https://github.com/Automattic/newspack-blocks/compare/v1.43.0...v1.44.0) (2021-12-15)
|
|
3268
|
+
|
|
3269
|
+
|
|
3270
|
+
### Features
|
|
3271
|
+
|
|
3272
|
+
* disabling image lazy load for homepage articles ([#970](https://github.com/Automattic/newspack-blocks/issues/970)) ([de68cb2](https://github.com/Automattic/newspack-blocks/commit/de68cb22402dc67725df9cb8ffe3ad34678108a7))
|
|
3273
|
+
|
|
3274
|
+
# [1.44.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.43.0...v1.44.0-alpha.1) (2021-12-15)
|
|
3275
|
+
|
|
3276
|
+
|
|
3277
|
+
### Features
|
|
3278
|
+
|
|
3279
|
+
* disabling image lazy load for homepage articles ([#970](https://github.com/Automattic/newspack-blocks/issues/970)) ([de68cb2](https://github.com/Automattic/newspack-blocks/commit/de68cb22402dc67725df9cb8ffe3ad34678108a7))
|
|
3280
|
+
|
|
3281
|
+
# [1.43.0](https://github.com/Automattic/newspack-blocks/compare/v1.42.3...v1.43.0) (2021-12-14)
|
|
3282
|
+
|
|
3283
|
+
|
|
3284
|
+
### Bug Fixes
|
|
3285
|
+
|
|
3286
|
+
* homepage posts block in AMP Plus mode ([#954](https://github.com/Automattic/newspack-blocks/issues/954)) ([8834fb6](https://github.com/Automattic/newspack-blocks/commit/8834fb69aeedb2d98b255f67fad07b6be8f3ee69)), closes [#953](https://github.com/Automattic/newspack-blocks/issues/953)
|
|
3287
|
+
* update mobile styles for the post carousel ([#946](https://github.com/Automattic/newspack-blocks/issues/946)) ([ea213e9](https://github.com/Automattic/newspack-blocks/commit/ea213e982e12bdd93f0925feb75c07e9878505c9))
|
|
3288
|
+
|
|
3289
|
+
|
|
3290
|
+
### Features
|
|
3291
|
+
|
|
3292
|
+
* **donate-block:** defer Stripe scripts loading ([045a867](https://github.com/Automattic/newspack-blocks/commit/045a8671dbca6d2643fcb2c30231a2412f8b6d9d))
|
|
3293
|
+
* **donate:** agree to pay fees feature ([#928](https://github.com/Automattic/newspack-blocks/issues/928)) ([221c061](https://github.com/Automattic/newspack-blocks/commit/221c061848877da8963cc05c915623cc9fca3245))
|
|
3294
|
+
|
|
3295
|
+
# [1.43.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.42.3...v1.43.0-alpha.1) (2021-12-09)
|
|
3296
|
+
|
|
3297
|
+
|
|
3298
|
+
### Bug Fixes
|
|
3299
|
+
|
|
3300
|
+
* homepage posts block in AMP Plus mode ([#954](https://github.com/Automattic/newspack-blocks/issues/954)) ([8834fb6](https://github.com/Automattic/newspack-blocks/commit/8834fb69aeedb2d98b255f67fad07b6be8f3ee69)), closes [#953](https://github.com/Automattic/newspack-blocks/issues/953)
|
|
3301
|
+
* update mobile styles for the post carousel ([#946](https://github.com/Automattic/newspack-blocks/issues/946)) ([ea213e9](https://github.com/Automattic/newspack-blocks/commit/ea213e982e12bdd93f0925feb75c07e9878505c9))
|
|
3302
|
+
|
|
3303
|
+
|
|
3304
|
+
### Features
|
|
3305
|
+
|
|
3306
|
+
* **donate-block:** defer Stripe scripts loading ([045a867](https://github.com/Automattic/newspack-blocks/commit/045a8671dbca6d2643fcb2c30231a2412f8b6d9d))
|
|
3307
|
+
* **donate:** agree to pay fees feature ([#928](https://github.com/Automattic/newspack-blocks/issues/928)) ([221c061](https://github.com/Automattic/newspack-blocks/commit/221c061848877da8963cc05c915623cc9fca3245))
|
|
3308
|
+
|
|
3309
|
+
## [1.42.3](https://github.com/Automattic/newspack-blocks/compare/v1.42.2...v1.42.3) (2021-12-07)
|
|
3310
|
+
|
|
3311
|
+
|
|
3312
|
+
### Bug Fixes
|
|
3313
|
+
|
|
3314
|
+
* **author-profile:** corrected CAP author links; linked WP users ([#908](https://github.com/Automattic/newspack-blocks/issues/908)) ([e4583d1](https://github.com/Automattic/newspack-blocks/commit/e4583d19942aa230eed743c41ea7bb0c193af7e0))
|
|
3315
|
+
|
|
3316
|
+
## [1.42.3-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.42.2...v1.42.3-alpha.1) (2021-12-02)
|
|
3317
|
+
|
|
3318
|
+
|
|
3319
|
+
### Bug Fixes
|
|
3320
|
+
|
|
3321
|
+
* **author-profile:** corrected CAP author links; linked WP users ([#908](https://github.com/Automattic/newspack-blocks/issues/908)) ([e4583d1](https://github.com/Automattic/newspack-blocks/commit/e4583d19942aa230eed743c41ea7bb0c193af7e0))
|
|
3322
|
+
|
|
3323
|
+
## [1.42.2](https://github.com/Automattic/newspack-blocks/compare/v1.42.1...v1.42.2) (2021-11-30)
|
|
3324
|
+
|
|
3325
|
+
|
|
3326
|
+
### Bug Fixes
|
|
3327
|
+
|
|
3328
|
+
* add wptexturize to the article subtitle ([#910](https://github.com/Automattic/newspack-blocks/issues/910)) ([1bec09c](https://github.com/Automattic/newspack-blocks/commit/1bec09cd716f2899509ed15938f1b06014bbef21))
|
|
3329
|
+
* update newspack-components dep version ([#923](https://github.com/Automattic/newspack-blocks/issues/923)) ([7678c75](https://github.com/Automattic/newspack-blocks/commit/7678c75b9b71a7a796aa68d5738203a48669c2a6))
|
|
3330
|
+
|
|
3331
|
+
## [1.42.2-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.42.1...v1.42.2-alpha.1) (2021-11-18)
|
|
3332
|
+
|
|
3333
|
+
|
|
3334
|
+
### Bug Fixes
|
|
3335
|
+
|
|
3336
|
+
* add wptexturize to the article subtitle ([#910](https://github.com/Automattic/newspack-blocks/issues/910)) ([1bec09c](https://github.com/Automattic/newspack-blocks/commit/1bec09cd716f2899509ed15938f1b06014bbef21))
|
|
3337
|
+
* update newspack-components dep version ([#923](https://github.com/Automattic/newspack-blocks/issues/923)) ([7678c75](https://github.com/Automattic/newspack-blocks/commit/7678c75b9b71a7a796aa68d5738203a48669c2a6))
|
|
3338
|
+
|
|
3339
|
+
## [1.42.1](https://github.com/Automattic/newspack-blocks/compare/v1.42.0...v1.42.1) (2021-11-18)
|
|
3340
|
+
|
|
3341
|
+
|
|
3342
|
+
### Bug Fixes
|
|
3343
|
+
|
|
3344
|
+
* **iframe-block:** add a trailing slash to iframe URL ([#906](https://github.com/Automattic/newspack-blocks/issues/906)) ([e4b7b7d](https://github.com/Automattic/newspack-blocks/commit/e4b7b7d1de767ffc1d09af448974f4c2362a5299))
|
|
3345
|
+
|
|
3346
|
+
## [1.42.1-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.42.0...v1.42.1-alpha.1) (2021-11-16)
|
|
3347
|
+
|
|
3348
|
+
|
|
3349
|
+
### Bug Fixes
|
|
3350
|
+
|
|
3351
|
+
* **iframe-block:** add a trailing slash to iframe URL ([#906](https://github.com/Automattic/newspack-blocks/issues/906)) ([e4b7b7d](https://github.com/Automattic/newspack-blocks/commit/e4b7b7d1de767ffc1d09af448974f4c2362a5299))
|
|
3352
|
+
|
|
3353
|
+
# [1.42.0](https://github.com/Automattic/newspack-blocks/compare/v1.41.1...v1.42.0) (2021-11-09)
|
|
3354
|
+
|
|
3355
|
+
|
|
3356
|
+
### Features
|
|
3357
|
+
|
|
3358
|
+
* **homepage-posts:** enable showing previously rendered posts too ([#896](https://github.com/Automattic/newspack-blocks/issues/896)) ([c8528fc](https://github.com/Automattic/newspack-blocks/commit/c8528fc6631d2c52195f8fb4928b3bd5033328a3))
|
|
3359
|
+
|
|
3360
|
+
## [1.41.1](https://github.com/Automattic/newspack-blocks/compare/v1.41.0...v1.41.1) (2021-10-26)
|
|
3361
|
+
|
|
3362
|
+
|
|
3363
|
+
### Bug Fixes
|
|
3364
|
+
|
|
3365
|
+
* correct clash between centered text and image behind alignment ([ff50346](https://github.com/Automattic/newspack-blocks/commit/ff503461fbb607193228e60a3efe0c9561f81c50))
|
|
3366
|
+
|
|
3367
|
+
# [1.41.0](https://github.com/Automattic/newspack-blocks/compare/v1.40.0...v1.41.0) (2021-10-19)
|
|
3368
|
+
|
|
3369
|
+
|
|
3370
|
+
### Features
|
|
3371
|
+
|
|
3372
|
+
* add iframe block ([#859](https://github.com/Automattic/newspack-blocks/issues/859)) ([08a2712](https://github.com/Automattic/newspack-blocks/commit/08a271202a6f3c0dd6b9c0ce1975b8b2c779776c))
|
|
3373
|
+
* **homepage-posts:** add a filter to enable duplicating posts ([#886](https://github.com/Automattic/newspack-blocks/issues/886)) ([4daf27d](https://github.com/Automattic/newspack-blocks/commit/4daf27d286379521ad4e96bce4618a7d90d3d8d0))
|
|
3374
|
+
|
|
3375
|
+
# [1.40.0](https://github.com/Automattic/newspack-blocks/compare/v1.39.1...v1.40.0) (2021-10-05)
|
|
3376
|
+
|
|
3377
|
+
|
|
3378
|
+
### Features
|
|
3379
|
+
|
|
3380
|
+
* add text alignment option to the homepage posts block ([514907f](https://github.com/Automattic/newspack-blocks/commit/514907fb9a08ff91b48fafbfac15ffda002a0926))
|
|
3381
|
+
|
|
3382
|
+
## [1.39.1](https://github.com/Automattic/newspack-blocks/compare/v1.39.0...v1.39.1) (2021-09-28)
|
|
3383
|
+
|
|
3384
|
+
|
|
3385
|
+
### Bug Fixes
|
|
3386
|
+
|
|
3387
|
+
* do not apply the_content filter to homepage post excerpts ([#883](https://github.com/Automattic/newspack-blocks/issues/883)) ([aa9e667](https://github.com/Automattic/newspack-blocks/commit/aa9e6671ed673248b168dbdd69f7a43e1c405c6e))
|
|
3388
|
+
|
|
3389
|
+
# [1.39.0](https://github.com/Automattic/newspack-blocks/compare/v1.38.0...v1.39.0) (2021-09-28)
|
|
3390
|
+
|
|
3391
|
+
|
|
3392
|
+
### Bug Fixes
|
|
3393
|
+
|
|
3394
|
+
* if a post has a custom excerpt, use it ([#880](https://github.com/Automattic/newspack-blocks/issues/880)) ([57b5cdd](https://github.com/Automattic/newspack-blocks/commit/57b5cdd4fe29c72103d247afd1f7b1830586e4f7))
|
|
3395
|
+
* limit excerpt lengths even for custom excerpts ([#874](https://github.com/Automattic/newspack-blocks/issues/874)) ([85f5bf4](https://github.com/Automattic/newspack-blocks/commit/85f5bf47bd18e8493fbfd96d168e518f63f808c3))
|
|
3396
|
+
|
|
3397
|
+
|
|
3398
|
+
### Features
|
|
3399
|
+
|
|
3400
|
+
* **donate:** remove NRH metadata ([080430c](https://github.com/Automattic/newspack-blocks/commit/080430ccf87f98f85595b4ede74af5e3821c5ca4))
|
|
3401
|
+
|
|
3402
|
+
# [1.38.0](https://github.com/Automattic/newspack-blocks/compare/v1.37.1...v1.38.0) (2021-09-21)
|
|
3403
|
+
|
|
3404
|
+
|
|
3405
|
+
### Features
|
|
3406
|
+
|
|
3407
|
+
* add a filter on terms so other plugins can add classes ([#872](https://github.com/Automattic/newspack-blocks/issues/872)) ([28c0fde](https://github.com/Automattic/newspack-blocks/commit/28c0fde9a7b8875acee247e7f2e59a872f5d1d39))
|
|
3408
|
+
* allow some html in the homepage posts subtitle ([#869](https://github.com/Automattic/newspack-blocks/issues/869)) ([82cea66](https://github.com/Automattic/newspack-blocks/commit/82cea66f948f6197b322c1783c3fc02e0230915d))
|
|
3409
|
+
* disable Jetpack donations when using Newspack donations ([#875](https://github.com/Automattic/newspack-blocks/issues/875)) ([54ad5b7](https://github.com/Automattic/newspack-blocks/commit/54ad5b70d224725d268a57b48dff80e9ff80ff18))
|
|
3410
|
+
|
|
3411
|
+
## [1.37.1](https://github.com/Automattic/newspack-blocks/compare/v1.37.0...v1.37.1) (2021-09-09)
|
|
3412
|
+
|
|
3413
|
+
|
|
3414
|
+
### Bug Fixes
|
|
3415
|
+
|
|
3416
|
+
* specify whitespace between author prefix and byline ([#866](https://github.com/Automattic/newspack-blocks/issues/866)) ([a91ffb7](https://github.com/Automattic/newspack-blocks/commit/a91ffb7050bd2089b48bc3e7d7e16f7d0dcac7db))
|
|
3417
|
+
|
|
3418
|
+
# [1.37.0](https://github.com/Automattic/newspack-blocks/compare/v1.36.0...v1.37.0) (2021-09-08)
|
|
3419
|
+
|
|
3420
|
+
|
|
3421
|
+
### Bug Fixes
|
|
3422
|
+
|
|
3423
|
+
* currency symbol handling ([#850](https://github.com/Automattic/newspack-blocks/issues/850)) ([9637d89](https://github.com/Automattic/newspack-blocks/commit/9637d896eb4b9bc16d05b141b72d0ab22eb73737))
|
|
3424
|
+
* only show category link anchor tags if the category has a link ([#863](https://github.com/Automattic/newspack-blocks/issues/863)) ([549f03a](https://github.com/Automattic/newspack-blocks/commit/549f03a41c531c5580a0bf7af34b734a0db2c719))
|
|
3425
|
+
* show all saved post types in specific posts field ([#857](https://github.com/Automattic/newspack-blocks/issues/857)) ([42c25a9](https://github.com/Automattic/newspack-blocks/commit/42c25a94f2a210ea054dc9550ae5e0b42fdbc546))
|
|
3426
|
+
|
|
3427
|
+
|
|
3428
|
+
### Features
|
|
3429
|
+
|
|
3430
|
+
* make Donate Block 'thank you' text editable ([#854](https://github.com/Automattic/newspack-blocks/issues/854)) ([7e8f1ea](https://github.com/Automattic/newspack-blocks/commit/7e8f1ea46fd95fdc38601fee6be4fd031a7c1a5a))
|
|
3431
|
+
|
|
3432
|
+
# [1.36.0](https://github.com/Automattic/newspack-blocks/compare/v1.35.0...v1.36.0) (2021-08-31)
|
|
3433
|
+
|
|
3434
|
+
|
|
3435
|
+
### Features
|
|
3436
|
+
|
|
3437
|
+
* **donate:** handle newsletter opt-in ([#839](https://github.com/Automattic/newspack-blocks/issues/839)) ([3e36d90](https://github.com/Automattic/newspack-blocks/commit/3e36d900847bbb611e6e9b588d018e0800952822))
|
|
3438
|
+
* update author profile icon and fix loading alignment ([#848](https://github.com/Automattic/newspack-blocks/issues/848)) ([040b145](https://github.com/Automattic/newspack-blocks/commit/040b1452c9a7da8e91102fd8c1182f248eb6d96b))
|
|
3439
|
+
* **donate:** donor name input; initial form hiding ([7ab2854](https://github.com/Automattic/newspack-blocks/commit/7ab2854723db12e493d707a07add1cdabe38a595))
|
|
3440
|
+
|
|
3441
|
+
# [1.35.0](https://github.com/Automattic/newspack-blocks/compare/v1.34.0...v1.35.0) (2021-08-25)
|
|
3442
|
+
|
|
3443
|
+
|
|
3444
|
+
### Features
|
|
3445
|
+
|
|
3446
|
+
* add span to 'by' in Homepage Posts, Post Carousel bylines ([#843](https://github.com/Automattic/newspack-blocks/issues/843)) ([fc82a19](https://github.com/Automattic/newspack-blocks/commit/fc82a19afd41faec47cc3577009835fb98679039))
|
|
3447
|
+
* **donate-block:** streamlined handling ([#835](https://github.com/Automattic/newspack-blocks/issues/835)) ([b9acb40](https://github.com/Automattic/newspack-blocks/commit/b9acb40d86f9c65db1bc51a5bab5365b0c199e58))
|
|
3448
|
+
|
|
3449
|
+
# [1.34.0](https://github.com/Automattic/newspack-blocks/compare/v1.33.0...v1.34.0) (2021-08-17)
|
|
3450
|
+
|
|
3451
|
+
|
|
3452
|
+
### Bug Fixes
|
|
3453
|
+
|
|
3454
|
+
* **co-authors plus:** add co-authors in the authors filter list ([e598259](https://github.com/Automattic/newspack-blocks/commit/e5982596b2f2f5b920909bafed4c6c2e6da2767a)), closes [#601](https://github.com/Automattic/newspack-blocks/issues/601)
|
|
3455
|
+
* fix a bad copy/paste ([c2afde1](https://github.com/Automattic/newspack-blocks/commit/c2afde19128cf80f9b25fc280eaafb5729a47479))
|
|
3456
|
+
* **co-authors plus:** filter homepage posts block posts by co-authors ([7f7e65a](https://github.com/Automattic/newspack-blocks/commit/7f7e65ab084f839364bf2ce010bcbef5d9931f61)), closes [#831](https://github.com/Automattic/newspack-blocks/issues/831)
|
|
3457
|
+
|
|
3458
|
+
|
|
3459
|
+
### Features
|
|
3460
|
+
|
|
3461
|
+
* **donate:** handle recurring donations ([#829](https://github.com/Automattic/newspack-blocks/issues/829)) ([50039c6](https://github.com/Automattic/newspack-blocks/commit/50039c6c7f28391293935b8b353faa74bb36b7df))
|
|
3462
|
+
|
|
3463
|
+
# [1.33.0](https://github.com/Automattic/newspack-blocks/compare/v1.32.0...v1.33.0) (2021-08-10)
|
|
3464
|
+
|
|
3465
|
+
|
|
3466
|
+
### Bug Fixes
|
|
3467
|
+
|
|
3468
|
+
* select specific posts with white space at the end of the title ([a0c0075](https://github.com/Automattic/newspack-blocks/commit/a0c007532aee151c2e3b093573ecc1f3a7e8b279))
|
|
3469
|
+
* **homepage posts:** fix inconsistent column sizing when border enabled ([361fed5](https://github.com/Automattic/newspack-blocks/commit/361fed5ae8ef5a41d63845dad387e00b3776ebc6)), closes [#825](https://github.com/Automattic/newspack-blocks/issues/825)
|
|
3470
|
+
* **sponsor logo:** fix sponsor logo accessibility ([901db8c](https://github.com/Automattic/newspack-blocks/commit/901db8c2402d6f3add2c7221c68461355748d162)), closes [#678](https://github.com/Automattic/newspack-blocks/issues/678)
|
|
3471
|
+
|
|
3472
|
+
|
|
3473
|
+
### Features
|
|
3474
|
+
|
|
3475
|
+
* **homepage-posts:** handle category exclusion ([45a3001](https://github.com/Automattic/newspack-blocks/commit/45a3001cab4b19ce6f638258180355003c02018f)), closes [#600](https://github.com/Automattic/newspack-blocks/issues/600)
|
|
3476
|
+
|
|
3477
|
+
# [1.32.0](https://github.com/Automattic/newspack-blocks/compare/v1.31.0...v1.32.0) (2021-08-03)
|
|
3478
|
+
|
|
3479
|
+
|
|
3480
|
+
### Features
|
|
3481
|
+
|
|
3482
|
+
* show term classes for Post Carousel blocks ([#819](https://github.com/Automattic/newspack-blocks/issues/819)) ([ca93168](https://github.com/Automattic/newspack-blocks/commit/ca9316898ae699db8bde5a43a384a5d82c3143ab))
|
|
3483
|
+
|
|
3484
|
+
# [1.31.0](https://github.com/Automattic/newspack-blocks/compare/v1.30.0...v1.31.0) (2021-07-27)
|
|
3485
|
+
|
|
3486
|
+
|
|
3487
|
+
### Features
|
|
3488
|
+
|
|
3489
|
+
* **donate-streamlined:** add Client ID to payment meta ([#806](https://github.com/Automattic/newspack-blocks/issues/806)) ([181e5b7](https://github.com/Automattic/newspack-blocks/commit/181e5b7833d796e852da917c96cdf714dd5b5d56))
|
|
3490
|
+
|
|
3491
|
+
# [1.30.0](https://github.com/Automattic/newspack-blocks/compare/v1.29.2...v1.30.0) (2021-07-19)
|
|
3492
|
+
|
|
3493
|
+
|
|
3494
|
+
### Bug Fixes
|
|
3495
|
+
|
|
3496
|
+
* remove autoload dependency from donation class ([#811](https://github.com/Automattic/newspack-blocks/issues/811)) ([c37c885](https://github.com/Automattic/newspack-blocks/commit/c37c885e0dcf1d36a72d70168cfa7b60d0a66d6d))
|
|
3497
|
+
* **class-newspack-blocks.php:** fixes assets meta file path for scripts ([#780](https://github.com/Automattic/newspack-blocks/issues/780)) ([a37ff23](https://github.com/Automattic/newspack-blocks/commit/a37ff23c18d7c63f9a947d5b7592852bc2f0dbe0)), closes [#779](https://github.com/Automattic/newspack-blocks/issues/779)
|
|
3498
|
+
* allow swiper to reinitialize carousel on attribute changes ([#807](https://github.com/Automattic/newspack-blocks/issues/807)) ([cc9fa30](https://github.com/Automattic/newspack-blocks/commit/cc9fa30d612daeaff0ecbc715aea759e442870ec))
|
|
3499
|
+
* do not initialize swiper instances if component is hidden ([#804](https://github.com/Automattic/newspack-blocks/issues/804)) ([fe599e1](https://github.com/Automattic/newspack-blocks/commit/fe599e1061bd37c763603e8d8324ca0f21ea1c42))
|
|
3500
|
+
* **carousel:** preview performance ([#803](https://github.com/Automattic/newspack-blocks/issues/803)) ([e5fc989](https://github.com/Automattic/newspack-blocks/commit/e5fc989d50eaf50e379c35bec4fe741b11d12387))
|
|
3501
|
+
|
|
3502
|
+
|
|
3503
|
+
### Features
|
|
3504
|
+
|
|
3505
|
+
* **donate:** streamlined block option w/ Stripe ([#784](https://github.com/Automattic/newspack-blocks/issues/784)) ([10bfb0b](https://github.com/Automattic/newspack-blocks/commit/10bfb0bdcea23e31d190b31631d1a30911e955a7))
|
|
3506
|
+
* **nrh:** donations handling ([#805](https://github.com/Automattic/newspack-blocks/issues/805)) ([821f6db](https://github.com/Automattic/newspack-blocks/commit/821f6db1ae9c4ed0eed043598e4689e886e1416e))
|
|
3507
|
+
|
|
3508
|
+
## [1.29.2](https://github.com/Automattic/newspack-blocks/compare/v1.29.1...v1.29.2) (2021-07-13)
|
|
3509
|
+
|
|
3510
|
+
|
|
3511
|
+
### Bug Fixes
|
|
3512
|
+
|
|
3513
|
+
* correct path to placeholder image ([#791](https://github.com/Automattic/newspack-blocks/issues/791)) ([e4f1e47](https://github.com/Automattic/newspack-blocks/commit/e4f1e47aafe7fc382de278f1820f248b45b1d10f))
|
|
3514
|
+
* height of post carousel blocks in editor preview ([fc69708](https://github.com/Automattic/newspack-blocks/commit/fc69708e08118f79b5d27ab27659962219798dcb))
|
|
3515
|
+
* make carousel slide image width styles more specific ([#792](https://github.com/Automattic/newspack-blocks/issues/792)) ([9cc4bd1](https://github.com/Automattic/newspack-blocks/commit/9cc4bd15a11f6d227edfceb17899e6773a0b4ec6))
|
|
3516
|
+
* override the default carousel arrows from swiper ([#794](https://github.com/Automattic/newspack-blocks/issues/794)) ([2e4e735](https://github.com/Automattic/newspack-blocks/commit/2e4e7357e2aa29eb9958e283d4991c7776e4c8cd))
|
|
3517
|
+
|
|
3518
|
+
## [1.29.1](https://github.com/Automattic/newspack-blocks/compare/v1.29.0...v1.29.1) (2021-07-06)
|
|
3519
|
+
|
|
3520
|
+
|
|
3521
|
+
### Bug Fixes
|
|
3522
|
+
|
|
3523
|
+
* add max width to avatar placeholder ([#786](https://github.com/Automattic/newspack-blocks/issues/786)) ([99f0535](https://github.com/Automattic/newspack-blocks/commit/99f05356e0cda1b5da233caab03101b0f192ec4c))
|
|
3524
|
+
* add paragraph markup to excerpt, content placeholders ([#785](https://github.com/Automattic/newspack-blocks/issues/785)) ([48b43eb](https://github.com/Automattic/newspack-blocks/commit/48b43ebdc61205e98c9d18fa24234ed850fae855))
|
|
3525
|
+
|
|
3526
|
+
# [1.29.0](https://github.com/Automattic/newspack-blocks/compare/v1.28.0...v1.29.0) (2021-06-15)
|
|
3527
|
+
|
|
3528
|
+
|
|
3529
|
+
### Features
|
|
3530
|
+
|
|
3531
|
+
* add avatar alignment option to author profile block ([#773](https://github.com/Automattic/newspack-blocks/issues/773)) ([9322b01](https://github.com/Automattic/newspack-blocks/commit/9322b0165f72aa64e26e068319af9332a8174c5b))
|
|
3532
|
+
* add centered style to author profile block ([#774](https://github.com/Automattic/newspack-blocks/issues/774)) ([602b5d4](https://github.com/Automattic/newspack-blocks/commit/602b5d47b8a18d9746abd71d954a9b30e62d7fa5))
|
|
3533
|
+
* blog posts block force image to be the right size when used behind ([#768](https://github.com/Automattic/newspack-blocks/issues/768)) ([d8dd2a9](https://github.com/Automattic/newspack-blocks/commit/d8dd2a98d89bbc3addc43b41a03ad263c3889fd5))
|
|
3534
|
+
|
|
3535
|
+
# [1.28.0](https://github.com/Automattic/newspack-blocks/compare/v1.27.0...v1.28.0) (2021-06-08)
|
|
3536
|
+
|
|
3537
|
+
|
|
3538
|
+
### Bug Fixes
|
|
3539
|
+
|
|
3540
|
+
* include author profile block in release packages ([91200de](https://github.com/Automattic/newspack-blocks/commit/91200de8cb5e00de06c280f95ac3e79d5b44be46))
|
|
3541
|
+
|
|
3542
|
+
|
|
3543
|
+
### Features
|
|
3544
|
+
|
|
3545
|
+
* author profile block ([#763](https://github.com/Automattic/newspack-blocks/issues/763)) ([2cb2249](https://github.com/Automattic/newspack-blocks/commit/2cb2249f42b7d23e2cea55bee583df0e96477185))
|
|
3546
|
+
|
|
3547
|
+
# [1.27.0](https://github.com/Automattic/newspack-blocks/compare/v1.26.0...v1.27.0) (2021-06-02)
|
|
3548
|
+
|
|
3549
|
+
|
|
3550
|
+
### Features
|
|
3551
|
+
|
|
3552
|
+
* support Newspack Listings hide entry meta options ([#762](https://github.com/Automattic/newspack-blocks/issues/762)) ([217f5ce](https://github.com/Automattic/newspack-blocks/commit/217f5cecfe2d8627317f5987340f5f7076e271c3))
|
|
3553
|
+
|
|
3554
|
+
# [1.26.0](https://github.com/Automattic/newspack-blocks/compare/v1.25.1...v1.26.0) (2021-05-13)
|
|
3555
|
+
|
|
3556
|
+
|
|
3557
|
+
### Features
|
|
3558
|
+
|
|
3559
|
+
* add carousel block attribute for slidesPerView ([#750](https://github.com/Automattic/newspack-blocks/issues/750)) ([fd41ab9](https://github.com/Automattic/newspack-blocks/commit/fd41ab9a4716a2d555eb9393f3b11ba94d9e686f))
|
|
3560
|
+
|
|
3561
|
+
## [1.25.1](https://github.com/Automattic/newspack-blocks/compare/v1.25.0...v1.25.1) (2021-05-05)
|
|
3562
|
+
|
|
3563
|
+
|
|
3564
|
+
### Bug Fixes
|
|
3565
|
+
|
|
3566
|
+
* **carousel:** add missing block attribute ([#754](https://github.com/Automattic/newspack-blocks/issues/754)) ([2fcbec4](https://github.com/Automattic/newspack-blocks/commit/2fcbec469fe0df7db2afd39a7cba54ff9079d494))
|
|
3567
|
+
|
|
3568
|
+
# [1.25.0](https://github.com/Automattic/newspack-blocks/compare/v1.24.0...v1.25.0) (2021-05-05)
|
|
3569
|
+
|
|
3570
|
+
|
|
3571
|
+
### Features
|
|
3572
|
+
|
|
3573
|
+
* allow different post types in carousel; plus new block options ([#746](https://github.com/Automattic/newspack-blocks/issues/746)) ([f30a5a5](https://github.com/Automattic/newspack-blocks/commit/f30a5a5a33560de4385cf0a1e6724da11f744564))
|
|
3574
|
+
|
|
3575
|
+
# [1.24.0](https://github.com/Automattic/newspack-blocks/compare/v1.23.0...v1.24.0) (2021-04-13)
|
|
3576
|
+
|
|
3577
|
+
|
|
3578
|
+
### Features
|
|
3579
|
+
|
|
3580
|
+
* update block icons to use Gutenberg style instead of Material ([#724](https://github.com/Automattic/newspack-blocks/issues/724)) ([e8a0eae](https://github.com/Automattic/newspack-blocks/commit/e8a0eae31f2a4ecae2ca6bee62986fa4dc419d27))
|
|
3581
|
+
|
|
3582
|
+
# [1.23.0](https://github.com/Automattic/newspack-blocks/compare/v1.22.1...v1.23.0) (2021-04-06)
|
|
3583
|
+
|
|
3584
|
+
|
|
3585
|
+
### Features
|
|
3586
|
+
|
|
3587
|
+
* add new patterns for donation and subscribe ([#730](https://github.com/Automattic/newspack-blocks/issues/730)) ([a00cfd6](https://github.com/Automattic/newspack-blocks/commit/a00cfd6e54258afacdb8c5bb68152f38dbc04761))
|
|
3588
|
+
* deduplication across homepage posts & carousel ([#725](https://github.com/Automattic/newspack-blocks/issues/725)) ([427c4e0](https://github.com/Automattic/newspack-blocks/commit/427c4e087d57dee1fba9f4d81ffc8486f735d2c0)), closes [#664](https://github.com/Automattic/newspack-blocks/issues/664)
|
|
3589
|
+
* handle posts with no featured image ([#731](https://github.com/Automattic/newspack-blocks/issues/731)) ([0db34be](https://github.com/Automattic/newspack-blocks/commit/0db34be070f842acdc69f4b64212dcc2df4be2d8)), closes [#443](https://github.com/Automattic/newspack-blocks/issues/443)
|
|
3590
|
+
|
|
3591
|
+
## [1.22.1](https://github.com/Automattic/newspack-blocks/compare/v1.22.0...v1.22.1) (2021-03-30)
|
|
3592
|
+
|
|
3593
|
+
|
|
3594
|
+
### Bug Fixes
|
|
3595
|
+
|
|
3596
|
+
* a PHP warning when editing newsletters ([#722](https://github.com/Automattic/newspack-blocks/issues/722)) ([41ce40e](https://github.com/Automattic/newspack-blocks/commit/41ce40e2e7843bb8a9bc58db7a37886eb86f84cc))
|
|
3597
|
+
|
|
3598
|
+
# [1.22.0](https://github.com/Automattic/newspack-blocks/compare/v1.21.1...v1.22.0) (2021-03-23)
|
|
3599
|
+
|
|
3600
|
+
|
|
3601
|
+
### Features
|
|
3602
|
+
|
|
3603
|
+
* add new homepage posts patterns ([#717](https://github.com/Automattic/newspack-blocks/issues/717)) ([7957a9a](https://github.com/Automattic/newspack-blocks/commit/7957a9aed1f87e6572d22919b40315ef8fa84e61))
|
|
3604
|
+
|
|
3605
|
+
## [1.21.1](https://github.com/Automattic/newspack-blocks/compare/v1.21.0...v1.21.1) (2021-02-25)
|
|
3606
|
+
|
|
3607
|
+
|
|
3608
|
+
### Bug Fixes
|
|
3609
|
+
|
|
3610
|
+
* update donate thank you message in Portuguese ([#706](https://github.com/Automattic/newspack-blocks/issues/706)) ([93c9da5](https://github.com/Automattic/newspack-blocks/commit/93c9da5a05f7666c1d7d4ef625ad252a00d7c14e))
|
|
3611
|
+
|
|
3612
|
+
# [1.21.0](https://github.com/Automattic/newspack-blocks/compare/v1.20.1...v1.21.0) (2021-02-16)
|
|
3613
|
+
|
|
3614
|
+
|
|
3615
|
+
### Features
|
|
3616
|
+
|
|
3617
|
+
* add Portuguese translation to the blocks ([#698](https://github.com/Automattic/newspack-blocks/issues/698)) ([dedf0a3](https://github.com/Automattic/newspack-blocks/commit/dedf0a3bb2d9e898203c9a6c489aa550d7c66635))
|
|
3618
|
+
|
|
3619
|
+
## [1.20.1](https://github.com/Automattic/newspack-blocks/compare/v1.20.0...v1.20.1) (2021-02-11)
|
|
3620
|
+
|
|
3621
|
+
|
|
3622
|
+
### Bug Fixes
|
|
3623
|
+
|
|
3624
|
+
* override WooCommerce Memberships excerpt length in block ([#694](https://github.com/Automattic/newspack-blocks/issues/694)) ([5695de6](https://github.com/Automattic/newspack-blocks/commit/5695de651fe6abda90506315d0a4eceb6091234c))
|
|
3625
|
+
|
|
3626
|
+
# [1.20.0](https://github.com/Automattic/newspack-blocks/compare/v1.19.0...v1.20.0) (2021-02-05)
|
|
3627
|
+
|
|
3628
|
+
|
|
3629
|
+
### Features
|
|
3630
|
+
|
|
3631
|
+
* pass attributes to donate block render hook ([#671](https://github.com/Automattic/newspack-blocks/issues/671)) ([2d1ae81](https://github.com/Automattic/newspack-blocks/commit/2d1ae8115b911aab54b7aa692d7c873e55d69a25))
|
|
3632
|
+
|
|
3633
|
+
# [1.19.0](https://github.com/Automattic/newspack-blocks/compare/v1.18.1...v1.19.0) (2021-01-28)
|
|
3634
|
+
|
|
3635
|
+
|
|
3636
|
+
### Bug Fixes
|
|
3637
|
+
|
|
3638
|
+
* carousel block renders authors like homepage articles ([#680](https://github.com/Automattic/newspack-blocks/issues/680)) ([0b574c7](https://github.com/Automattic/newspack-blocks/commit/0b574c7da03a91262c2cd529139db74a32f9dad0))
|
|
3639
|
+
* in specific posts mode, post order should match input order ([#681](https://github.com/Automattic/newspack-blocks/issues/681)) ([1cfea8d](https://github.com/Automattic/newspack-blocks/commit/1cfea8de49bb80d7abce05b60240792fcc67a587))
|
|
3640
|
+
|
|
3641
|
+
|
|
3642
|
+
### Features
|
|
3643
|
+
|
|
3644
|
+
* add article class for post types ([#679](https://github.com/Automattic/newspack-blocks/issues/679)) ([f493a01](https://github.com/Automattic/newspack-blocks/commit/f493a017796c9573ca8f70925e9f4c97ca740727))
|
|
3645
|
+
|
|
3646
|
+
## [1.18.1](https://github.com/Automattic/newspack-blocks/compare/v1.18.0...v1.18.1) (2021-01-19)
|
|
3647
|
+
|
|
3648
|
+
|
|
3649
|
+
### Bug Fixes
|
|
3650
|
+
|
|
3651
|
+
* load more button functionality ([#672](https://github.com/Automattic/newspack-blocks/issues/672)) ([4116df5](https://github.com/Automattic/newspack-blocks/commit/4116df5f3bbe303866a7b0dde8807f838c374b15))
|
|
3652
|
+
* **homepage-post:** handle duplicated categories ([57b6323](https://github.com/Automattic/newspack-blocks/commit/57b6323d32dd6aa96c83f07cc4e96598c009ec7e)), closes [#669](https://github.com/Automattic/newspack-blocks/issues/669)
|
|
3653
|
+
|
|
3654
|
+
# [1.18.0](https://github.com/Automattic/newspack-blocks/compare/v1.17.1...v1.18.0) (2021-01-12)
|
|
3655
|
+
|
|
3656
|
+
|
|
3657
|
+
### Features
|
|
3658
|
+
|
|
3659
|
+
* add optional 'continue reading' link underneath excerpts ([#656](https://github.com/Automattic/newspack-blocks/issues/656)) ([3c55a69](https://github.com/Automattic/newspack-blocks/commit/3c55a69d23d17c2cfb5e26385ffd27b0e31ba168))
|
|
3660
|
+
* custom endpoint for homepage posts in editor ([#661](https://github.com/Automattic/newspack-blocks/issues/661)) ([1f4880a](https://github.com/Automattic/newspack-blocks/commit/1f4880ad57e78098b719dc308f2358d5b84a0d13))
|
|
3661
|
+
|
|
3662
|
+
## [1.17.1](https://github.com/Automattic/newspack-blocks/compare/v1.17.0...v1.17.1) (2020-12-15)
|
|
3663
|
+
|
|
3664
|
+
|
|
3665
|
+
### Bug Fixes
|
|
3666
|
+
|
|
3667
|
+
* **api:** fallback to standard if post_format is false ([#649](https://github.com/Automattic/newspack-blocks/issues/649)) ([77028aa](https://github.com/Automattic/newspack-blocks/commit/77028aa23a96325398d437a2461a864641034b9b))
|
|
3668
|
+
* respect excerpt length attribute in load more display ([#648](https://github.com/Automattic/newspack-blocks/issues/648)) ([aef87ba](https://github.com/Automattic/newspack-blocks/commit/aef87baeebc46e9068855eec62b74c14a20f2619))
|
|
3669
|
+
* sanitize post id arrays in includes and excludes ([#651](https://github.com/Automattic/newspack-blocks/issues/651)) ([b1b50bd](https://github.com/Automattic/newspack-blocks/commit/b1b50bd6e35bb19103c5076703866a92d2770930))
|
|
3670
|
+
|
|
3671
|
+
# [1.17.0](https://github.com/Automattic/newspack-blocks/compare/v1.16.0...v1.17.0) (2020-12-09)
|
|
3672
|
+
|
|
3673
|
+
|
|
3674
|
+
### Bug Fixes
|
|
3675
|
+
|
|
3676
|
+
* disable paging in specific posts mode ([#640](https://github.com/Automattic/newspack-blocks/issues/640)) ([9ea01e5](https://github.com/Automattic/newspack-blocks/commit/9ea01e55d0621687c26bf044331bfcaa4eb59b87))
|
|
3677
|
+
|
|
3678
|
+
|
|
3679
|
+
### Features
|
|
3680
|
+
|
|
3681
|
+
* control to select default tab in donate block ([#643](https://github.com/Automattic/newspack-blocks/issues/643)) ([46c730b](https://github.com/Automattic/newspack-blocks/commit/46c730b1f5af5732876cb66236993b2800b43199))
|
|
3682
|
+
|
|
3683
|
+
# [1.16.0](https://github.com/Automattic/newspack-blocks/compare/v1.15.0...v1.16.0) (2020-11-24)
|
|
3684
|
+
|
|
3685
|
+
|
|
3686
|
+
### Features
|
|
3687
|
+
|
|
3688
|
+
* optimize sponsor queries ([#633](https://github.com/Automattic/newspack-blocks/issues/633)) ([1509951](https://github.com/Automattic/newspack-blocks/commit/150995197e39ade7bb3f71cbf6325b6fa60fd2f8))
|
|
3689
|
+
|
|
3690
|
+
# [1.15.0](https://github.com/Automattic/newspack-blocks/compare/v1.14.0...v1.15.0) (2020-11-17)
|
|
3691
|
+
|
|
3692
|
+
|
|
3693
|
+
### Features
|
|
3694
|
+
|
|
3695
|
+
* Add French (Belgium) translation to the blocks ([#626](https://github.com/Automattic/newspack-blocks/issues/626)) ([e2f9dc6](https://github.com/Automattic/newspack-blocks/commit/e2f9dc62ddab5f5c146d83ced822fb2edbc16482))
|
|
3696
|
+
|
|
3697
|
+
# [1.14.0](https://github.com/Automattic/newspack-blocks/compare/v1.13.2...v1.14.0) (2020-11-11)
|
|
3698
|
+
|
|
3699
|
+
|
|
3700
|
+
### Features
|
|
3701
|
+
|
|
3702
|
+
* add option to change excerpt length ([#607](https://github.com/Automattic/newspack-blocks/issues/607)) ([a1968d9](https://github.com/Automattic/newspack-blocks/commit/a1968d905cb2117a35ad969804d685076fb292e4))
|
|
3703
|
+
* update blocks icons style and colour ([#615](https://github.com/Automattic/newspack-blocks/issues/615)) ([f4d68cb](https://github.com/Automattic/newspack-blocks/commit/f4d68cb74210e28cec17deec1d16b35ede68e901))
|
|
3704
|
+
|
|
3705
|
+
## [1.13.2](https://github.com/Automattic/newspack-blocks/compare/v1.13.1...v1.13.2) (2020-10-27)
|
|
3706
|
+
|
|
3707
|
+
|
|
3708
|
+
### Bug Fixes
|
|
3709
|
+
|
|
3710
|
+
* suppress password protected posts ([#609](https://github.com/Automattic/newspack-blocks/issues/609)) ([ff667d7](https://github.com/Automattic/newspack-blocks/commit/ff667d714bb6ac92ad5d8961e8d59a6230261e5e))
|
|
3711
|
+
|
|
3712
|
+
## [1.13.1](https://github.com/Automattic/newspack-blocks/compare/v1.13.0...v1.13.1) (2020-09-29)
|
|
3713
|
+
|
|
3714
|
+
|
|
3715
|
+
### Bug Fixes
|
|
3716
|
+
|
|
3717
|
+
* add alignment options to post carousel block ([#597](https://github.com/Automattic/newspack-blocks/issues/597)) ([19a3965](https://github.com/Automattic/newspack-blocks/commit/19a3965b6b502f3e74f6697c43c0fdadf87176d7))
|
|
3718
|
+
|
|
3719
|
+
# [1.13.0](https://github.com/Automattic/newspack-blocks/compare/v1.12.2...v1.13.0) (2020-09-15)
|
|
3720
|
+
|
|
3721
|
+
|
|
3722
|
+
### Bug Fixes
|
|
3723
|
+
|
|
3724
|
+
* **homepage-posts:** display info about load more posts if blog is private ([11e2934](https://github.com/Automattic/newspack-blocks/commit/11e293408c8d37aec3ae5709c7586fcc420c5a66)), closes [#507](https://github.com/Automattic/newspack-blocks/issues/507)
|
|
3725
|
+
* **sponsors:** prevent warnings when sponsor image is not set ([b715706](https://github.com/Automattic/newspack-blocks/commit/b7157068b1246098908b3b91caab2cc9e1c07e9e))
|
|
3726
|
+
|
|
3727
|
+
|
|
3728
|
+
### Features
|
|
3729
|
+
|
|
3730
|
+
* add support for the aside post format ([dd69bc2](https://github.com/Automattic/newspack-blocks/commit/dd69bc2939f5200b9fa94a66d60af666f70f13bf))
|
|
3731
|
+
|
|
3732
|
+
## [1.12.2](https://github.com/Automattic/newspack-blocks/compare/v1.12.1...v1.12.2) (2020-09-08)
|
|
3733
|
+
|
|
3734
|
+
|
|
3735
|
+
### Bug Fixes
|
|
3736
|
+
|
|
3737
|
+
* make sure sponsored content styles survive tree shaking ([#585](https://github.com/Automattic/newspack-blocks/issues/585)) ([b15e7d7](https://github.com/Automattic/newspack-blocks/commit/b15e7d7b66400108faddd58a8dafae7a016b5e27))
|
|
3738
|
+
|
|
3739
|
+
## [1.12.1](https://github.com/Automattic/newspack-blocks/compare/v1.12.0...v1.12.1) (2020-08-26)
|
|
3740
|
+
|
|
3741
|
+
|
|
3742
|
+
### Bug Fixes
|
|
3743
|
+
|
|
3744
|
+
* prevent errors when there is no sponsor logo, link ([#581](https://github.com/Automattic/newspack-blocks/issues/581)) ([e1337a2](https://github.com/Automattic/newspack-blocks/commit/e1337a2fb1a6e0bf6cbd221a387f9eb4e4ec7330))
|
|
3745
|
+
|
|
3746
|
+
# [1.12.0](https://github.com/Automattic/newspack-blocks/compare/v1.11.1...v1.12.0) (2020-08-25)
|
|
3747
|
+
|
|
3748
|
+
|
|
3749
|
+
### Features
|
|
3750
|
+
|
|
3751
|
+
* trigger release ([419ffe7](https://github.com/Automattic/newspack-blocks/commit/419ffe7f9e168abadbc5fe91b68d7100b087d476))
|
|
3752
|
+
|
|
3753
|
+
## [1.11.1](https://github.com/Automattic/newspack-blocks/compare/v1.11.0...v1.11.1) (2020-08-18)
|
|
3754
|
+
|
|
3755
|
+
|
|
3756
|
+
### Bug Fixes
|
|
3757
|
+
|
|
3758
|
+
* moving check for sponsors to prevent notices ([#573](https://github.com/Automattic/newspack-blocks/issues/573)) ([0cd9810](https://github.com/Automattic/newspack-blocks/commit/0cd98108aff171d5cd2c077be1c84d9b056d5f6e))
|
|
3759
|
+
|
|
3760
|
+
# [1.11.0](https://github.com/Automattic/newspack-blocks/compare/v1.10.2...v1.11.0) (2020-08-18)
|
|
3761
|
+
|
|
3762
|
+
|
|
3763
|
+
### Features
|
|
3764
|
+
|
|
3765
|
+
* add sponsor labels to homepage posts and post carousel blocks ([#563](https://github.com/Automattic/newspack-blocks/issues/563)) ([cbcd65f](https://github.com/Automattic/newspack-blocks/commit/cbcd65f7932e61c4a63a1ac72a54aa819bd13e9a))
|
|
3766
|
+
|
|
3767
|
+
## [1.10.2](https://github.com/Automattic/newspack-blocks/compare/v1.10.1...v1.10.2) (2020-08-11)
|
|
3768
|
+
|
|
3769
|
+
|
|
3770
|
+
### Bug Fixes
|
|
3771
|
+
|
|
3772
|
+
* don't render homepage posts blocks in feeds ([51f72eb](https://github.com/Automattic/newspack-blocks/commit/51f72ebd6a8db158bc93ea2a4ceaf2b044653944))
|
|
3773
|
+
|
|
3774
|
+
## [1.10.1](https://github.com/Automattic/newspack-blocks/compare/v1.10.0...v1.10.1) (2020-08-04)
|
|
3775
|
+
|
|
3776
|
+
|
|
3777
|
+
### Bug Fixes
|
|
3778
|
+
|
|
3779
|
+
* make sure Post Carousel text colors aren't overridden ([#553](https://github.com/Automattic/newspack-blocks/issues/553)) ([4b246fe](https://github.com/Automattic/newspack-blocks/commit/4b246fe11b2c1159cb041a3fecb99e79ce8c711a))
|
|
3780
|
+
|
|
3781
|
+
# [1.10.0](https://github.com/Automattic/newspack-blocks/compare/v1.9.1...v1.10.0) (2020-07-28)
|
|
3782
|
+
|
|
3783
|
+
|
|
3784
|
+
### Features
|
|
3785
|
+
|
|
3786
|
+
* experimental title-only specific posts lookup endpoint ([#556](https://github.com/Automattic/newspack-blocks/issues/556)) ([5816ef9](https://github.com/Automattic/newspack-blocks/commit/5816ef90e52a72d5e79c07e1432025ff62d5e303))
|
|
3787
|
+
|
|
3788
|
+
## [1.9.1](https://github.com/Automattic/newspack-blocks/compare/v1.9.0...v1.9.1) (2020-07-22)
|
|
3789
|
+
|
|
3790
|
+
|
|
3791
|
+
### Bug Fixes
|
|
3792
|
+
|
|
3793
|
+
* php notices in gutenberg 8.6.0 ([#549](https://github.com/Automattic/newspack-blocks/issues/549)) ([c129449](https://github.com/Automattic/newspack-blocks/commit/c129449fa250e9920273128b4a2adbe776cd506e))
|
|
3794
|
+
|
|
3795
|
+
# [1.9.0](https://github.com/Automattic/newspack-blocks/compare/v1.8.1...v1.9.0) (2020-06-30)
|
|
3796
|
+
|
|
3797
|
+
|
|
3798
|
+
### Bug Fixes
|
|
3799
|
+
|
|
3800
|
+
* make load more button styles more specific ([#527](https://github.com/Automattic/newspack-blocks/issues/527)) ([68089aa](https://github.com/Automattic/newspack-blocks/commit/68089aad84661c4db52a6b2096264b7475560cb9))
|
|
3801
|
+
* php warnings, phpcs warnings ([#540](https://github.com/Automattic/newspack-blocks/issues/540)) ([23b34a1](https://github.com/Automattic/newspack-blocks/commit/23b34a10e557d36a89e6c426962a6bde0ce5ee05))
|
|
3802
|
+
|
|
3803
|
+
|
|
3804
|
+
### Features
|
|
3805
|
+
|
|
3806
|
+
* editable donate button text ([#535](https://github.com/Automattic/newspack-blocks/issues/535)) ([6261e3f](https://github.com/Automattic/newspack-blocks/commit/6261e3ff50d325471e981bd6dd0bc4b133facdfa))
|
|
3807
|
+
* exclude current post in homepage posts block ([#539](https://github.com/Automattic/newspack-blocks/issues/539)) ([030024d](https://github.com/Automattic/newspack-blocks/commit/030024d70135fa655985aff801568bee2550caa0))
|
|
3808
|
+
|
|
3809
|
+
## [1.8.1](https://github.com/Automattic/newspack-blocks/compare/v1.8.0...v1.8.1) (2020-06-23)
|
|
3810
|
+
|
|
3811
|
+
|
|
3812
|
+
### Bug Fixes
|
|
3813
|
+
|
|
3814
|
+
* fall back to author if coauthor fails ([18501f6](https://github.com/Automattic/newspack-blocks/commit/18501f6482c3ee881c68da9afcc7523e6c2726a0))
|
|
3815
|
+
|
|
3816
|
+
# [1.8.0](https://github.com/Automattic/newspack-blocks/compare/v1.7.2...v1.8.0) (2020-06-18)
|
|
3817
|
+
|
|
3818
|
+
|
|
3819
|
+
### Bug Fixes
|
|
3820
|
+
|
|
3821
|
+
* correct count ([19c7a6c](https://github.com/Automattic/newspack-blocks/commit/19c7a6c5946eb9cbd60e838f6b9b9db06dda0855))
|
|
3822
|
+
* donations wizard link ([84e0092](https://github.com/Automattic/newspack-blocks/commit/84e0092a47d2bc1f01e041521844bfca921798c1))
|
|
3823
|
+
|
|
3824
|
+
|
|
3825
|
+
### Features
|
|
3826
|
+
|
|
3827
|
+
* improve Homepage Posts block editor performance ([#499](https://github.com/Automattic/newspack-blocks/issues/499)) ([e1c68c5](https://github.com/Automattic/newspack-blocks/commit/e1c68c56741dc4d193aa6ceea9462191c7163d35)), closes [#493](https://github.com/Automattic/newspack-blocks/issues/493)
|
|
3828
|
+
|
|
3829
|
+
## [1.7.2](https://github.com/Automattic/newspack-blocks/compare/v1.7.1...v1.7.2) (2020-06-13)
|
|
3830
|
+
|
|
3831
|
+
|
|
3832
|
+
### Bug Fixes
|
|
3833
|
+
|
|
3834
|
+
* **homepage-posts:** exclude posts already on the page from query ([bbbbc3e](https://github.com/Automattic/newspack-blocks/commit/bbbbc3e7fb84f28c02293c10e0cd49faa7c6b819)), closes [#510](https://github.com/Automattic/newspack-blocks/issues/510)
|
|
3835
|
+
|
|
3836
|
+
## [1.7.1](https://github.com/Automattic/newspack-blocks/compare/v1.7.0...v1.7.1) (2020-06-09)
|
|
3837
|
+
|
|
3838
|
+
|
|
3839
|
+
### Bug Fixes
|
|
3840
|
+
|
|
3841
|
+
* always display query controls; disallow choosing 0 posts ([#497](https://github.com/Automattic/newspack-blocks/issues/497)) ([b956111](https://github.com/Automattic/newspack-blocks/commit/b9561113e822530eec74e30ca4df2139515716ab))
|
|
3842
|
+
* correct order of arguments in implodes ([0f45074](https://github.com/Automattic/newspack-blocks/commit/0f45074216e939438165d2621e6152797164e1ec))
|
|
3843
|
+
* don't use main wp_query when rendering homepage posts ([9c804f6](https://github.com/Automattic/newspack-blocks/commit/9c804f60d37b85e1caa0dd5b22549d478623e1e1))
|
|
3844
|
+
* reset postdata after restoring wp_query ([d9d01a6](https://github.com/Automattic/newspack-blocks/commit/d9d01a664b7a1132bf67b1c5f49fed965b763fee))
|
|
3845
|
+
* **homepage-posts:** exclude specific posts from other blocks from query ([#500](https://github.com/Automattic/newspack-blocks/issues/500)) ([31181a5](https://github.com/Automattic/newspack-blocks/commit/31181a5536aef03779cf789d2dcd4d9de05b4371)), closes [#498](https://github.com/Automattic/newspack-blocks/issues/498)
|
|
3846
|
+
* make bottom margin styles less specific for easier overrides ([#483](https://github.com/Automattic/newspack-blocks/issues/483)) ([93c3aff](https://github.com/Automattic/newspack-blocks/commit/93c3aff087f30c955591770f514094604f0bc829))
|
|
3847
|
+
|
|
3848
|
+
# [1.7.0](https://github.com/Automattic/newspack-blocks/compare/v1.6.0...v1.7.0) (2020-06-02)
|
|
3849
|
+
|
|
3850
|
+
|
|
3851
|
+
### Features
|
|
3852
|
+
|
|
3853
|
+
* add category and tag classes to each homepage post ([#487](https://github.com/Automattic/newspack-blocks/issues/487)) ([d7c4fcd](https://github.com/Automattic/newspack-blocks/commit/d7c4fcd8d3caa2bbdda970e913265e3da7144b76))
|
|
3854
|
+
|
|
3855
|
+
# [1.6.0](https://github.com/Automattic/newspack-blocks/compare/v1.5.0...v1.6.0) (2020-05-19)
|
|
3856
|
+
|
|
3857
|
+
|
|
3858
|
+
### Bug Fixes
|
|
3859
|
+
|
|
3860
|
+
* decode entities in categories when shown ([#474](https://github.com/Automattic/newspack-blocks/issues/474)) ([5347ba3](https://github.com/Automattic/newspack-blocks/commit/5347ba3904b12a7d4b7de5527927a3353fd198a1))
|
|
3861
|
+
* decode entities in categories when shown in carousel ([#475](https://github.com/Automattic/newspack-blocks/issues/475)) ([20dcfd3](https://github.com/Automattic/newspack-blocks/commit/20dcfd382134989a55a3d9c40889fadbb3dd79ff))
|
|
3862
|
+
* disallow 0 as post to show value ([80db497](https://github.com/Automattic/newspack-blocks/commit/80db497f1d734f8bb9b60d4441670d6deab5e7f7))
|
|
3863
|
+
* initializing swiper for multiple blocks ([#476](https://github.com/Automattic/newspack-blocks/issues/476)) ([f480d54](https://github.com/Automattic/newspack-blocks/commit/f480d5480b801d21490cf406f8c55bcfb5620fbc))
|
|
3864
|
+
|
|
3865
|
+
|
|
3866
|
+
### Features
|
|
3867
|
+
|
|
3868
|
+
* add border style to group block ([#463](https://github.com/Automattic/newspack-blocks/issues/463)) ([1c1f89d](https://github.com/Automattic/newspack-blocks/commit/1c1f89dbb8ec6cbdf39e0303457551c43612480a))
|
|
3869
|
+
* add image shape classes to the front end ([#473](https://github.com/Automattic/newspack-blocks/issues/473)) ([c90df2e](https://github.com/Automattic/newspack-blocks/commit/c90df2e2e89d685a979b20e4d7ff005af2356869))
|
|
3870
|
+
|
|
3871
|
+
# [1.5.0](https://github.com/Automattic/newspack-blocks/compare/v1.4.0...v1.5.0) (2020-05-07)
|
|
3872
|
+
|
|
3873
|
+
|
|
3874
|
+
### Bug Fixes
|
|
3875
|
+
|
|
3876
|
+
* carousel image being distorted ([36f72c6](https://github.com/Automattic/newspack-blocks/commit/36f72c6afcaef9f15e957b0dc8d23fb6a566136c))
|
|
3877
|
+
* make sure content options don't affect blocks ([91ecd2c](https://github.com/Automattic/newspack-blocks/commit/91ecd2cede297021472d411c381fef0ab2cc85e4))
|
|
3878
|
+
|
|
3879
|
+
|
|
3880
|
+
### Features
|
|
3881
|
+
|
|
3882
|
+
* add a max-height to the slider ([ea477a2](https://github.com/Automattic/newspack-blocks/commit/ea477a2d2530df8726acd996a7984f2a4e3f37f1))
|
|
3883
|
+
|
|
3884
|
+
# [1.4.0](https://github.com/Automattic/newspack-blocks/compare/v1.3.1...v1.4.0) (2020-05-05)
|
|
3885
|
+
|
|
3886
|
+
|
|
3887
|
+
### Bug Fixes
|
|
3888
|
+
|
|
3889
|
+
* byline, avatar and date in carousel block ([#455](https://github.com/Automattic/newspack-blocks/issues/455)) ([85b7865](https://github.com/Automattic/newspack-blocks/commit/85b78651a1ed270d5a316c7abf4bf9060a77e890))
|
|
3890
|
+
* patterns preview thumbnails ([#453](https://github.com/Automattic/newspack-blocks/issues/453)) ([3ca80e0](https://github.com/Automattic/newspack-blocks/commit/3ca80e056f0df5f0db978f6065625963739ef050))
|
|
3891
|
+
* update editor selector for reordering columns ([#435](https://github.com/Automattic/newspack-blocks/issues/435)) ([396826a](https://github.com/Automattic/newspack-blocks/commit/396826adc88217b9ea02a7d60512c9fb6e497bfe))
|
|
3892
|
+
|
|
3893
|
+
|
|
3894
|
+
### Features
|
|
3895
|
+
|
|
3896
|
+
* use swiper for non-amp carousels ([94c0a2b](https://github.com/Automattic/newspack-blocks/commit/94c0a2bf3f203f08a72326e578724f06bc0464cc))
|
|
3897
|
+
|
|
3898
|
+
## [1.3.1](https://github.com/Automattic/newspack-blocks/compare/v1.3.0...v1.3.1) (2020-04-29)
|
|
3899
|
+
|
|
3900
|
+
|
|
3901
|
+
### Bug Fixes
|
|
3902
|
+
|
|
3903
|
+
* add isset to avoid warnings ([8c791da](https://github.com/Automattic/newspack-blocks/commit/8c791da4a50a5f979a13feee9c7de43a92bf7fc0))
|
|
3904
|
+
|
|
3905
|
+
# [1.3.0](https://github.com/Automattic/newspack-blocks/compare/v1.2.1...v1.3.0) (2020-04-21)
|
|
3906
|
+
|
|
3907
|
+
|
|
3908
|
+
### Bug Fixes
|
|
3909
|
+
|
|
3910
|
+
* patterns sidebar background color ([#431](https://github.com/Automattic/newspack-blocks/issues/431)) ([d2dfda3](https://github.com/Automattic/newspack-blocks/commit/d2dfda3679947dbf6f4b20bf97d5ca3e005c21de))
|
|
3911
|
+
|
|
3912
|
+
|
|
3913
|
+
### Features
|
|
3914
|
+
|
|
3915
|
+
* add 2 new subscribe patterns ([#426](https://github.com/Automattic/newspack-blocks/issues/426)) ([07e8239](https://github.com/Automattic/newspack-blocks/commit/07e82391ec208c2daff78596953defd63ce53931))
|
|
3916
|
+
* update carousel style since amp 1.5.1 ([#427](https://github.com/Automattic/newspack-blocks/issues/427)) ([94312d2](https://github.com/Automattic/newspack-blocks/commit/94312d2d23394471d15e713cec8c2ba444f89946))
|
|
3917
|
+
|
|
3918
|
+
## [1.2.1](https://github.com/Automattic/newspack-blocks/compare/v1.2.0...v1.2.1) (2020-03-31)
|
|
3919
|
+
|
|
3920
|
+
|
|
3921
|
+
### Bug Fixes
|
|
3922
|
+
|
|
3923
|
+
* fix broken author URL on WP.com ([#407](https://github.com/Automattic/newspack-blocks/issues/407)) ([9614350](https://github.com/Automattic/newspack-blocks/commit/9614350286d1a0124aab7ee61de2cec8849434fd))
|
|
3924
|
+
* pattern sidebar to match gutenberg patterns sidebar ([#424](https://github.com/Automattic/newspack-blocks/issues/424)) ([fb2d209](https://github.com/Automattic/newspack-blocks/commit/fb2d209581881d39921d22db121974133d0746af))
|
|
3925
|
+
|
|
3926
|
+
# [1.2.0](https://github.com/Automattic/newspack-blocks/compare/v1.1.0...v1.2.0) (2020-03-24)
|
|
3927
|
+
|
|
3928
|
+
|
|
3929
|
+
### Bug Fixes
|
|
3930
|
+
|
|
3931
|
+
* make sure styles hiding updated date doesn't hide all dates ([#406](https://github.com/Automattic/newspack-blocks/issues/406)) ([d1bb53c](https://github.com/Automattic/newspack-blocks/commit/d1bb53ca82a67e56b1dea616e86a9c099c5498b4))
|
|
3932
|
+
|
|
3933
|
+
|
|
3934
|
+
### Features
|
|
3935
|
+
|
|
3936
|
+
* display subscribe pattern when mailchimp is inactive ([#418](https://github.com/Automattic/newspack-blocks/issues/418)) ([09716c1](https://github.com/Automattic/newspack-blocks/commit/09716c10005483d919a8332e92d462c32a992625))
|
|
3937
|
+
* update the pattern's icon with newspack logo ([#419](https://github.com/Automattic/newspack-blocks/issues/419)) ([8532c6f](https://github.com/Automattic/newspack-blocks/commit/8532c6f1a1a8f3de2ccb9c6c8d5d2216798aa2a3))
|
|
3938
|
+
|
|
3939
|
+
# [1.1.0](https://github.com/Automattic/newspack-blocks/compare/v1.0.0...v1.1.0) (2020-03-17)
|
|
3940
|
+
|
|
3941
|
+
|
|
3942
|
+
### Bug Fixes
|
|
3943
|
+
|
|
3944
|
+
* double-encoded load more urls ([#415](https://github.com/Automattic/newspack-blocks/issues/415)) ([9d7d7d5](https://github.com/Automattic/newspack-blocks/commit/9d7d7d522cf10da7b1b75c0e95d9d34518d979ec))
|
|
3945
|
+
|
|
3946
|
+
|
|
3947
|
+
### Features
|
|
3948
|
+
|
|
3949
|
+
* add homepage posts, donation, and subscribe patterns ([98ab74c](https://github.com/Automattic/newspack-blocks/commit/98ab74cc6f3541d9052bd946538f996fb1e470a2))
|
|
3950
|
+
* update default carousel style for focused elements ([#410](https://github.com/Automattic/newspack-blocks/issues/410)) ([02335c4](https://github.com/Automattic/newspack-blocks/commit/02335c4c65ddd628168a32ecdfe4411675a25d4e))
|
|
3951
|
+
|
|
3952
|
+
# 1.0.0 (2020-03-02)
|
|
3953
|
+
|
|
3954
|
+
|
|
3955
|
+
### Bug Fixes
|
|
3956
|
+
|
|
3957
|
+
* correct 'Load more posts' German translation ([8913258](https://github.com/Automattic/newspack-blocks/commit/8913258ff32b32e0aaf4f20194002f78bbee89a3))
|
|
3958
|
+
* fix video attribute handling ([cfe96e8](https://github.com/Automattic/newspack-blocks/commit/cfe96e82983f4b341f18120017456c287d1294fa))
|
|
3959
|
+
* load more button - remove amp-layout container, append each new article individually. ([#375](https://github.com/Automattic/newspack-blocks/issues/375)) ([efee9dc](https://github.com/Automattic/newspack-blocks/commit/efee9dc47704253036961ba8fb06b7518c25bb80))
|
|
3960
|
+
* Manual video input ([72efba4](https://github.com/Automattic/newspack-blocks/commit/72efba48972a2d5283ce03a702b9b594a3c68efa))
|
|
3961
|
+
* remove background color behind load more button in editor. fixes [#367](https://github.com/Automattic/newspack-blocks/issues/367). ([#374](https://github.com/Automattic/newspack-blocks/issues/374)) ([f5758fc](https://github.com/Automattic/newspack-blocks/commit/f5758fc79d0e2dad7efb4386bb87677f8a55a58d))
|
|
3962
|
+
|
|
3963
|
+
|
|
3964
|
+
### Features
|
|
3965
|
+
|
|
3966
|
+
* add alignment options for youtube playlist block ([11c54f2](https://github.com/Automattic/newspack-blocks/commit/11c54f26b695a5d390a7ce29cb21297286173a9c))
|
|
3967
|
+
* Add campaign field to Donate block ([8268836](https://github.com/Automattic/newspack-blocks/commit/8268836f648bb67f293ac4477b9ffd747192be0b))
|
|
3968
|
+
* Add settings and flesh out further ([f343d99](https://github.com/Automattic/newspack-blocks/commit/f343d998d5bc23090bb91a8ef9e32bb500faa053))
|
|
3969
|
+
* Basic video playlist block ([d66485a](https://github.com/Automattic/newspack-blocks/commit/d66485ab1c6cab6378aa16a02c71f360d0211f65))
|
|
3970
|
+
* Get basic everything working well ([b5537c8](https://github.com/Automattic/newspack-blocks/commit/b5537c8f9c1893d334edda3cf2601a7d459c5d80))
|
|
3971
|
+
* Make block player interactive in editor. ([d1dce97](https://github.com/Automattic/newspack-blocks/commit/d1dce97dcb33233ff5ef9e3ba612e2238c680b58))
|