Plugin Directory

Changeset 2072649


Ignore:
Timestamp:
04/22/2019 03:21:51 PM (7 years ago)
Author:
koter84
Message:

auto-commit [] stable: 1.1.0 -> 1.1.1

Location:
wpdefaultprivate
Files:
7 added
5 edited

Legend:

Unmodified
Added
Removed
  • wpdefaultprivate/trunk/languages/wpdefaultprivate-nl_NL.po

    r1679866 r2072649  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: wpDefaultPrivate 1.1.0\n"
     3"Project-Id-Version: wpDefaultPrivate 1.1.1\n"
    44"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpDefaultPrivate\n"
    55"POT-Creation-Date: 2017-06-16 00:00:00+00:00\n"
  • wpdefaultprivate/trunk/languages/wpdefaultprivate.pot

    r1679866 r2072649  
    1 # Copyright (C) 2017 wpDefaultPrivate
     1# Copyright (C) 2019 wpDefaultPrivate
    22# This file is distributed under the same license as the wpDefaultPrivate package.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: wpDefaultPrivate 1.1.0\n"
     5"Project-Id-Version: wpDefaultPrivate 1.1.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpDefaultPrivate\n"
    7 "POT-Creation-Date: 2017-06-16 00:00:00+00:00\n"
     7"POT-Creation-Date: 2019-04-22 00:00:00+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=UTF-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
     11"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
    1212"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1313"Language-Team: LANGUAGE <LL@li.org>\n"
  • wpdefaultprivate/trunk/readme.txt

    r1679866 r2072649  
    22Contributors: koter84
    33Requires at least: 4.0
    4 Tested up to: 4.8
    5 Stable tag: 1.1.0
     4Tested up to: 5.1
     5Stable tag: 1.1.1
    66Tags: private
    77License: GPLv2 or later
     
    2121== Changelog ==
    2222
     23= 1.1.1 =
     24* fix: Missing global var causes error on activation
     25
    2326= 1.1.0 =
    2427* fix: set capability to read private posts for author, contributor and subscriber during install
  • wpdefaultprivate/trunk/wpdefaultprivate.php

    r1679866 r2072649  
    22/**
    33 * @package wpDefaultPrivate
    4  * @version 1.1.0
     4 * @version 1.1.1
    55 */
    66/*
     
    99Description: This plugin makes all posts default to private instead of public
    1010Author: Dennis Koot
    11 Version: 1.1.0
     11Version: 1.1.1
    1212Author URI: http://denniskoot.nl/
    1313Text Domain: wpDefaultPrivate
Note: See TracChangeset for help on using the changeset viewer.