Releases: backdrop-contrib/backup_migrate
1.x-1.0.30
What's Changed
- Issue #182. Increase granularity of tableData static cache. by @argiepiano in #183
This release is intended to solve an issue with sites that use more than one database. Before this release, trying to back up the secondary database resulted in a PDO error, as BM was not able to find some tables (BM was erroneously looking for the tables from the primary database in the secondary one). This release assures that BM finds the correct tables in the secondary database and successfully backs them up.
This release does not need running update.php.
Full Changelog: 1.x-1.0.29...1.x-1.0.30
1.x-1.0.29
What's Changed
- Issue #180. Fix GHA actions by @argiepiano in #181
- Issue #169. Increase granularity of table cache. by @argiepiano and @stevetheboater in #179
Full Changelog: 1.x-1.0.28...1.x-1.0.29
1.x-1.0.28
What's Changed
- Issue #173. Fix restore failure with foreign key. by @argiepiano in #174
- Issue #175. Use utf8mb4 for MySQL files by @argiepiano in #176
- Issue #172. Fix wrong weekly smart-delete value if found. by @argiepiano in #177
- Issue #170. Remove instances of element_validate_integer_positive by @argiepiano in #171
Full Changelog: 1.x-1.0.27...1.x-1.0.28
1.x-1.0.27
This release attempts to fix a rare fatal error described in:
#158
This error was most likely caused by an unusual combination of of settings, and the unavailability of class backup_migrate_destination_filesource
during the update processes. While reported by 3 people, I have been unable to pinpoint the exact cause.
IMPORTANT: if you experienced the issue above when moving to 1.x-1.0.26, try this release and report back in that issue if this solved the problem for you.
What's Changed
- Issue #164. Save verbose output of simpletest. by @argiepiano in #165
- Issue #156. Redirect user to list of files after deleting one (for real!) by @argiepiano in #157
- Issue #161. Replace backup_migrate_include. by @argiepiano in #162
- Issue #167. Include needed files in BackupMigrateFilesDestinationConfigSource.inc by @argiepiano in #168
Full Changelog: 1.x-1.0.26...1.x-1.0.27
1.x-1.0.26
What's Changed
- Issue #122. Use jquery trigger('load') instead of load() by @argiepiano in #124
- Issue #116. Define properties in backup_migrate_filter_utils by @argiepiano in #120
- Issue #131. Avoid using an empty string in explode. by @argiepiano in #132
- Issue #112. Add a new source: database and active config directory. by @argiepiano in #133
- Issue #138. Improve backup of db and config by @argiepiano in #139
- Issue #111. Fix destinations for delete and restore. by @argiepiano in #128
- Issue 143. Capitalize new option by @argiepiano in #144
- Issue #125. Remove non-sensible directory defaults for config active and staging. by @argiepiano in #142
- Issue #146. Update docblock for BackupMigrateFilesDestinationConfigSource by @argiepiano in #147
- Issue #115. Adds bee integration. by @rbargerhuff in #121
- Issue #126. Fix summary of file results. by @argiepiano in #134
- Issue #152. Fix typo that leads to fatal error by @argiepiano in #153
- Issue #136. Fix restoring of site. by @argiepiano in #140
- Issue #137. Overwrite temp files to avoid fatal error. by @argiepiano in #141
- Issue #117. Correctly handle maintenance mode on and off by @argiepiano in #119
- Issue #154. update README by @argiepiano in #155
New Contributors
- @rbargerhuff made their first contribution in #121
Full Changelog: 1.x-1.0.25...1.x-1.0.26
1.x-1.0.25
What's Changed
- Issue #109. Update functional test workflow by @argiepiano in #110
- Issue #107: Update checkout version to v4 by @indigoxela in #108
- Issue #105. Added cellear to maintainers list in Readme by @cellear in #106
- Issue #113. Fix deprecation notices in PHP 8.2 by @argiepiano in #114
New Contributors
- @indigoxela made their first contribution in #108
- @cellear made their first contribution in #106
Full Changelog: 1.x-1.0.24...1.x-1.0.25
1.x-1.0.24
What's Changed
- Issue #94. Fix wrong config name. by @argiepiano in #95
- Issue #96. Remove inexistent test definition. by @argiepiano in #97
- Issue #99. Use core's file_private_path by @argiepiano in #100
- Issue #98. Fix failing tests WIP. by @argiepiano in #101
Full Changelog: 1.x-1.0.23...1.x-1.0.24
1.x-1.0.23
What's Changed
- Issue #83. Add argiepiano as comaintainer by @argiepiano in #84
- Issue #66. Show breadcrumbs for edit pages by @argiepiano in #86
- Issue #91. Update module to current D7 state, add advanced settings. by @argiepiano in #92
- Issue #38. Remove unneeded duplicate local action by @argiepiano in #89
- Issue #45. Change mimetype for gz files to avoid browser decompression by @argiepiano in #88
- Issue #80. Check if $ftp->__conn is empty before attempting ftp_systype by @argiepiano in #85
- Issue #39. Convert operations into dropbuttons by @argiepiano in #90
Full Changelog: 1.x-1.0.22...1.x-1.0.23
Fix for issue #82 FTP path
Merge pull request #82 from argiepiano/1.x-1.x-issue-89 Issue #81. Be sure the ftp filename doesn't include initial `./`