Changeset 1003278
- Timestamp:
- 10/07/2014 12:44:03 PM (11 years ago)
- Location:
- wp-vgwort/trunk
- Files:
-
- 3 edited
-
class-wp-vgwort.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
wp-vgwort.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-vgwort/trunk/class-wp-vgwort.php
r988932 r1003278 24 24 * @var string 25 25 */ 26 protected $version = '2.1. 5';26 protected $version = '2.1.6'; 27 27 28 28 /** … … 131 131 ?> 132 132 <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&section=datenschutz') . '">Datenschutz</a> im VGW Plugin', 'wp-vgwort-locale' ); ?></b></p> 134 134 </div> 135 135 <?php -
wp-vgwort/trunk/readme.txt
r988932 r1003278 5 5 Requires at least: 3.0 6 6 Tested up to: 4.0.0 7 Stable tag: 2.1. 57 Stable tag: 2.1.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 == Changelog == 43 43 44 45 = 2.1.6 = 46 * fixed broken Link "Datenschutz" Thx to Jan Eric Hellbusch 44 47 45 48 = 2.1.5 = -
wp-vgwort/trunk/wp-vgwort.php
r988932 r1003278 12 12 * Plugin URI: http://vgw-plugin.de/ 13 13 * Description: Integrieren Sie Zählmarken der VG WORT in Wordpress. 14 * Version: 2.1. 514 * Version: 2.1.6 15 15 * Author: Marcus Franke, Ronny Harbich 16 16 * Author URI: http://vgw-plugin.de/
Note: See TracChangeset
for help on using the changeset viewer.