Plugin Directory

Changeset 1554301


Ignore:
Timestamp:
12/14/2016 08:27:59 AM (9 years ago)
Author:
pricemesh
Message:

updated version compat

Location:
pricemesh/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pricemesh/trunk/pricemesh.php

    r1494217 r1554301  
    44Plugin URI: https://www.pricemesh.io/plugins/wordpress/
    55Description: Extend WordPress with your own price comparison | WordPress um einen eigenen Preisvergleich erweitern.
    6 Version: 1.6.8
     6Version: 1.6.9
    77Author: pricemesh
    88Author URI: https://www.pricemesh.io
  • pricemesh/trunk/public/pricemesh-public.php

    r1494217 r1554301  
    2222     * @var     string
    2323     */
    24     const VERSION = '1.6.8';
     24    const VERSION = '1.6.9';
    2525
    2626    /**
     
    474474class PricemeshWidget extends WP_Widget{
    475475
    476     function PricemeshWidget(){
    477         $widget_ops = array('classname' => 'PricemeshWidget', 'description' => 'Zur Anzeige des Preisvergleichs als Widget.' );
    478         $this->WP_Widget('PricemeshWidget', 'Pricemesh Widget', $widget_ops);
    479     }
     476    function __construct(){
     477          $widget_ops = array('classname' => 'PricemeshWidget', 'description' => 'Zur Anzeige des Preisvergleichs als Widget.' );
     478          parent::__construct( 'PricemeshWidget', 'PricemeshWidget', $widget_ops );
     479    }
     480    //function PricemeshWidget(){
     481    //    $widget_ops = array('classname' => 'PricemeshWidget', 'description' => 'Zur Anzeige des Preisvergleichs als Widget.' );
     482    //    $this->WP_Widget('PricemeshWidget', 'Pricemesh Widget', $widget_ops);
     483    //}
    480484
    481485    function form($instance){
  • pricemesh/trunk/readme.txt

    r1494217 r1554301  
    33Tags: affiliate, commerce, e-commerce, pricemesh, price compare, price comparison, ecommerce, sales, sell, shop, shopping, widgets, wordpress ecommerce, amazon, preisvergleich, ads, advertising
    44Requires at least: 3.4
    5 Tested up to: 4.6.1
    6 Stable tag: 1.6.8
     5Tested up to: 4.7.0
     6Stable tag: 1.6.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.