Skip to content

Commit

Permalink
chore(release): v1.4.27 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Mar 19, 2023
1 parent 1e181be commit ca60847
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
## [1.4.27](https://github.com/flydev-fr/Duplicator/compare/v1.4.26...v1.4.27) (2023-03-19)


### Bug Fixes

* Small fix for Native Backup on Windows ([3bdc87c](https://github.com/flydev-fr/Duplicator/commit/3bdc87c47cf6804766d19ef060a586d188c44661))
* Version in package.json and changelog ([ce699d5](https://github.com/flydev-fr/Duplicator/commit/ce699d5c3a66f84eaf29cd5e2f7aa426f58f8ec2))
* Workflow branch name ([675e970](https://github.com/flydev-fr/Duplicator/commit/675e970cb6a21fe05886450875ce406ed69f0bdf))



## [1.4.26](https://github.com/flydev-fr/Duplicator/compare/v1.4.25...v1.4.26) (2022-10-02)



## [1.4.25](https://github.com/flydev-fr/Duplicator/compare/v1.4.21...v1.4.25) (2022-10-01)


### Bug Fixes

* `buildPackage()` fixe the fix - issue [#28](https://github.com/flydev-fr/Duplicator/issues/28) ([4e3e8a2](https://github.com/flydev-fr/Duplicator/commit/4e3e8a2ccaf27ea51c8dcf76867fc8eb9551b089))
* `buildPackage()` return a `boolean` on error - issue [#28](https://github.com/flydev-fr/Duplicator/issues/28) ([727e9c2](https://github.com/flydev-fr/Duplicator/commit/727e9c218de9f678145ca45cc55f5f334c6e263c))
* FTP resource is an object since PHP-8.1 [#31](https://github.com/flydev-fr/Duplicator/issues/31) ([85f280a](https://github.com/flydev-fr/Duplicator/commit/85f280a8c9941464e9a0c3da18ff697216d740b6))
* Module version was hardcoded, instead of using `DUP_MODULE_VERSION` ([bb1823d](https://github.com/flydev-fr/Duplicator/commit/bb1823d53fdfcb5a67e0e3444894b041a638e014))
* Native backup on Windows OS ([0810a6c](https://github.com/flydev-fr/Duplicator/commit/0810a6c15b07905141c5994cec23e0f131f690fd))
* Octal CHMOD command give permission 0600 by default ([cefb9ab](https://github.com/flydev-fr/Duplicator/commit/cefb9ab1fb701b7740652245d66c1fe2c2ea61b1))
* Revert commit bb1823d53fdfcb5a67e0e3444894b041a638e014 ([7949afb](https://github.com/flydev-fr/Duplicator/commit/7949afb330fa2f4494c0dc65fb77433655147268))



## [1.4.21](https://github.com/flydev-fr/Duplicator/compare/v1.4.20...v1.4.21) (2022-03-23)


### Bug Fixes

* namespace issue on FTPClient class [#22](https://github.com/flydev-fr/Duplicator/issues/22) ([31d47ab](https://github.com/flydev-fr/Duplicator/commit/31d47abf2c6c1150f6156e8fdef13be126cec8fe)), closes [#24](https://github.com/flydev-fr/Duplicator/issues/24) [#25](https://github.com/flydev-fr/Duplicator/issues/25)



## [1.4.20](https://github.com/flydev-fr/Duplicator/compare/v1.2.19...v1.4.20) (2022-03-23)


### Bug Fixes

* removed bd() TracyDebugger ([3118e01](https://github.com/flydev-fr/Duplicator/commit/3118e015c5e7ba28185f98a3e18036b24acae5f5))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.4.26"
"version": "1.4.27"
}

0 comments on commit ca60847

Please sign in to comment.