Plugin Directory

Changeset 2665065


Ignore:
Timestamp:
01/25/2022 10:40:37 PM (4 years ago)
Author:
fahadmahmood
Message:

Releasing 1.4.0

Location:
woo-coming-soon
Files:
66 added
3 edited

Legend:

Unmodified
Added
Removed
  • woo-coming-soon/trunk/inc/functions.php

    r2663580 r2665065  
    3939    function woo_csn_woocommerce_loop_add_to_cart_link($html, $product){
    4040       
    41         $product = (is_object($product) && property_exists($product, 'get_id')?$product:(object)array());
     41        $product = (is_object($product) && method_exists($product, 'get_id')?$product:(object)array());
    4242        $is_cs = false;
    4343       
  • woo-coming-soon/trunk/index.php

    r2663580 r2665065  
    44    Plugin URI: http://androidbubble.com/blog/wordpress/plugins/woo-coming-soon
    55    Description: Woo Coming Soon is a great plugin to set your products to coming status.
    6     Version: 1.3.9
     6    Version: 1.4.0
    77    Author: Fahad Mahmood
    88    Author URI: https://www.androidbubbles.com
  • woo-coming-soon/trunk/readme.txt

    r2663580 r2665065  
    44Requires at least: 3.0
    55Tested up to: 5.8
    6 Stable tag: 1.3.9
     6Stable tag: 1.4.0
    77Requires PHP: 7.0
    88License: GPL2
     
    111111
    112112== Changelog ==
     113= 1.4.0 =
     114* Fatal error: Uncaught Error: Call to undefined method stdClass::get_id() - Fixed. [Thanks to Christian][26/01/2022]
    113115= 1.3.9 =
    114116* Fatal error: Uncaught Error: Call to undefined method stdClass::get_id() - Fixed. [Thanks to johnegg, powerbuldog & Fredayy][24/01/2022]
     
    174176
    175177== Upgrade Notice ==
     178= 1.4.0 =
     179Fatal error: Uncaught Error: Call to undefined method stdClass::get_id() - Fixed.
    176180= 1.3.9 =
    177181Fatal error: Uncaught Error: Call to undefined method stdClass::get_id() - Fixed.
Note: See TracChangeset for help on using the changeset viewer.