Releases: backdrop-contrib/project
1.x-2.2.4
This release ports the fix from BackdropCMS.org Issue backdrop-ops/backdropcms.org#948 back into project module.
1.x-2.2.3
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
- @yorkshire-pudding made their first contribution in #60
- @bugfolder made their first contribution in #53
Full Changelog: 1.x-2.2.2...1.x-2.2.3
1.x-2.2.2
Fixing detection of project nodes that have a custom node type name.
1.x-2.2.1
This release adds a missing permission for viewing Telemetry data.
1.x-2.2.0
This release of Project module adds the following new features:
- Support for collecting Project Telemetry Data. See backdrop/backdrop-issues#285.
- Hash IP addresses when tracking project usage #39
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
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
1.x-1.0.0-beta7
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
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
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
.