Plugin Directory

Changeset 1862472


Ignore:
Timestamp:
04/22/2018 09:19:53 AM (8 years ago)
Author:
amargolf
Message:

Versionsupdate

Location:
bst-dsgvo-cookie
Files:
24 added
2 edited

Legend:

Unmodified
Added
Removed
  • bst-dsgvo-cookie/trunk/bst.php

    r1861597 r1862472  
    44* Plugin URI: https://bst-systemtechnik.de
    55* Description: Einfaches, responsives Cookie Pop-up ohne viel Schnick Schnack. EU-DSGVO konform.
    6 * Version: 1.0
    7 * Author: Arnold Margolf
    8 * Author URI: https://www.arnold-margolf.de
     6* Version: 1.0.4
     7* Author: BST Systemtechnik (Arnold Margolf)
     8* Author URI: https://www.bst-systemtechnik.de
    99* Text Domain: bst-dsgvo-cookie
    1010* Domain Path: /languages/
    11 * License: GPL2
    12 */
    13 
    14 /*  Copyright 2018  Arnold margolf  (email : amargolf@bst-systemtechnik.de)
    15 
    16     This program is free software; you can redistribute it and/or modify
    17     it under the terms of the GNU General Public License as published by
    18     the Free Software Foundation; either version 2 of the License, or
    19     (at your option) any later version.
    20 
    21     This program is distributed in the hope that it will be useful,
    22     but WITHOUT ANY WARRANTY; without even the implied warranty of
    23     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    24     GNU General Public License for more details.
    25 
    26     You should have received a copy of the GNU General Public License
    27     along with this program; if not, write to the Free Software
    28     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
     11* Copyright 2018  Arnold Margolf  (email : amargolf@bst-systemtechnik.de)
    2912*/
    3013
     
    3720function bst_plugin_install() {
    3821    // checks version of wordpress and deactives if lower than 3.1
    39     if (version_compare( get_bloginfo('version'), '3.5', '<')) {
     22    if (version_compare( get_bloginfo('version'), '4.5', '<')) {
    4023        deactivate_plugins(basename(__FILE__)); // Deactiviere das Plugin
    41         wp_die( 'Deine Wordpress Version muss > 3.5 sein' );
     24        wp_die( 'Deine Wordpress Version muss > 4.5 sein' );
    4225    }
    4326}
  • bst-dsgvo-cookie/trunk/readme.txt

    r1862470 r1862472  
    66Tested up to: 4.9.5
    77Requires PHP: 5.6
    8 Stable tag: 1.0.3
     8Stable tag: 1.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949== Changelog ==
    5050
     51= 1.0.4 =
     52* Versionsupdadate
     53
     54= 1.0.3 =
     55* kleine Rechtschreibkorrektur
     56
    5157= 1.0.2 =
    5258* kleine Korrektur der readme
Note: See TracChangeset for help on using the changeset viewer.