Before you ask please READ THIS

Remove: There is new version

edited December 2013 in Hypershot Posts: 11
How to remove from admin panel this notice:

There is new version 1.4.4 of Hypershot theme available. Please go to ThemeForest and get new version of it. Next follow update instructions from documentation. Good luck ;-)
Check changes in Change log

Because I have a new version, and this starting to annoy. :)

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Maybe I didn't change version in style.css, sorry:-)

    Go edit style.css and find in first lines Version: 1.4.3 and change it to Version: 1.4.4.

    Sorry for issue:-)

    With regards.
  • Posts: 11
    In style.css is Version: 1.4.4 and again show this notice. :)
  • AirAir
    Posts: 10,970
    That is odd. Try setting there higher number, maybe 1.4.5. After visiting Dashboard->Updates it should disappear.

    Hope it will help.

    With regards.
  • Posts: 11
    I change, and again show this message :/

    I use WP 3.8, maybe this version problem?

    http://gyazo.com/fe29dace32926fea6e724de5737feec9
  • AirAir
    Posts: 10,970
    Hello

    I have checked my version on WP 3.8 and it is ok.
    Could you please send me temporary access to your WP so I could check there what is going on? Send it here on forum via private message(click on my nick and there you will find option to send message). In message please attach link to topic it applies to.

    With regards.
  • AirAir
    Posts: 10,970
    For now I made such tweak in your installation(but you will lose it with next update)
    In advance/apollo13.php line ~206 I made such change
    
                if ( is_string($state->update) ) {
                    $update = ThemeUpdate::fromJson($state->update);
                }
    to
    
                if ( is_string($state->update) ) {
                    $update = ThemeUpdate::fromJson($state->update);
                }
                if(!version_compare(THEME_VER,$update->version,"<")){
                    return; //other check cause update plugin is failing
                }
    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!