Plugin Directory

Changeset 2677985


Ignore:
Timestamp:
02/13/2022 04:33:08 PM (4 years ago)
Author:
commercioo
Message:

Fixed issue: Duplicate content in single product pages and taxonomy products

Location:
commercioo-wp
Files:
373 added
4 edited

Legend:

Unmodified
Added
Removed
  • commercioo-wp/trunk/README.txt

    r2646765 r2677985  
    55Tested up to: 5.8
    66Requires PHP: 7.3
    7 Stable tag: 0.4.8
     7Stable tag: 0.4.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8080== Changelog ==
    8181
     82= 0.4.9 - 2022-02-13 =
     83* Fixed issue: Duplicate content in single product pages and taxonomy products
     84
    8285= 0.4.8 - 2021-12-20 =
    8386* Improvement Onboarding: Cannot install the plugin when the license key status is expired
     
    156159== Upgrade Notice ==
    157160
     161= 0.4.9 - 2022-02-13 =
     162* Fixed issue: Duplicate content in single product pages and taxonomy products
     163
    158164= 0.4.8 - 2021-12-20 =
    159165* Improvement Onboarding: Cannot install the plugin when the license key status is expired
  • commercioo-wp/trunk/commercioo-wp.php

    r2646765 r2677985  
    55 * Plugin URI:        https://commercioo.com
    66 * Description:       Seamless ecommerce solution for your business
    7  * Version:           0.4.8
     7 * Version:           0.4.9
    88 * Author:            Commercioo
    99 * Author URI:        https://profiles.wordpress.org/commercioo
     
    2424 * Rename this for your plugin and update it as you release new versions.
    2525 */
    26 define( 'COMMERCIOO_VERSION', '0.4.8' );
     26define( 'COMMERCIOO_VERSION', '0.4.9' );
    2727
    2828/**
  • commercioo-wp/trunk/templates/single-comm_product.php

    r2646765 r2677985  
    3232));
    3333get_header("fullwidth");
    34 the_content();
    3534comm_get_template_part('content','single-comm-product');
    3635get_footer("fullwidth");
  • commercioo-wp/trunk/templates/taxonomy-comm_product_cat.php

    r2646765 r2677985  
    3737    <main id="primary" class="site-main">
    3838        <?php
    39         the_content();
    4039        comm_get_template_part('content','archive-term');
    4140        ?>
Note: See TracChangeset for help on using the changeset viewer.