Plugin Directory

Changeset 792494


Ignore:
Timestamp:
10/23/2013 05:58:17 PM (12 years ago)
Author:
Strunker
Message:

Migration problem solved. Set new version to 0.3.1

Location:
polizeipresse/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • polizeipresse/trunk/Polizeipresse.php

    r792346 r792494  
    44 Plugin URI: http://wordpress.org/extend/plugins/polizeipresse/
    55 Description: The plugin loads police news from German police offices and shows them in your blog.
    6  Version: 0.3
     6 Version: 0.3.1
    77 Author: Karsten Strunk
    88 Author URI: http://www.strunk.eu/wordpress
     
    9393    //
    9494}
    95 register_activation_hook(__FILE__, 'polizeipresse_activate');
     95add_action('init', 'polizeipresse_activate');
    9696
    9797/**
  • polizeipresse/trunk/readme.txt

    r792484 r792494  
    55Requires at least: 3.0
    66Tested up to: 3.3.1
    7 Stable tag: 0.3
     7Stable tag: 0.3.1
    88
    99This plugin loads the latest news from German police stations and displays them in your blog.
     
    5353== Changelog ==
    5454
     55= 0.3.1 =
     56* Fix for migration problems
     57
    5558= 0.3 =
    5659* Support for multiple police offices added
Note: See TracChangeset for help on using the changeset viewer.