Skip to content

Commit 4e24741

Browse files
committed
Update readme file
1 parent 9e42499 commit 4e24741

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ session, but this can be turned off if undesirable.
99

1010
It also features callback methods for further search refinement where necessary.
1111

12-
**IMPORTANT**: These instructions are for CakePHP 2.0. If you're using CakePHP 1.3.x
12+
**IMPORTANT**: These instructions are for CakePHP 3.0.
13+
If you are using CakePHP 2.x then go to https://github.com/lecterror/cakephp-filter-plugin/tree/2.x.
14+
If you're using CakePHP 1.3.x
1315
the correct path to unload the plugin is `app/plugins/filter/`. More importantly,
1416
**if you're using CakePHP 1.3.x you should use the 1.3.x version of this plugin**,
1517
not the latest version from GitHub.
@@ -23,7 +25,7 @@ First, obtain the plugin. If you're using Git, run this while in your app folder
2325
git submodule update
2426

2527
Or visit <http://github.com/lecterror/cakephp-filter-plugin> and download the
26-
plugin manually to your `app/Plugin/Filter/` folder.
28+
plugin manually to your `plugins/Filter/` folder.
2729

2830
To use the plugin, you need to tell it which model to filter and which fields to use. For
2931
a quick tutorial, visit <https://github.com/lecterror/cakephp-filter-plugin/wiki/Basic-usage>

0 commit comments

Comments
 (0)