Skip to content

Releases: backdrop-contrib/project

1.x-2.2.4

25 Aug 05:26
Compare
Choose a tag to compare

This release ports the fix from BackdropCMS.org Issue backdrop-ops/backdropcms.org#948 back into project module.

1.x-2.2.3

25 Aug 05:01
b7b6665
Compare
Choose a tag to compare

What's Changed

  • Set the Telemetry stale age default to 2 weeks by @yorkshire-pudding in #60
  • Issue 52: Fix missing releases on b.org: remove pagers from View project_release_download_table by @bugfolder in #53

New Contributors

Full Changelog: 1.x-2.2.2...1.x-2.2.3

1.x-2.2.2

28 Aug 22:25
Compare
Choose a tag to compare

Fixing detection of project nodes that have a custom node type name.

1.x-2.2.1

28 Aug 20:58
Compare
Choose a tag to compare

This release adds a missing permission for viewing Telemetry data.

1.x-2.2.0

28 Aug 19:34
a0b5b11
Compare
Choose a tag to compare

This release of Project module adds the following new features:

Bug fixes:

  • Project Usage admin form doesn't save config correctly #48
  • Missing 'administer projects' permission #41

Misc:

  • Bump version number to 1.x-2.1.x #46

1.x-1.1.0

16 May 21:06
Compare
Choose a tag to compare

This update to project module enhances the packager and adds some new APIs.

New APIs include:

#37 - Add ability to exclude certain files from the Packager enhancement
#25 - Allow other modules to include data in the project XML files enhancement

This starts preparation for better packaging capabilities for BackdropCMS.org, such as including screenshots for themes, excluding CI configuration files, and other differences between the repository and the downloaded packages.

1.x-1.0.0

31 May 23:23
Compare
Choose a tag to compare

First release of Project module final for Backdrop. We've been using this on BackdropCMS.org for years now so it's time to remove the "beta" label.

This release fixes several minor issues, but most notably #22, where "beta" releases were favored over the final versions.

1.x-1.0.0-beta7

04 Aug 04:20
Compare
Choose a tag to compare

This release of Project module fixes issues with the GitHub integration module. Previously we provided our own web hook integration. Now we use the GitHub API module to provide this integration. This results a module configuration that is both simpler overall, more flexible (supporting multiple repositories), and unifies different GitHub-related projects with the same API.

In practice, this also fixes the ongoing issue we have been having on BackdropCMS.org where packages would sometimes fail to be created. GitHub API module uses cURL to make it's HTTP requests, which works correctly with GitHub's use of HTTP 1.1 (whereas backdrop_http_request() only supported HTTP 1.0).

1.x-1.0.0-beta6

07 Mar 01:10
Compare
Choose a tag to compare

This release expands Views support for Project and Project Release modules. It also fixes the long-standing issue that the analytics calculation script project-usage-process.php is fixed.

1.x-1.0.0-beta5

16 Sep 04:57
Compare
Choose a tag to compare

This release fixes an issue with Backdrop 1.2.0, that now ignores all hidden files by default. Now packaged files may include hidden files like .travis.yml or .htaccess.