Skip to content

Commit

Permalink
Release 3.1.1 (#652)
Browse files Browse the repository at this point in the history
* Fix recommended widget on WordPress 5.9 (#651)

* Upgrading version numbers

* Correct since annotations to 3.1.0 (#646)

* Updating all npm dependencies (#632)

* Updating all dependencies

* Removing i18n dependency

* Bump @wordpress/scripts from 20.0.1 to 20.0.2 (#637)

Bumps [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) from 20.0.1 to 20.0.2.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@20.0.2/packages/scripts)

---
updated-dependencies:
- dependency-name: "@wordpress/scripts"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Switch to a theme that supports widgets (#631)

* Adding changelog

* Update CHANGELOG.md

Co-authored-by: Alex Cicovic <23142906+acicovic@users.noreply.github.com>

Co-authored-by: Jeff Bowen <jblz@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Cicovic <23142906+acicovic@users.noreply.github.com>
  • Loading branch information
4 people committed Feb 9, 2022
1 parent 421a73b commit 168e697
Show file tree
Hide file tree
Showing 14 changed files with 18,945 additions and 24,781 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.1] 2022-02-09

### Fixed

- Users could not create new instances of the recommended widget on WordPress 5.9. [#651](https://github.com/Parsely/wp-parsely/pull/651)
- Correct "since" annotations to 3.1.0. [#646](https://github.com/Parsely/wp-parsely/pull/646)
- Fix recommended widget e2e tests for WordPress 5.9. [#631](https://github.com/Parsely/wp-parsely/pull/631)
- Bumped dependencies. [#632](https://github.com/Parsely/wp-parsely/pull/632) [#637](https://github.com/Parsely/wp-parsely/pull/637)
- `@wordpress/dom-ready` from 2.13.2 to 3.3.0
- `@wordpress/babel-preset-default` from 6.4.1 to 6.5.0
- `@wordpress/e2e-test-utils` from 5.4.10 to 6.0.0
- `@wordpress/env` from 4.1.3 to 4.2.0
- `@wordpress/eslint-plugin` from 9.3.0 to 10.0.0
- `@wordpress/scripts` from 19.2.3 to 20.0.2

### Removed

- Removed unused dependency `@wordpress/i18n`. [#632](https://github.com/Parsely/wp-parsely/pull/632)

## [3.1.0] 2022-01-21

The 3.1.0 release is a minor release for the plugin that does not introduce any breaking changes coming from the 3.0 branch. This version's primary focus is adding support for WordPress decoupled architectures and a revamped settings page. We have also worked hard on refining our code, testing, and delivery process.
Expand Down Expand Up @@ -502,6 +521,7 @@ If you are using the plugin without any code-level customizations (for instance,
- Initial version.
- Add support for parsely-page and JavaScript on home page and published pages and posts as well as archive pages (date/author/category/tag).

[3.1.1]: https://github.com/Parsely/wp-parsely/compare/3.1.0...3.1.1
[3.1.0]: https://github.com/Parsely/wp-parsely/compare/3.0.4...3.1.0
[3.0.4]: https://github.com/Parsely/wp-parsely/compare/3.0.3...3.0.4
[3.0.3]: https://github.com/Parsely/wp-parsely/compare/3.0.2...3.0.3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Parse.ly

Stable tag: 3.1.0
Stable tag: 3.1.1
Requires at least: 5.0
Tested up to: 5.8
Tested up to: 5.9
Requires PHP: 7.1
License: GPLv2 or later
Tags: analytics, parse.ly, parsely, parsley
Expand Down
2 changes: 1 addition & 1 deletion build/init-api.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'e535df78cb766123ac4e722cafd02cdf');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'f68f5afd116c18f188eb32c9cd990d80');
2 changes: 1 addition & 1 deletion build/recommended-widget.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => '1811b6c933c5fd7c3eda4266061ff4fb');
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => '53e317107738fc4904e2efb153c6115a');

0 comments on commit 168e697

Please sign in to comment.