Changeset 2970063
- Timestamp:
- 09/22/2023 04:31:41 AM (3 years ago)
- Location:
- faq-for-woocommerce/trunk
- Files:
-
- 3 edited
-
faq-for-woocommerce.php (modified) (2 diffs)
-
includes/admin/class-faq-woocommerce-admin-menus.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
faq-for-woocommerce/trunk/faq-for-woocommerce.php
r2967834 r2970063 4 4 * Plugin URI: https://wordpress.org/plugins/faq-for-woocommerce/ 5 5 * Description: This plugin shows faq question and answers for per product with comment and FAQ schema support. 6 * Version: 1.4.1 16 * Version: 1.4.12 7 7 * Author: Optemiz 8 8 * Author URI: https://optemiz.com/ … … 30 30 * @since 1.0.0 31 31 */ 32 define( 'FFW_VERSION', '1.4.1 1' );32 define( 'FFW_VERSION', '1.4.12' ); 33 33 } 34 34 -
faq-for-woocommerce/trunk/includes/admin/class-faq-woocommerce-admin-menus.php
r2964768 r2970063 73 73 $roles = $user->roles; 74 74 75 76 75 77 //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 // } 83 86 } 84 87 -
faq-for-woocommerce/trunk/readme.txt
r2967834 r2970063 5 5 Tested Up To: 6.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.4.1 17 Stable tag: 1.4.12 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Ultimate FAQ and accordion plugin create Woocommerce faq lists with comment &FAQ schema support, responsive, full customization & shortcode support.11 Ultimate Product FAQ and accordion plugin create WooCommerce FAQ question & answer lists with comment & Google FAQ schema support, responsive, full customization & shortcode support. 12 12 13 13 == Description == … … 19 19 👉 [__Support__](https://wordpress.org/support/plugin/faq-for-woocommerce/) 20 20 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.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 5 templates (free version), and more are cooking up. 22 22 23 23 The 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. … … 68 68 * Show/hide FAQ answers on page load 69 69 * 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) 76 77 77 78 Let’s explain these features one by one. … … 404 405 == Changelog == 405 406 407 = 1.4.12 = 408 * Fixed: Hiding menu issue fixed. 409 406 410 = 1.4.11 = 407 411 * Added: Advanced FAQs templates support.
Note: See TracChangeset
for help on using the changeset viewer.