Plugin Directory

Changeset 3037049


Ignore:
Timestamp:
02/17/2024 06:35:41 AM (2 years ago)
Author:
tinysolution
Message:

Version release

Location:
cpt-woo-integration
Files:
4 edited
22 copied

Legend:

Unmodified
Added
Removed
  • cpt-woo-integration/tags/1.3.2/README.txt

    r3037045 r3037049  
    44Requires at least: 6.0
    55Tested up to: 6.4
    6 Stable tag: 1.3.1
     6Stable tag: 1.3.2
    77Requires PHP: 7.4
    88License: GPLv3
     
    181181== Changelog ==
    182182
     183= 1.3.2 ( February 17, 2024 ) =
     184* Fixed: Addons Compatibility For Product Review
     185
    183186= 1.3.1 ( February 16, 2024 ) =
    184187* Remove: Wc Photoswipe Js Archive Page
  • cpt-woo-integration/tags/1.3.2/TinyApp/Hooks/FilterHooks.php

    r3037045 r3037049  
    7070        $is_supported = Fns::is_review_enabled( $type );
    7171        $is_single    = Fns::is_single_page_like_product_page( $type );
    72         if ( $is_supported && ! $is_single ) {
     72        if ( $is_supported ) {
    7373            return $template;
    7474        }
  • cpt-woo-integration/tags/1.3.2/cpt-woo-integration.php

    r3037045 r3037049  
    55 * Plugin URI:        https://www.wptinysolutions.com/tiny-products/cpt-woo-integration
    66 * Description:       Integrate custom post type with woocommerce. Sell Any Kind Of Custom Post
    7  * Version:           1.3.1
     7 * Version:           1.3.2
    88 * Author:            Tiny Solutions
    99 * Author URI:        https://www.wptinysolutions.com/
     
    2626 */
    2727
    28 define( 'CPTWI_VERSION', '1.3.1' );
     28define( 'CPTWI_VERSION', '1.3.2' );
    2929
    3030define( 'CPTWI_FILE', __FILE__ );
  • cpt-woo-integration/tags/1.3.2/languages/cpt-woo-integration.pot

    r3037045 r3037049  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2024-02-17 05:32+0000\n"
     9"POT-Creation-Date: 2024-02-17 06:31+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
  • cpt-woo-integration/trunk/README.txt

    r3037045 r3037049  
    44Requires at least: 6.0
    55Tested up to: 6.4
    6 Stable tag: 1.3.1
     6Stable tag: 1.3.2
    77Requires PHP: 7.4
    88License: GPLv3
     
    181181== Changelog ==
    182182
     183= 1.3.2 ( February 17, 2024 ) =
     184* Fixed: Addons Compatibility For Product Review
     185
    183186= 1.3.1 ( February 16, 2024 ) =
    184187* Remove: Wc Photoswipe Js Archive Page
  • cpt-woo-integration/trunk/TinyApp/Hooks/FilterHooks.php

    r3037045 r3037049  
    7070        $is_supported = Fns::is_review_enabled( $type );
    7171        $is_single    = Fns::is_single_page_like_product_page( $type );
    72         if ( $is_supported && ! $is_single ) {
     72        if ( $is_supported ) {
    7373            return $template;
    7474        }
  • cpt-woo-integration/trunk/cpt-woo-integration.php

    r3037045 r3037049  
    55 * Plugin URI:        https://www.wptinysolutions.com/tiny-products/cpt-woo-integration
    66 * Description:       Integrate custom post type with woocommerce. Sell Any Kind Of Custom Post
    7  * Version:           1.3.1
     7 * Version:           1.3.2
    88 * Author:            Tiny Solutions
    99 * Author URI:        https://www.wptinysolutions.com/
     
    2626 */
    2727
    28 define( 'CPTWI_VERSION', '1.3.1' );
     28define( 'CPTWI_VERSION', '1.3.2' );
    2929
    3030define( 'CPTWI_FILE', __FILE__ );
  • cpt-woo-integration/trunk/languages/cpt-woo-integration.pot

    r3037045 r3037049  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2024-02-17 05:32+0000\n"
     9"POT-Creation-Date: 2024-02-17 06:31+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
Note: See TracChangeset for help on using the changeset viewer.