Skip to content

Commit

Permalink
Merge pull request #1256 from Automattic/alpha
Browse files Browse the repository at this point in the history
Release Jan 08
  • Loading branch information
leogermani authored Jan 8, 2024
2 parents 336be31 + dc3f054 commit e9f8739
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.28.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.27.0...v2.28.0-alpha.1) (2023-12-15)


### Features

* add support for prompt revisions ([b2571a7](https://github.com/Automattic/newspack-popups/commit/b2571a7a4b4bf8bf755487683edc2a0ee5d3c8ef))

# [2.27.0](https://github.com/Automattic/newspack-popups/compare/v2.26.1...v2.27.0) (2023-12-11)


Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion includes/class-newspack-popups.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public static function register_cpt() {
'public' => false,
'show_ui' => true,
'show_in_rest' => true,
'supports' => [ 'editor', 'title', 'custom-fields', 'thumbnail' ],
'supports' => [ 'editor', 'title', 'custom-fields', 'thumbnail', 'revisions' ],
'taxonomies' => [ 'category', 'post_tag' ],
'menu_icon' => 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiByb2xlPSJpbWciIGFyaWEtaGlkZGVuPSJ0cnVlIiBmb2N1c2FibGU9ImZhbHNlIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljg2MyAxMy42NDRMNSAxMy4yNWgtLjVhLjUuNSAwIDAxLS41LS41di0zYS41LjUgMCAwMS41LS41SDVMMTggNi41aDJWMTZoLTJsLTMuODU0LS44MTUuMDI2LjAwOGEzLjc1IDMuNzUgMCAwMS03LjMxLTEuNTQ5em0xLjQ3Ny4zMTNhMi4yNTEgMi4yNTEgMCAwMDQuMzU2LjkyMWwtNC4zNTYtLjkyMXptLTIuODQtMy4yOEwxOC4xNTcgOGguMzQzdjYuNWgtLjM0M0w1LjUgMTEuODIzdi0xLjE0NnoiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0id2hpdGUiPjwvcGF0aD48L3N2Zz4K',
];
Expand Down
2 changes: 1 addition & 1 deletion newspack-popups.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://newspack.com
* Text Domain: newspack-popups
* Domain Path: /languages
* Version: 2.27.0
* Version: 2.28.0-alpha.1
*
* @package Newspack_Popups
*/
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspack-popups",
"version": "2.27.0",
"version": "2.28.0-alpha.1",
"main": "Gruntfile.js",
"author": "Automattic",
"scripts": {
Expand Down

0 comments on commit e9f8739

Please sign in to comment.