Plugin Directory

Changeset 1373108


Ignore:
Timestamp:
03/17/2016 01:34:34 PM (10 years ago)
Author:
aheadzen
Message:

1.0.3

Location:
astropress-by-ask-oracle/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • astropress-by-ask-oracle/trunk/AstroPress.php

    r1235287 r1373108  
    4141        //Constructor
    4242            $widget_ops = array('classname' => 'widget astropress_widget', 'description' => 'AstroPress Widget to embed horoscopes' );     
    43             $this->WP_Widget('astropress','AstroPress Widget', $widget_ops);
     43            $this->__construct('astropress','AstroPress Widget', $widget_ops);
    4444        }
    4545        function widget($args, $instance) {
  • astropress-by-ask-oracle/trunk/readme.txt

    r1235287 r1373108  
    8080* New Shotcode :
    8181    `[astropress width=350 height=300 bgcolor=#CCC textcolor=#DDD linkcolor=blue]`
    82 
     82   
    8383= 1.0.2 =
    84 * Horoscope API url was wrong >> Corrected
    85    
     84* WP_Widget is depreciated - solved.
    8685
    8786
Note: See TracChangeset for help on using the changeset viewer.