Plugin Directory

Changeset 2149015


Ignore:
Timestamp:
08/31/2019 06:52:43 PM (7 years ago)
Author:
mc17uulm
Message:

v0.1.1

Location:
hidepostwp/trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • hidepostwp/trunk/HidePost.php

    r2148674 r2149015  
    66 * Author: mc17uulm
    77 * Author URI: https://github.com/mc17uulm/
    8  * Version: 0.1
     8 * Version: 0.1.1
    99 * Text Domain: hp_lang
    1010 * Domain Path: /lang
     
    1515 * === Plugin Information ===
    1616 *
    17  * Version: 0.1
    18  * Date: 28.08.2019
     17 * Version: 0.1.1
     18 * Date: 31.08.2019
    1919 *
    2020 * If there are problems, bugs or errors, please report on GitHub: https://github.com/mc17uulm/HidePost
     
    9797});
    9898
     99add_action('plugins_loaded', function() {
     100   load_plugin_textdomain('hp_lang', FALSE, basename(dirname(__FILE__)) . '/lang/');
     101});
     102
  • hidepostwp/trunk/readme.txt

    r2148675 r2149015  
    1212== Description ==
    1313## HidePost WordPress Plugin
    14 Version 0.1
     14Version 0.1.1
    1515
    1616The 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.
    1717
    18 **Important:** works in Version 0.1 only with the Classic Editor
     18**Important:** works only with the Classic Editor (Gutenberg support is planned in version 0.2)
    1919
    2020## How to Install
     
    2626### From GitHub
    2727
    28 You find in the release section of this repository the most recent releases. Download the newest one and upload it to your WordPress site (`Plugins > Add New > Upload Plugin`).
     28You 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`).
    2929
    3030## How to Use
     
    3939
    4040== Changelog ==
     41= 0.1.1 =
     42* added internationalization
     43
    4144= 0.1 =
    4245* initial Version
Note: See TracChangeset for help on using the changeset viewer.