Changeset 2377886
- Timestamp:
- 09/09/2020 11:05:06 AM (6 years ago)
- Location:
- json-dashboard-infos/trunk
- Files:
-
- 2 edited
-
index.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
json-dashboard-infos/trunk/index.php
r2374570 r2377886 4 4 * Author: Richard Carlier 5 5 * Author URI: https://carlier.biz 6 * 6 * 7 7 * Plugin Name: JSON Dashboard Infos 8 8 * Plugin URI: https://github.com/rcarlier/json-dashboard-infos 9 * Version: 1.0. 010 * 9 * Version: 1.0.2 10 * 11 11 * Description: Get infos from your wordpress, in JSON format, to create centralized dashboards 12 * 12 * 13 13 * Text Domain: json-dashboard-infos 14 14 * Domain Path: /languages 15 * 15 * 16 16 * License: GPL v3 17 17 * This program is free software: you can redistribute it and/or modify … … 19 19 * the Free Software Foundation, either version 3 of the License, or 20 20 * any later version. 21 * 21 * 22 22 * This program is distributed in the hope that it will be useful, 23 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 25 * GNU General Public License for more details. 26 * 26 * 27 27 * You should have received a copy of the GNU General Public License 28 28 * along with this program. If not, see <http://www.gnu.org/licenses/>. … … 86 86 /** 87 87 * Add link to settings in "wp-admin/plugins.php" page 88 * 88 * 89 89 * @param type $links 90 90 * @param type $file -
json-dashboard-infos/trunk/readme.txt
r2377883 r2377886 25 25 Demonstrations (in video, and in French) 26 26 27 * Presentation : https://www.youtube.com/watch?v=JCyXrJ3G6-of28 * Installation, configuration : https://www.youtube.com/watch?v=7T44xJj3jPM29 * Dashboard with React : https://www.youtube.com/watch?v=cfV-TfHQCyw27 * [Presentation](https://www.youtube.com/watch?v=JCyXrJ3G6-of) 28 * [Installation, configuration](https://www.youtube.com/watch?v=7T44xJj3jPM) 29 * [Dashboard with React](https://www.youtube.com/watch?v=cfV-TfHQCyw) 30 30 31 31
Note: See TracChangeset
for help on using the changeset viewer.