Skip to content

Commit

Permalink
updated README file, updated links to CakePHP documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Feb 8, 2025
1 parent 811e8fc commit a7a39b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
## 2.13 branch
### 2.13.4
* the `README` file has been updated for compatibility with older versions of CakePHP and PHP (branches have been
removed and older versions are available as tags).
removed and older versions are available as tags);
* updated `README` file, updated links to CakePHP documentation.

### 2.13.3
* added `--reverse` option for the `IndexCommand` ([issue #96](https://github.com/mirko-pagliai/cakephp-database-backup/issues/96));
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ composer require --prefer-dist mirko-pagliai/cakephp-database-backup
```

Then you have to load the plugin. For more information on how to load the plugin,
please refer to the [Cookbook](//book.cakephp.org/4.0/en/plugins.html#loading-a-plugin).
please refer to the [Cookbook](https://book.cakephp.org/5/en/plugins.html#loading-a-plugin).

Simply, you can execute the shell command to enable the plugin:
```bash
Expand Down Expand Up @@ -76,7 +76,7 @@ The plugin uses some configuration parameters. See our wiki:

If you want to send backup files by email, remember to set up your application
correctly so that it can send emails. For more information on how to configure
your application, see the [Cookbook](https://book.cakephp.org/4.0/en/core-libraries/email.html#configuring-transports).
your application, see the [Cookbook](https://book.cakephp.org/5/en/core-libraries/email.html#configuring-transports).

## How to use
See our wiki:
Expand Down

0 comments on commit a7a39b5

Please sign in to comment.