Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author August Infotech

    (@augustinfotech)

    Hello RavensGate,

    We haven’t tested our plugin in wordpress 4.3 yet.

    We will be get back to you after we tested the plugin in wordpress latest version.

    Thanks & Regards,
    August Infotech

    It is a simple fix

    Line 359 in ai-twitter-feeds.php

    Change
    parent::WP_Widget('ai_widget','AI Twiiter Feeds',$widget_options,$control_ops);
    to
    parent::__construct('ai_widget','AI Twiiter Feeds',$widget_options,$control_ops);

    It would be helpful to update the plugin to include this very minor fix
    It is a great plug in otherwise
    Thanks

    Why is this marked as resolved?
    I don’t understand why this was not incorporated in the latest update
    Without it the plugin throws up warning messages and will eventually fail.
    I can patch the plugin with the above fix but then it will lose it on the next update unless you fix it

    Plugin Author August Infotech

    (@augustinfotech)

    Hello olimax,

    We have uploading below changes on AI Twitter Feeds (Twitter widget & shortcode) plugin.

    parent::WP_Widget(‘ai_widget’,’AI Twiiter Feeds’,$widget_options,$control_ops);
    to
    parent::__construct(‘ai_widget’,’AI Twiiter Feeds’,$widget_options,$control_ops);

    Regards,
    August Infotech

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘deprecated’ is closed to new replies.