Plugin Directory

Changeset 2080576

Timestamp:
05/04/2019 06:20:44 PM (6 years ago)
Author:
momo360modena
Message:

update readme

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  
    11<?php
    22/*
    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)
     3Plugin Name: BEA - Sanitize Filename
     4Version: 2.0.6
     5Plugin URI: https://github.com/BeAPI/bea-sanitize-filename
     6Description: Remove all punctuation and accents from the filename of uploaded files.
     7Author: Be API
     8Author URI: https://beapi.fr
     9Domain Path: languages
     10Text Domain: bea-sanitize-filename
     11Contributors: Amaury Balmer, Maxime Culea
    1612
    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--------
    2114
    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.
     15Copyright 2018-2019 Be API Technical team (human@beapi.fr)
    2616
    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
     17This program is free software; you can redistribute it and/or modify
     18it under the terms of the GNU General Public License as published by
     19the Free Software Foundation; either version 2 of the License, or
     20(at your option) any later version.
     21
     22This program is distributed in the hope that it will be useful,
     23but WITHOUT ANY WARRANTY; without even the implied warranty of
     24MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     25GNU General Public License for more details.
     26
     27You should have received a copy of the GNU General Public License
     28along with this program; if not, write to the Free Software
     29Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    3030*/
    3131
  • bea-sanitize-filename/tags/2.0.6/readme.txt

    r1952235 r2080576  
    55Requires at least: 4.0
    66Requires php: 5.6
    7 Tested up to: 4.9.3
     7Tested up to:
    88Stable tag: 2.0.6
    99License: GPLv3 or later
     
    3737
    3838= Requirements =
    39 - Tested up to 4.9.3.
    4039
    4140= WordPress =
Note: See TracChangeset for help on using the changeset viewer.