Changeset 2080576
- Timestamp:
- 05/04/2019 06:20:44 PM (6 years ago)
- Location:
- bea-sanitize-filename/tags/2.0.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bea-sanitize-filename/tags/2.0.6/bea-sanitize-filename.php
r1952235 r2080576 1 1 <?php 2 2 /* 3 Plugin Name: BEA - Sanitize Filename 4 Version: 2.0.6 5 Plugin URI: https://github.com/BeAPI/bea-sanitize-filename 6 Description: Remove all punctuation and accents from the filename of uploaded files. 7 Author: Be API Technical team 8 Author URI: https://beapi.fr 9 Domain Path: languages 10 Text Domain: bea-sanitize-filename 11 Contributors: Amaury Balmer, Maxime Culea 12 13 -------- 14 15 Copyright 2018 Be API Technical team (human@beapi.fr) 3 Plugin Name: BEA - Sanitize Filename 4 Version: 2.0.6 5 Plugin URI: https://github.com/BeAPI/bea-sanitize-filename 6 Description: Remove all punctuation and accents from the filename of uploaded files. 7 Author: Be API 8 Author URI: https://beapi.fr 9 Domain Path: languages 10 Text Domain: bea-sanitize-filename 11 Contributors: Amaury Balmer, Maxime Culea 16 12 17 This program is free software; you can redistribute it and/or modify 18 it under the terms of the GNU General Public License as published by 19 the Free Software Foundation; either version 2 of the License, or 20 (at your option) any later version. 13 -------- 21 14 22 This program is distributed in the hope that it will be useful, 23 but WITHOUT ANY WARRANTY; without even the implied warranty of 24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 GNU General Public License for more details. 15 Copyright 2018-2019 Be API Technical team (human@beapi.fr) 26 16 27 You should have received a copy of the GNU General Public License 28 along with this program; if not, write to the Free Software 29 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 This program is free software; you can redistribute it and/or modify 18 it under the terms of the GNU General Public License as published by 19 the Free Software Foundation; either version 2 of the License, or 20 (at your option) any later version. 21 22 This program is distributed in the hope that it will be useful, 23 but WITHOUT ANY WARRANTY; without even the implied warranty of 24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 GNU General Public License for more details. 26 27 You should have received a copy of the GNU General Public License 28 along with this program; if not, write to the Free Software 29 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 30 30 */ 31 31 -
bea-sanitize-filename/tags/2.0.6/readme.txt
r1952235 r2080576 5 5 Requires at least: 4.0 6 6 Requires php: 5.6 7 Tested up to: 4.9.37 Tested up to: 8 8 Stable tag: 2.0.6 9 9 License: GPLv3 or later … … 37 37 38 38 = Requirements = 39 - Tested up to 4.9.3.40 39 41 40 = WordPress =
Note: See TracChangeset
for help on using the changeset viewer.