Plugin Directory

Changeset 1741941

Timestamp:
10/06/2017 05:18:14 AM (7 years ago)
Author:
sk.shaikat
Message:

update to 1.5.8.2

Location:
woocommerce-upcoming-product
Files:
15 added
2 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-upcoming-product/trunk/readme.txt

    r1725330 r1741941  
    55Requires at least: 3.1
    66Tested up to: 4.8.1
    7 Stable tag: 1.5.8.1
     7Stable tag: 1.5.8.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4848
    4949== Change log ==
     50
     51
     52
    5053
    5154= 1.5.8.1 = Sep 06, 2017
  • woocommerce-upcoming-product/trunk/woocommerce-upcoming-product.php

    r1725330 r1741941  
    44Plugin URI: https://github.com/Sk-Shaikat/woocommerce-upcoming-product
    55Description: Best Plugin to Manage your upcoming product easily in WooCommerce.
    6 Version: 1.5.8.1
     6Version: 1.5.8.
    77Author: Sk Shaikat
    88Author URI: https://www.facebook.com/skshaikat18
     
    617617        $label     = WC_Admin_Settings::get_option( 'wup_title_label_txt', 'Upcoming' );
    618618        if ( 'product' == get_post_type( $id ) && $this->is_upcoming() && WC_Admin_Settings::get_option( 'wup_show_title_label', 'yes' ) == 'yes' ) {
    619             $title .= sprintf( __( ' <span class="soon">(%s)</span>', 'wup' ), $label );
     619            $title .= );
    620620        }
    621621        return $title;
Note: See TracChangeset for help on using the changeset viewer.