Skip to content

Commit 04247fd

Browse files
authored
Merge pull request #248 from cakephp/ADmad-patch-1
Update README.md
2 parents e18bd28 + feeaa78 commit 04247fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CakePHP Localized plugin
22

33
![Build Status](https://github.com/cakephp/localized/actions/workflows/ci.yml/badge.svg)
4-
[![Coverage Status](https://img.shields.io/codecov/c/github/cakephp/localized/4.x.svg?style=flat-square)](https://app.codecov.io/gh/cakephp/localized/tree/4.x)
4+
[![Coverage Status](https://img.shields.io/codecov/c/github/cakephp/localized/5.x.svg?style=flat-square)](https://app.codecov.io/gh/cakephp/localized/tree/5.x)
55
[![Latest Stable Version](https://img.shields.io/github/v/release/cakephp/localized?sort=semver&style=flat-square)](https://packagist.org/packages/cakephp/localized)
66
[![Total Downloads](https://img.shields.io/packagist/dt/cakephp/localized?style=flat-square)](https://packagist.org/packages/cakephp/localized/stats)
77
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
@@ -10,7 +10,7 @@ This plugin contains various localized validation classes for specific countries
1010

1111
## Requirements
1212

13-
This branch is for use with CakePHP **4.x**. See [version map](https://github.com/cakephp/localized/wiki#version-map) for details.
13+
This branch is for use with CakePHP **5.x**. See [version map](https://github.com/cakephp/localized/wiki#version-map) for details.
1414

1515
## Installation
1616

@@ -26,7 +26,7 @@ Load your plugin using
2626
```
2727
bin/cake plugin load Cake/Localized
2828
```
29-
or by manually adding `$this->addPlugin('Cake/Localized')` in your `src/Application.php`.
29+
or by manually adding `'Cake/Localized'` to the array in your app's `config/plugins.php`.
3030

3131
## Model validation
3232

@@ -52,7 +52,7 @@ class PostsTable extends Table
5252
}
5353
```
5454

55-
For further information on validation rules see the [CakePHP documentation on validation](https://book.cakephp.org/4/en/core-libraries/validation.html)
55+
For further information on validation rules see the [CakePHP documentation on validation](https://book.cakephp.org/5/en/core-libraries/validation.html)
5656

5757
## PO files
5858

0 commit comments

Comments
 (0)