Plugin Directory

Changeset 2970063


Ignore:
Timestamp:
09/22/2023 04:31:41 AM (3 years ago)
Author:
wpfeelteam
Message:

version 1.4.12 released

Location:
faq-for-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • faq-for-woocommerce/trunk/faq-for-woocommerce.php

    r2967834 r2970063  
    44 * Plugin URI: https://wordpress.org/plugins/faq-for-woocommerce/
    55 * Description: This plugin shows faq question and answers for per product with comment and FAQ schema support.
    6  * Version: 1.4.11
     6 * Version: 1.4.12
    77 * Author: Optemiz
    88 * Author URI: https://optemiz.com/
     
    3030     * @since 1.0.0
    3131     */
    32     define( 'FFW_VERSION', '1.4.11' );
     32    define( 'FFW_VERSION', '1.4.12' );
    3333}
    3434
  • faq-for-woocommerce/trunk/includes/admin/class-faq-woocommerce-admin-menus.php

    r2964768 r2970063  
    7373            $roles = $user->roles;
    7474
     75           
     76
    7577            //when user role is not set to ffw_set_role, hide the ffw post type
    76             if( ! empty($roles) && is_array($roles) ) {
    77                 foreach($roles as $role) {
    78                     if( ! in_array( $role, (array) $ffw_roles )  ) {
    79                         remove_menu_page( 'edit.php?post_type=ffw' );
    80                     }
    81                 }
    82             }
     78            // if( ! empty($roles) && is_array($roles) ) {
     79            //     foreach($roles as $role) {
     80
     81            //         if( ! in_array( $role, (array) $ffw_roles )  ) {
     82            //             remove_menu_page( 'edit.php?post_type=ffw' );
     83            //         }
     84            //     }
     85            // }
    8386        }
    8487
  • faq-for-woocommerce/trunk/readme.txt

    r2967834 r2970063  
    55Tested Up To: 6.3
    66Requires PHP: 5.6
    7 Stable tag: 1.4.11
     7Stable tag: 1.4.12
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Ultimate FAQ and accordion plugin create Woocommerce faq lists with comment & FAQ schema support, responsive, full customization & shortcode support.
     11Ultimate Product FAQ and accordion plugin create WooCommerce FAQ question & answer lists with comment & Google FAQ schema support, responsive, full customization & shortcode support.
    1212
    1313== Description ==
     
    1919👉 [__Support__](https://wordpress.org/support/plugin/faq-for-woocommerce/)
    2020
    21 The main purpose of this FAQ plugin for [__WooCommerce__](https://wordpress.org/plugins/woocommerce) is to generate product FAQs and display those in an eye-pleasing way. While displaying the product FAQ list, you get multiple templates with relative designs. Right now, there are 4 templates, and more are cooking up.
     21The main purpose of this FAQ plugin for [__WooCommerce__](https://wordpress.org/plugins/woocommerce) is to generate product FAQs and display those in an eye-pleasing way. While displaying the product FAQ list, you get multiple templates with relative designs. Right now, there are 5 templates (free version), and more are cooking up.
    2222
    2323The product FAQ generated by XPlainer templates is compatible with any theme. So, no more worries about plugin or theme compatibility if you choose XPlainer - the WooCommerce Product FAQ WordPress plugin.
     
    6868* Show/hide FAQ answers on page load
    6969* Option of Expand/Collapse All FAQs
    70 * DYNAMIC PRODUCT ATTRIBUTE (PRO)
    71 * Global FAQS (PRO)
    72 * RTL Support (PRO)
    73 * SEARCH FAQs (PRO)
    74 * Multi Column Support (PRO)
    75 * Many More Features (PRO)
     70* 💎More Beautiful FAQs Templates (PRO)
     71* 💎DYNAMIC PRODUCT ATTRIBUTE (PRO)
     72* 💎Global FAQS (PRO)
     73* 💎RTL Support (PRO)
     74* 💎SEARCH FAQs (PRO)
     75* 💎Multi Column Support (PRO)
     76* 💎Many More Features (PRO)
    7677
    7778Let’s explain these features one by one.
     
    404405== Changelog ==
    405406
     407= 1.4.12 =
     408* Fixed: Hiding menu issue fixed.
     409
    406410= 1.4.11 =
    407411* Added: Advanced FAQs templates support.
Note: See TracChangeset for help on using the changeset viewer.