Plugin Directory

Changeset 1003278


Ignore:
Timestamp:
10/07/2014 12:44:03 PM (11 years ago)
Author:
smoo1337
Message:

Fix broken Link

Location:
wp-vgwort/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-vgwort/trunk/class-wp-vgwort.php

    r988932 r1003278  
    2424     * @var     string
    2525     */
    26     protected $version = '2.1.5';
     26    protected $version = '2.1.6';
    2727
    2828    /**
     
    131131            ?>
    132132                <div class="error">
    133                     <p><b><?php _e( 'Bitte Datenschutzhinweis erweitern. Mehr unter <a href="">Datenschutz</a> im VGW Plugin', 'wp-vgwort-locale' ); ?></b></p>
     133                    <p><b><?php _e( 'Bitte Datenschutzhinweis erweitern. Mehr unter <a href="' . admin_url('/options-general.php?page=wp-vgwort&amp;section=datenschutz') . '">Datenschutz</a> im VGW Plugin', 'wp-vgwort-locale' ); ?></b></p>
    134134                </div>
    135135            <?php
  • wp-vgwort/trunk/readme.txt

    r988932 r1003278  
    55Requires at least: 3.0
    66Tested up to: 4.0.0
    7 Stable tag: 2.1.5
     7Stable tag: 2.1.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242== Changelog ==
    4343
     44
     45= 2.1.6 =
     46* fixed broken Link "Datenschutz" Thx to Jan Eric Hellbusch
    4447
    4548= 2.1.5 =
  • wp-vgwort/trunk/wp-vgwort.php

    r988932 r1003278  
    1212 * Plugin URI:  http://vgw-plugin.de/
    1313 * Description: Integrieren Sie Zählmarken der VG WORT in Wordpress.
    14  * Version:     2.1.5
     14 * Version:     2.1.6
    1515 * Author:      Marcus Franke, Ronny Harbich
    1616 * Author URI:  http://vgw-plugin.de/
Note: See TracChangeset for help on using the changeset viewer.