| @@ -3,16 +3,16 @@ | ||
| 3 | 3 | * WordPress plugin "TablePress" main file, responsible for initiating the plugin. |
| 4 | 4 | * |
| 5 | 5 | * @package TablePress |
| 6 | 6 | * @author Tobias Bäthge |
| 7 | - * @version 3.3.4 | |
| 7 | + * @version 3.2 | |
| 8 | 8 | * |
| 9 | 9 | * |
| 10 | 10 | * Plugin Name: TablePress |
| 11 | 11 | * Plugin URI: https://tablepress.org/ |
| 12 | 12 | * Description: Embed beautiful and interactive tables into your WordPress website’s posts and pages, without having to write code! |
| 13 | - * Version: 3.3.4 | |
| 14 | - * Requires at least: 6.7 | |
| 13 | + * Version: 3.2 | |
| 14 | + * Requires at least: 6.2 | |
| 15 | 15 | * Requires PHP: 7.4 |
| 16 | 16 | * Author: Tobias Bäthge |
| 17 | 17 | * Author URI: https://tablepress.org/ |
| 18 | 18 | * Author email: wordpress@tobias.baethge.com |
| @@ -19,9 +19,9 @@ | ||
| 19 | 19 | * License: GPL 2 |
| 20 | 20 | * Donate URI: https://tablepress.org/donate/ |
| 21 | 21 | * |
| 22 | 22 | * |
| 23 | - * Copyright 2012-2026 Tobias Bäthge | |
| 23 | + * Copyright 2012-2025 Tobias Bäthge | |
| 24 | 24 | * |
| 25 | 25 | * TablePress is free software: you can redistribute it and/or modify |
| 26 | 26 | * it under the terms of the GNU General Public License, version 2, as published by |
| 27 | 27 | * the Free Software Foundation. |
| @@ -68,9 +68,8 @@ | ||
| 68 | 68 | 'public_key' => 'pk_b215ca1bb4041cf43ed137ae7665b', |
| 69 | 69 | 'is_premium' => false, |
| 70 | 70 | 'has_addons' => false, |
| 71 | 71 | 'has_paid_plans' => true, |
| 72 | - 'is_org_compliant' => true, | |
| 73 | 72 | 'menu' => array( |
| 74 | 73 | 'slug' => 'tablepress', |
| 75 | 74 | 'contact' => false, |
| 76 | 75 | 'support' => false, |