Changeset 1862472
- Timestamp:
- 04/22/2018 09:19:53 AM (8 years ago)
- Location:
- bst-dsgvo-cookie
- Files:
-
- 24 added
- 2 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/bst.php (added)
-
tags/1.0.4/includes (added)
-
tags/1.0.4/includes/admin-menu.php (added)
-
tags/1.0.4/includes/admin-seite.php (added)
-
tags/1.0.4/includes/css (added)
-
tags/1.0.4/includes/css/options-page.css (added)
-
tags/1.0.4/includes/css/style.css (added)
-
tags/1.0.4/includes/enqueue.php (added)
-
tags/1.0.4/includes/img (added)
-
tags/1.0.4/includes/img/banner-772x250.jpg (added)
-
tags/1.0.4/includes/img/icon-128x128.jpg (added)
-
tags/1.0.4/includes/img/icon-256x256.jpg (added)
-
tags/1.0.4/includes/img/screenshot-1.jpg (added)
-
tags/1.0.4/includes/img/screenshot-2.jpg (added)
-
tags/1.0.4/includes/js (added)
-
tags/1.0.4/includes/js/options-page.js (added)
-
tags/1.0.4/includes/js/scripts.js (added)
-
tags/1.0.4/includes/register-settings.php (added)
-
tags/1.0.4/languages (added)
-
tags/1.0.4/languages/de_DE.mo (added)
-
tags/1.0.4/languages/de_DE.po (added)
-
tags/1.0.4/readme.txt (added)
-
tags/1.0.4/uninstall.php (added)
-
trunk/bst.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bst-dsgvo-cookie/trunk/bst.php
r1861597 r1862472 4 4 * Plugin URI: https://bst-systemtechnik.de 5 5 * Description: Einfaches, responsives Cookie Pop-up ohne viel Schnick Schnack. EU-DSGVO konform. 6 * Version: 1.0 7 * Author: Arnold Margolf8 * Author URI: https://www. arnold-margolf.de6 * Version: 1.0.4 7 * Author: BST Systemtechnik (Arnold Margolf) 8 * Author URI: https://www.bst-systemtechnik.de 9 9 * Text Domain: bst-dsgvo-cookie 10 10 * 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) 29 12 */ 30 13 … … 37 20 function bst_plugin_install() { 38 21 // 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', '<')) { 40 23 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' ); 42 25 } 43 26 } -
bst-dsgvo-cookie/trunk/readme.txt
r1862470 r1862472 6 6 Tested up to: 4.9.5 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 38 Stable tag: 1.0.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 == Changelog == 50 50 51 = 1.0.4 = 52 * Versionsupdadate 53 54 = 1.0.3 = 55 * kleine Rechtschreibkorrektur 56 51 57 = 1.0.2 = 52 58 * kleine Korrektur der readme
Note: See TracChangeset
for help on using the changeset viewer.