Compatibility.php
9 years ago
List.php
9 years ago
Repository.php
9 years ago
Server.php
9 years ago
List.php
78 lines
| 1 | <?php |
| 2 | |
| 3 | /** |
| 4 | * ====================================================================== |
| 5 | * LICENSE: This file is subject to the terms and conditions defined in * |
| 6 | * file 'license.txt', which is part of this source code package. * |
| 7 | * ====================================================================== |
| 8 | */ |
| 9 | |
| 10 | return array( |
| 11 | array( |
| 12 | 'title' => 'AAM Plus Package', |
| 13 | 'id' => 'AAM_PLUS_PACKAGE', |
| 14 | 'type' => 'commercial', |
| 15 | 'price' => '$30', |
| 16 | 'currency' => 'USD', |
| 17 | 'description' => 'Our best selling extension that allows you to manage access to unlimited number of posts, pages or custom post types and define default access to ALL posts, pages, custom post types, categories or custom taxonomies. <a href="https://aamplugin.com/help/aam-plus-package-extension" target="_blank">Read more.</a>', |
| 18 | 'storeURL' => 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FGAHULDEFZV4U', |
| 19 | 'version' => (defined('AAM_PLUS_PACKAGE') ? constant('AAM_PLUS_PACKAGE') : null) |
| 20 | ), |
| 21 | array( |
| 22 | 'title' => 'AAM Role Hierarchy', |
| 23 | 'id' => 'AAM_ROLE_HIERARCHY', |
| 24 | 'type' => 'commercial', |
| 25 | 'price' => '$15', |
| 26 | 'currency' => 'USD', |
| 27 | 'description' => 'Create complex role hierarchy and automatically inherit access settings from parent roles. <a href="https://aamplugin.com/help/aam-role-hierarchy-extension" target="_blank">Read more.</a>', |
| 28 | 'storeURL' => 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K8DMZ66SAW8VG', |
| 29 | 'version' => (defined('AAM_ROLE_HIERARCHY') ? constant('AAM_ROLE_HIERARCHY') : null) |
| 30 | ), |
| 31 | array( |
| 32 | 'title' => 'AAM Role Filter', |
| 33 | 'id' => 'AAM_ROLE_FILTER', |
| 34 | 'type' => 'commercial', |
| 35 | 'price' => '$5', |
| 36 | 'currency' => 'USD', |
| 37 | 'description' => 'Based on user levels, restrict access to manage list of roles and users that have higher user level. <a href="https://aamplugin.com/help/aam-role-filter-extension" target="_blank">Read more.</a>', |
| 38 | 'storeURL' => 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=G9V4BT3T8WJSN', |
| 39 | 'version' => (defined('AAM_ROLE_FILTER') ? constant('AAM_ROLE_FILTER') : null) |
| 40 | ), |
| 41 | array( |
| 42 | 'title' => 'AAM Payment', |
| 43 | 'id' => 'AAM_PAYMENT', |
| 44 | 'type' => 'commercial', |
| 45 | 'price' => '$20', |
| 46 | "new" => true, |
| 47 | 'currency' => 'USD', |
| 48 | 'description' => 'Start selling access to your posts, categories or user levels. <a href="https://aamplugin.com/help/aam-payment-extension" target="_blank">Read more.</a>', |
| 49 | 'storeURL' => 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FF3VE7B3YC3K6', |
| 50 | 'version' => (defined('AAM_PAYMENT') ? constant('AAM_PAYMENT') : null) |
| 51 | ), |
| 52 | array( |
| 53 | 'title' => 'AAM Complete Package', |
| 54 | 'id' => 'AAM_COMPLETE_PACKAGE', |
| 55 | 'type' => 'commercial', |
| 56 | 'price' => '$70', |
| 57 | 'currency' => 'USD', |
| 58 | 'description' => 'Get list of all available premium extensions in one package. Any additional premium extensions in the future will be included in this package.', |
| 59 | 'storeURL' => 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=THJWEJR3URR8L', |
| 60 | 'version' => (defined('AAM_COMPLETE_PACKAGE') ? constant('AAM_COMPLETE_PACKAGE') : null) |
| 61 | ), |
| 62 | array( |
| 63 | 'title' => 'AAM Multisite', |
| 64 | 'id' => 'AAM_MULTISITE', |
| 65 | 'type' => 'GNU', |
| 66 | 'license' => 'AAMMULTISITE', |
| 67 | 'description' => 'Convenient way to navigate between different sites in the Network Admin Panel.', |
| 68 | 'version' => (defined('AAM_MULTISITE') ? constant('AAM_MULTISITE') : null) |
| 69 | ), |
| 70 | array( |
| 71 | 'title' => 'AAM ConfigPress', |
| 72 | 'id' => 'AAM_CONFIGPRESS', |
| 73 | 'type' => 'GNU', |
| 74 | 'license' => 'AAMCONFIGPRESS', |
| 75 | 'description' => 'Extension to manage AAM core functionality with advanced configuration settings.', |
| 76 | 'version' => (defined('AAM_CONFIGPRESS') ? constant('AAM_CONFIGPRESS') : null) |
| 77 | ) |
| 78 | ); |