← All changes
|
vendor/codeinwp/themeisle-sdk/src/Common/Abstract_module.php
+1
-3
4.0.7
→
3.11.14
View file →
| @@ -41,9 +41,8 @@ | ||
| 41 | 41 | 'templates-patterns-collection' => 'templates-patterns-collection/templates-patterns-collection.php', |
| 42 | 42 | 'wpcf7-redirect' => 'wpcf7-redirect/wpcf7-redirect.php', |
| 43 | 43 | 'wp-full-stripe-free' => 'wp-full-stripe-free/wp-full-stripe.php', |
| 44 | 44 | 'learning-management-system' => 'learning-management-system/lms.php', |
| 45 | - 'wp-cloudflare-page-cache' => 'wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php', | |
| 46 | 45 | ]; |
| 47 | 46 | |
| 48 | 47 | /** |
| 49 | 48 | * Product which use the module. |
| @@ -140,10 +139,9 @@ | ||
| 140 | 139 | array( |
| 141 | 140 | 'slug' => $slug, |
| 142 | 141 | 'fields' => array( |
| 143 | 142 | 'downloaded' => false, |
| 144 | - 'rating' => true, | |
| 145 | - 'ratings' => true, | |
| 143 | + 'rating' => false, | |
| 146 | 144 | 'description' => false, |
| 147 | 145 | 'short_description' => true, |
| 148 | 146 | 'donate_link' => false, |
| 149 | 147 | 'tags' => false, |