codeigniter4 / tasks

Task Scheduler for CodeIgnter 4
https://tasks.codeigniter.com/
MIT License
95 stars 21 forks source link

fix: publish command #146

Closed michalsn closed 10 months ago

michalsn commented 10 months ago

Description The $publisher->replace() method has been available since version 4.3.

Ref: https://codeigniter.com/user_guide/libraries/publisher.html#replace-string-file-array-replaces-bool

Checklist:

MGatner commented 10 months ago

Was this change to support framework < 4.3? Is all the rest really backwards-compatible that far? We've made a whole lot of changes and breaks since then...