Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-nehemedia authored Jul 26, 2022
1 parent a402e02 commit e9e5e95
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ By default the plugin inserts the necessary JavaScript to your front end html. T
Unfortunately, I will not update this plugin for Craft 4. [@Miranj has a plugin](https://github.com/miranj/craft-obfuscator) with almost the same functionality. To use it with the same twig filters and make the transition more easy, I wrote a small module which you can install.

#### Install migration module
1. Copy the module into `craft/modules`
2. Update your `composer.json` to autoload the module (see example file in folder) and run `composer dump-autoload -a`
3. Now your templates should work againg ;-)
1. Copy the migration module into `craft/modules`
2. Uninstall this plugin :(
3. Update your site to Craft 4
4. Update your `composer.json` to autoload the module (see example file in folder) and run `composer dump-autoload -a`
5. Now your templates should work againg ;)


## Credits
Expand Down

0 comments on commit e9e5e95

Please sign in to comment.