Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We just upgraded our Movable Type 4 Installation to Movable Type 5. One plug-in we were using is called Promote This. It hasn't been upgraded to MT5. Although it seems to work, the dashboard gives us a warning:

This plugin has not been upgraded to support Movable Type 5. As such, it may not be completely functional.
uses: MT::Template::Context::add_tag, should use: Registry (path: tags, function)

I really haven't programmed Perl for years. Is this a hard thing to fix?

share|improve this question

1 Answer

The author is Byrne Reese and I'm pretty sure he'll gladly update his plugin (it looks like a trivial change IMHO). Have you asked him?

share|improve this answer
Yes. It is trivial. You need to create the .yaml file, rename all of the subroutines, set them up, etc. Will probably take me 2 hours. – vy32 Sep 4 '11 at 1:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.