Changeset 2149015
- Timestamp:
- 08/31/2019 06:52:43 PM (7 years ago)
- Location:
- hidepostwp/trunk
- Files:
-
- 3 added
- 2 edited
-
HidePost.php (modified) (3 diffs)
-
lang (added)
-
lang/hp_lang-de_DE.mo (added)
-
lang/hp_lang-de_DE.po (added)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hidepostwp/trunk/HidePost.php
r2148674 r2149015 6 6 * Author: mc17uulm 7 7 * Author URI: https://github.com/mc17uulm/ 8 * Version: 0.1 8 * Version: 0.1.1 9 9 * Text Domain: hp_lang 10 10 * Domain Path: /lang … … 15 15 * === Plugin Information === 16 16 * 17 * Version: 0.1 18 * Date: 28.08.201917 * Version: 0.1.1 18 * Date: 31.08.2019 19 19 * 20 20 * If there are problems, bugs or errors, please report on GitHub: https://github.com/mc17uulm/HidePost … … 97 97 }); 98 98 99 add_action('plugins_loaded', function() { 100 load_plugin_textdomain('hp_lang', FALSE, basename(dirname(__FILE__)) . '/lang/'); 101 }); 102 -
hidepostwp/trunk/readme.txt
r2148675 r2149015 12 12 == Description == 13 13 ## HidePost WordPress Plugin 14 Version 0.1 14 Version 0.1.1 15 15 16 16 The HidePost WordPress Plugin allows you to hide specific posts on your front and home page. The posts will stay visible in the category and archive pages. 17 17 18 **Important:** works in Version 0.1 only with the Classic Editor18 **Important:** works only with the Classic Editor (Gutenberg support is planned in version 0.2) 19 19 20 20 ## How to Install … … 26 26 ### From GitHub 27 27 28 You find in the release section of th is repositorythe most recent releases. Download the newest one and upload it to your WordPress site (`Plugins > Add New > Upload Plugin`).28 You find in the release section of the GitHub repository ([https://github.com/mc17uulm/HidePost](https://github.com/mc17uulm/HidePost)) the most recent releases. Download the newest one and upload it to your WordPress site (`Plugins > Add New > Upload Plugin`). 29 29 30 30 ## How to Use … … 39 39 40 40 == Changelog == 41 = 0.1.1 = 42 * added internationalization 43 41 44 = 0.1 = 42 45 * initial Version
Note: See TracChangeset
for help on using the changeset viewer.