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: openeuropa/oe_list_pages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: openeuropa/oe_list_pages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 3, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c1cc28a View commit details
  2. Merge pull request #43 from openeuropa/EWPP-facet-update

    EWPP-0: Update facets module.
    imanoleguskiza authored Nov 3, 2020
    Copy the full SHA
    b45cf9b View commit details
  3. Prepare release 0.3.0

    imanoleguskiza committed Nov 3, 2020
    Copy the full SHA
    73f3c5e View commit details
  4. Merge pull request #44 from openeuropa/EWPP-release-0.3.0

    Prepare release 0.3.0
    imanoleguskiza authored Nov 3, 2020
    Copy the full SHA
    3f6076c View commit details
Showing with 12 additions and 7 deletions.
  1. +11 −1 CHANGELOG.md
  2. +1 −6 composer.json
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Change Log
# Changelog

## [0.3.0](https://github.com/openeuropa/oe_list_pages/tree/0.3.0) (2020-11-03)

[Full Changelog](https://github.com/openeuropa/oe_list_pages/compare/0.2.0...0.3.0)

**Merged pull requests:**

- EWPP-0: Update facets module. [\#43](https://github.com/openeuropa/oe_list_pages/pull/43) ([imanoleguskiza](https://github.com/imanoleguskiza))

## [0.2.0](https://github.com/openeuropa/oe_list_pages/tree/0.2.0) (2020-10-07)

[Full Changelog](https://github.com/openeuropa/oe_list_pages/compare/0.1.0...0.2.0)

**Merged pull requests:**

- EWPP-0000: Preparing for 0.2.0 release. [\#39](https://github.com/openeuropa/oe_list_pages/pull/39) ([hernani](https://github.com/hernani))
- EWPP-000: Requiring Symfony Options Resolver. [\#38](https://github.com/openeuropa/oe_list_pages/pull/38) ([upchuk](https://github.com/upchuk))
- EWPP-000: Fix namepace for base extra field classes. [\#37](https://github.com/openeuropa/oe_list_pages/pull/37) ([hernani](https://github.com/hernani))
- EWPP-331: Fixing the lowercase setting in full text search. [\#36](https://github.com/openeuropa/oe_list_pages/pull/36) ([upchuk](https://github.com/upchuk))
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"php": ">=7.2",
"drupal/core": "^8.8.2",
"drupal/emr": "~1.0-beta7",
"drupal/facets": "~1.5",
"drupal/facets": "~1.6",
"drupal/search_api": "~1.17",
"symfony/options-resolver": "~4.0"
},
@@ -56,11 +56,6 @@
"build/profiles/contrib/{$name}": ["type:drupal-profile"],
"build/modules/contrib/{$name}": ["type:drupal-module"],
"build/themes/contrib/{$name}": ["type:drupal-theme"]
},
"patches": {
"drupal/facets": {
"https://www.drupal.org/project/facets/issues/3170242": "https://www.drupal.org/files/issues/2020-09-10/3170242-2.patch"
}
}
},
"config": {