Skip to content

Commit

Permalink
Merge pull request #131 from openeuropa/release-2.2.0
Browse files Browse the repository at this point in the history
Release-2.2.0: Update changelog.
  • Loading branch information
nagyad authored Feb 15, 2024
2 parents 523f792 + 516a237 commit 125f9a4
Show file tree
Hide file tree
Showing 34 changed files with 45 additions and 34 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# ChangeLog
# Changelog

## [2.2.0](https://github.com/openeuropa/oe_editorial/tree/2.2.0) (2024-02-15)

[Full Changelog](https://github.com/openeuropa/oe_editorial/compare/2.1.2...2.2.0)

**Merged pull requests:**

- EWPP-3951: Add Drupal 10.2.x and PHP 8.2 to matrix. [\#130](https://github.com/openeuropa/oe_editorial/pull/130) ([brummbar](https://github.com/brummbar))

## [2.1.2](https://github.com/openeuropa/oe_editorial/tree/2.1.2) (2024-01-15)

[Full Changelog](https://github.com/openeuropa/oe_editorial/compare/2.1.1...2.1.2)

**Merged pull requests:**

- EWPP-0000: Preparing for release 2.1.2. [\#129](https://github.com/openeuropa/oe_editorial/pull/129) ([hernani](https://github.com/hernani))
- EWPP-3610: Use static patch instead of direct MR. [\#128](https://github.com/openeuropa/oe_editorial/pull/128) ([hernani](https://github.com/hernani))

## [2.1.1](https://github.com/openeuropa/oe_editorial/tree/2.1.1) (2023-09-18)

[Full Changelog](https://github.com/openeuropa/oe_editorial/compare/2.1.0...2.1.1)

**Merged pull requests:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* OpenEuropa Editorial Content Lock module.
*/

declare(strict_types = 1);
declare(strict_types=1);

/**
* Implements hook_install().
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* OpenEuropa Editorial Corporate Workflow module.
*/

declare(strict_types = 1);
declare(strict_types=1);

use Drupal\Core\Batch\BatchBuilder;
use Drupal\Core\Form\FormStateInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* OpenEuropa Editorial Corporate Workflow post updates.
*/

declare(strict_types = 1);
declare(strict_types=1);

use Drupal\user\Entity\Role;
use Drupal\user\RoleInterface;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_corporate_workflow;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_corporate_workflow;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_corporate_workflow;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_corporate_workflow;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_corporate_workflow\Services;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_corporate_workflow\Services;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* OpenEuropa Editorial Corporate Workflow Test module.
*/

declare(strict_types = 1);
declare(strict_types=1);

use Drupal\node\NodeInterface;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_editorial_corporate_workflow\FunctionalJavascript;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_editorial_corporate_workflow\Traits;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* OpenEuropa Editorial Entity Version module.
*/

declare(strict_types = 1);
declare(strict_types=1);

use Drupal\workflows\WorkflowInterface;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Editorial Entity Version post update functions.
*/

declare(strict_types = 1);
declare(strict_types=1);

use Drupal\workflows\WorkflowInterface;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_entity_version\Form;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_entity_version\Routing;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_editorial_entity_version\Functional;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* OpenEuropa Editorial Unpublish module.
*/

declare(strict_types = 1);
declare(strict_types=1);

use Drupal\Core\Entity\ContentEntityTypeInterface;
use Drupal\oe_editorial_unpublish\Form\ContentEntityUnpublishForm;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_unpublish\Event;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_unpublish\Form;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_unpublish\Plugin\Derivative;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_unpublish\Plugin\Menu;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_unpublish\Routing;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\oe_editorial_unpublish_test\EventSubscriber;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_editorial_unpublish\Functional;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_editorial_unpublish\Kernel;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* OpenEuropa Editorial Workflow Demo module.
*/

declare(strict_types = 1);
declare(strict_types=1);

/**
* Implements hook_install().
Expand Down
2 changes: 1 addition & 1 deletion oe_editorial.module
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* OpenEuropa Editorial module.
*/

declare(strict_types = 1);
declare(strict_types=1);

use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Url;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Behat/ContentLockContext.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_editorial\Behat;

Expand Down
2 changes: 1 addition & 1 deletion tests/src/Behat/FeatureContext.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_editorial\Behat;

Expand Down
2 changes: 1 addition & 1 deletion tests/src/Behat/TextFormatContext.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_editorial\Behat;

Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/WorkflowInstallerTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_editorial\Kernel;

Expand Down
2 changes: 1 addition & 1 deletion tests/src/Traits/BatchTrait.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\Tests\oe_editorial\Traits;

Expand Down

0 comments on commit 125f9a4

Please sign in to comment.