Releases: quantcdn/drupal
Releases · quantcdn/drupal
1.6.1
What's Changed
- Validation for search index form and remove terms. by @kepol @steveworley in #218
- Updated file handling for multilingual sites. by @kepol @steveworley in #220
- Added access check for page info. by @kepol @steveworley in #221
- Added check for empty language prefix. by @kepol @steveworley in #225
- Added dependency on taxonomy module. by @kepol @steveworley in #224
- Updated to code to handle php 8.2 deprecations. by @kepol @steveworley in #222
- Updated special pages logic to avoid errors. by @kepol @steveworley in #223
- Updated logic to handle multilingual internal path redirects. by @kepol @steveworley in #215
- Updated Simple Sitemap logic to avoid errors. by @kepol @steveworley in #226
- Updated to handle deleted file entities. by @kepol @steveworley in #227
- Fixed rest of php 8.2 dynamic property deprecations. by @kepol @steveworley in #228
See the Drupal.org release issue for more details. Credits in d.o also include abhishek_gupta1.
Full Changelog: 1.6.0...1.6.1
7.x-1.4
What's Changed
- Refactor:
quant_base_url
andquant_hostname
usage for clarity and bug fix. by @kepol @steveworley in #174 - Added canonical redirects and fixed unpublish issue. by @kepol @steveworley in #131
- Added seed log checks for empty watchdog data. by @kepol @steveworley in #205
See additional information and issues in the Drupal.org release issue.
Full Changelog: 7.x-1.3...7.x-1.4
1.6.0
What's Changed
- Added support for "Disable content drafts" for terms. by @kepol @steveworley in #140
- Improve help text and error handling text for API form. by @kepol @steveworley in #161
- Harden content drafts and force-disable drafts when coupled with
workbench_moderation
by @stooit @steveworley @kepol @ ivangrynenko in #192 - Updated variable usage to get rid of warning. by @kepol in #193
- Added warning and info for queue factory. by @kepol @steveworley in #194
- Added list of submodules with existing doc links. by @kepol @steveworley in #195
- Updated seed logic to handle translated content. by @kepol @steveworley in #196
- Added log message when seed gets non-200 status. by @kepol @steveworley in #197
- Added new xpath for new pager markup. by @kepol @steveworley in #198
- Do not process external media files. by @kepol @steveworley in #199
- Added code to handle unpublishing path aliases. by @kepol @steveworley @sethpkendall in #200
- Added page info block feature. by @kepol @steveworley in #201
- Added metadata views field and pages. by @kepol @steveworley in #202
- Add path and tag allow lists and messages to Quant purger. by @kepol @barbun @steveworley in #204
- Added errors and warnings for Quant API form. by @kepol @steveworley in #206
- Reverted broken unpublish translation code. by @kepol @steveworley in #210
- Added checks to avoid fatal errors. by @kepol @steveworley in #213
- Added CollectTaxonomyTermsEvent and related code. by @kepol @steveworley in #214
- Updated TLS verification warning logic. by @kepol in #216
- Added __toString to fix search page URL handling. by @kepol in #217
- Added missing use and fixed Term entity. by @kepol in #219
See additional issues in Drupal.org release 1.6.0 notes.
Full Changelog: 1.5.4...1.6.0
1.5.4
1.5.3
What's Changed
- Bail out of run-queue if another run is in progress. by @barbun in #94
- Feat: Support simple sitemap 4.1 by @steveworley in #188
Full Changelog: 1.5.2...1.5.3
1.5.2
What's Changed
- Feat: Add Queue factory for uniqueness by @steveworley @stooit @kepol in #149
- Feat: Add defaults and verify exclusion handling. by @steveworley @kepol in #155
- Hardcode the CI mariadb version to get around failure. by @kepol @steveworley in #159
- Switch API form label from Account to Organization. by @kepol @steveworley in #160
- Error on Quant Purger uninstall. by @barbun @steveworley in d.o 3334335
- Error when enabling and uninstalling quant_purger. by @steveworley @kepol in d.o 3377298
- Docs aren't clear enough how to add the API tab info. @kepol in d.o 3366364
- Quant purger configuration form cancel button doesn't work. @kepol in d.o 3377627
- Quant purger clear registry button doesn't work. @kepol in d.o 3377628
- Handle quant_purger with empty blocklist item. @kepol in d.o 3378058
- Add quant_purger help text and messages. @kepol in d.o 3378067
- Add configure URL for quant_purger. @kepol in d.o 3378074
Full Changelog: 1.5.1...1.5.2
7.x-1.3
What's Changed
- Add basic validation for Webserver URL field. by @kepol @steveworley in #175
- Update User-Agent to correct domain. by @kepol @steveworley in #177
- Change quant_file dependency from file to file_entity. by @kepol @stooit in #178
- Add option to use GET vs POST for seeding. by @kepol @steveworley @stooit in #179
- Created new seed log and skip option. by @kepol @steveworley @stooit in #180
- Improve "Resource is already unpublished" logging. @kepol in #180 [d.o 3367153]
- Add unique titles for all Quant pages. by @kepol in #180 [d.o 3372672]
- Don't show "Resource is already unpublished" in error log. by @kepol in #180 [d.o 3372674]
- Clean up Quant log messages. by @kepol in #180 [d.o 3372675]
- Ensure base_url is pulled from the form_state value. by @stooit @steveworley in #181
- 7.x: Minor bugfixes to admin forms by @stooit in #182
- Handle circular dependency between quant and quant_api. by @kepol @stooit in #183
- Default quant_seed_get to TRUE and add update hook. by @kepol @stooit in #184
- Minor tweak to url handling for quant_log. by @kepol in #185
- Minor formatting changes for seed log skipping messages. by @kepol in #186
Full Changelog: 7.x-1.2...7.x-1.3
7.x-1.2
What's Changed
- D7: Ensure node_load success with passed revision. by @stooit @steveworley in #150
- D7: Feat: Queue uniqueness. by @steveworley @kepol in #151
- D7: Added alternate file handler for non-standard storage backends. by @stooit @steveworley in #152
- D7: Feat: Add uri support for queue run. by @steveworley in #153
- D7: Ensure internal media urls start with a slash. by @stooit @steveworley in #154
- D7: Prevent content being pushed as files in alt-media mode. by @stooit @steveworley in #154
- D7: Temporary file cleanup for external files and existing. by @stooit @steveworley in #154
- D7: Add support for additional theme assets. by @stooit @steveworley in #154
- D7: Add support for seeding menu paths. by @stooit @steveworley in #154
- D7: Add support for page_manager pages. by @stooit @steveworley in #154
- D7: Resolve internal redirect failures when using storage_api. by @stooit @steveworley in #154
- D7: API tab has "API Customer" in Drupal 7 and "API Account" in D9+. by @kepol @steveworley in #156
- D7: Add more help text for Quant API tab fields. by @kepol @steveworley in #158
- D7: Don't prefill Hostname field with www.example.com. by @kepol @steveworley in #163
- D7: All Quant API form fields should be required. by @kepol @steveworley in #163
- D7: Add link to most relevant docs page on each Quant tab. by @kepol @steveworley in #163
- D7: "More info" links on main configuration page don't link anywhere. by @kepol @steveworley in #163
- D7: Validate Hostname field value is a valid hostname. by @kepol @steveworley in #164
- D7: Update menu items to match D9+ and have more logical ordering. by @kepol @steveworley in #165
- D7: Seed batch triggering works differently in Drupal 7 vs D9+. by @kepol @steveworley in #166
- D7: Batch seeding doesn't work when hostname is empty. by @kepol @steveworley in #167
- D7: Update Quant Queue tab URL for consistency. by @kepol @steveworley in #168
- D7: Strict token mismatch: Expected [] Received [_quant/validate]. by @kepol @steveworley in #169
- D7: Add hook_help for all Quant modules. by @kepol @steveworley in #170
- D7: Incorrect configure link for some sub modules. by @kepol @steveworley in #170
- D7: Add validation for Token timeout field. @kepol @steveworley by in #171
- D7: Create clear queue option/button. by @kepol @steveworley in #172
- D7: Can't fully uninstall quant and quant_api modules because they depend on each other. by @kepol @steveworley in #173
- D7: Uninstalling Quant modules doesn't remove data. by @kepol @steveworley in #173
Full Changelog: 7.x-1.1...7.x-1.2
7.x-1.1
What's Changed
- [feat]: Add Xpath Follow Links functionality (D7) by @barbun in #143
- [feat]: Queue uniqueness by @steveworley in #151
- [bugfix] Ensure node_load success with passed revision. by @stooit in #150
Full Changelog: 7.x-1.0...7.x-1.1
1.5.1
What's Changed
- [ISSUE-99] Handle multilingual manual redirects. by @kepol @steveworley @stooit in #148
- [ISSUE-144] Add module configure links. by @Sahana _N on drupal.org @kepol @steveworley @stooit in #145
- [ISSUE-146] Handle exception to prevent warnings. by @kepol @steveworley @stooit in #147
Full Changelog: 1.5.0...1.5.1