Plugin Directory

Changeset 1810743


Ignore:
Timestamp:
01/28/2018 01:21:51 PM (8 years ago)
Author:
Felln
Message:

Release Version 1.0.6

Location:
gr-order-category-post
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • gr-order-category-post/trunk/gr-order-category-post.php

    r1802585 r1810743  
    44 * Plugin URI: https://wordpress.org/plugins/gr-order-category-post/
    55 * Description: This plugin let you change the order from a category to an alphabetical order (A-Z).
    6  * Version: 1.0.5
     6 * Version: 1.0.6
    77 * Author: Achim T.
    88 * Author URI: https://www.Game-Reset.de
  • gr-order-category-post/trunk/inc/gr-admin-menu.php

    r1802585 r1810743  
    11<?php
     2defined( 'ABSPATH' ) or die();
    23/* Admin-Menü */
    3 
    44add_action( 'admin_menu', 'gr_order_category_post_admin_ansicht_einstellungen');
    55function gr_order_category_post_admin_ansicht_einstellungen() {
  • gr-order-category-post/trunk/readme.txt

    r1804737 r1810743  
    44Requires at least: 4.6
    55Tested up to: 4.9.2
    6 Stable tag: 1.0.5
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3737== Changelog ==
    3838
     39= 1.0.6 =
     40 * Check for server call and block strange call
     41
    3942= 1.0.5 =
    4043 * Fixed spelling mistake
Note: See TracChangeset for help on using the changeset viewer.