Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Automattic/newspack-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.0-alpha.1
Choose a base ref
...
head repository: Automattic/newspack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.0-alpha.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 20, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3b5b713 View commit details
  2. chore(release): 2.6.2 [skip ci]

    ## [2.6.2](v2.6.1...v2.6.2) (2023-09-20)
    
    ### Bug Fixes
    
    * partial text domain update for the newspack plugin ([#2646](#2646)) ([#2654](#2654)) ([3b5b713](3b5b713))
    semantic-release-bot committed Sep 20, 2023
    Copy the full SHA
    29d538e View commit details
  3. Merge release into alpha

    matticbot committed Sep 20, 2023
    Copy the full SHA
    d39f7e2 View commit details
  4. chore(release): 2.7.0-alpha.2 [skip ci]

    # [2.7.0-alpha.2](v2.7.0-alpha.1...v2.7.0-alpha.2) (2023-09-20)
    
    ### Bug Fixes
    
    * partial text domain update for the newspack plugin ([#2646](#2646)) ([#2654](#2654)) ([3b5b713](3b5b713))
    semantic-release-bot committed Sep 20, 2023
    Copy the full SHA
    c031771 View commit details
Showing with 11 additions and 12 deletions.
  1. +6 −7 CHANGELOG.md
  2. +2 −2 newspack.php
  3. +2 −2 package-lock.json
  4. +1 −1 package.json
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# [2.7.0-alpha.1](https://github.com/Automattic/newspack-plugin/compare/v2.6.1...v2.7.0-alpha.1) (2023-09-15)
# [2.7.0-alpha.2](https://github.com/Automattic/newspack-plugin/compare/v2.7.0-alpha.1...v2.7.0-alpha.2) (2023-09-20)


### Bug Fixes

* partial text domain update for the newspack plugin ([#2646](https://github.com/Automattic/newspack-plugin/issues/2646)) ([7d92092](https://github.com/Automattic/newspack-plugin/commit/7d92092340e6559e0676e42b42561546e43550ef))
* partial text domain update for the newspack plugin ([#2646](https://github.com/Automattic/newspack-plugin/issues/2646)) ([#2654](https://github.com/Automattic/newspack-plugin/issues/2654)) ([3b5b713](https://github.com/Automattic/newspack-plugin/commit/3b5b713e06b0e8a7abd7d92688fd25402e8c44b4))

## [2.6.2](https://github.com/Automattic/newspack-plugin/compare/v2.6.1...v2.6.2) (2023-09-20)

### Features

* add ads.txt manager to plugin manager ([#2639](https://github.com/Automattic/newspack-plugin/issues/2639)) ([06eccaa](https://github.com/Automattic/newspack-plugin/commit/06eccaa75daaafa915df03f5758e776ba763c1a0))
* **amp-deprecation:** remove AMP from supported list ([#2647](https://github.com/Automattic/newspack-plugin/issues/2647)) ([ef98476](https://github.com/Automattic/newspack-plugin/commit/ef98476e834f672504d40f554411e647af3b1707))
* disable deactivate and delete for Akismet ([#2593](https://github.com/Automattic/newspack-plugin/issues/2593)) ([136752a](https://github.com/Automattic/newspack-plugin/commit/136752a6f86c7d8de6d77921ddd841380405a231))
* replace recommended cookie plugin ([#2223](https://github.com/Automattic/newspack-plugin/issues/2223)) ([4a309be](https://github.com/Automattic/newspack-plugin/commit/4a309be2141a18333f6ce3c2346450224c555028))
### Bug Fixes

* partial text domain update for the newspack plugin ([#2646](https://github.com/Automattic/newspack-plugin/issues/2646)) ([#2654](https://github.com/Automattic/newspack-plugin/issues/2654)) ([3b5b713](https://github.com/Automattic/newspack-plugin/commit/3b5b713e06b0e8a7abd7d92688fd25402e8c44b4))

## [2.6.1](https://github.com/Automattic/newspack-plugin/compare/v2.6.0...v2.6.1) (2023-09-15)

4 changes: 2 additions & 2 deletions newspack.php
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
/**
* Plugin Name: Newspack
* Description: An advanced open-source publishing and revenue-generating platform for news organizations.
* Version: 2.7.0-alpha.1
* Version: 2.7.0-alpha.2
* Author: Automattic
* Author URI: https://newspack.com/
* License: GPL2
@@ -14,7 +14,7 @@

defined( 'ABSPATH' ) || exit;

define( 'NEWSPACK_PLUGIN_VERSION', '2.7.0-alpha.1' );
define( 'NEWSPACK_PLUGIN_VERSION', '2.7.0-alpha.2' );

// Load language files.
load_plugin_textdomain( 'newspack-plugin', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
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",
"version": "2.7.0-alpha.1",
"version": "2.7.0-alpha.2",
"description": "The Newspack plugin. https://newspack.com",
"bugs": {
"url": "https://github.com/Automattic/newspack-plugin/issues"