Changeset 1810743
- Timestamp:
- 01/28/2018 01:21:51 PM (8 years ago)
- Location:
- gr-order-category-post
- Files:
-
- 6 added
- 3 edited
-
tags/1.0.6 (added)
-
tags/1.0.6/LICENSE.txt (added)
-
tags/1.0.6/gr-order-category-post.php (added)
-
tags/1.0.6/inc (added)
-
tags/1.0.6/inc/gr-admin-menu.php (added)
-
tags/1.0.6/readme.txt (added)
-
trunk/gr-order-category-post.php (modified) (1 diff)
-
trunk/inc/gr-admin-menu.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gr-order-category-post/trunk/gr-order-category-post.php
r1802585 r1810743 4 4 * Plugin URI: https://wordpress.org/plugins/gr-order-category-post/ 5 5 * Description: This plugin let you change the order from a category to an alphabetical order (A-Z). 6 * Version: 1.0. 56 * Version: 1.0.6 7 7 * Author: Achim T. 8 8 * Author URI: https://www.Game-Reset.de -
gr-order-category-post/trunk/inc/gr-admin-menu.php
r1802585 r1810743 1 1 <?php 2 defined( 'ABSPATH' ) or die(); 2 3 /* Admin-Menü */ 3 4 4 add_action( 'admin_menu', 'gr_order_category_post_admin_ansicht_einstellungen'); 5 5 function gr_order_category_post_admin_ansicht_einstellungen() { -
gr-order-category-post/trunk/readme.txt
r1804737 r1810743 4 4 Requires at least: 4.6 5 5 Tested up to: 4.9.2 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 37 37 == Changelog == 38 38 39 = 1.0.6 = 40 * Check for server call and block strange call 41 39 42 = 1.0.5 = 40 43 * Fixed spelling mistake
Note: See TracChangeset
for help on using the changeset viewer.