Plugin Directory

Changeset 1593517


Ignore:
Timestamp:
02/10/2017 08:47:55 PM (9 years ago)
Author:
bjoerne
Message:

Update version to 1.0.3: Bugfix: Reset config when entering empty value

Location:
public-post-preview-configurator/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • public-post-preview-configurator/trunk/admin/class-public-post-preview-configurator-admin.php

    r922536 r1593517  
    116116    public function validate_expiration_hours( $input ) {
    117117        if ( $input == '' ) {
    118             return $iinput;
     118            return $input;
    119119        }
    120120        if ( ! ctype_digit( $input ) || intval( $input ) == 0 ) {
  • public-post-preview-configurator/trunk/languages/public-post-preview-configurator-de_DE.po

    r922536 r1593517  
    11# SOME DESCRIPTIVE TITLE.
    22# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
    3 # This file is distributed under the same license as the PACKAGE package.
     3# This file is distributed under the same license as the public-post-preview-configurator package.
    44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
    55#
     6#, fuzzy
    67msgid ""
    78msgstr ""
    8 "Project-Id-Version: public-post-preview-configurator 1.0.2\n"
     9"Project-Id-Version: public-post-preview-configurator 1.0.3\n"
    910"Report-Msgid-Bugs-To: \n"
    10 "POT-Creation-Date: 2014-05-28 18:47+0700\n"
    11 "PO-Revision-Date: 2014-05-28 18:48+0700\n"
     11"POT-Creation-Date: 2017-02-10 21:35+0100\n"
     12"PO-Revision-Date: 2017-02-10 21:38+0100\n"
    1213"Last-Translator: \n"
    1314"Language-Team: LANGUAGE <LL@li.org>\n"
  • public-post-preview-configurator/trunk/languages/public-post-preview-configurator.pot

    r922536 r1593517  
    11# SOME DESCRIPTIVE TITLE.
    22# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
    3 # This file is distributed under the same license as the PACKAGE package.
     3# This file is distributed under the same license as the public-post-preview-configurator package.
    44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
    55#
     
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: public-post-preview-configurator 1.0.2\n"
     9"Project-Id-Version: public-post-preview-configurator 1.0.3\n"
    1010"Report-Msgid-Bugs-To: \n"
    11 "POT-Creation-Date: 2014-05-28 18:47+0700\n"
     11"POT-Creation-Date: 2017-02-10 21:35+0100\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • public-post-preview-configurator/trunk/public-post-preview-configurator.php

    r922536 r1593517  
    1111 * Plugin URI:        http://www.bjoerne.com
    1212 * Description:       Enables you to configure 'public post preview' plugin with a user interface.
    13  * Version:           1.0.2
     13 * Version:           1.0.3
    1414 * Author:            Björn Weinbrenner
    1515 * Author URI:        http://www.bjoerne.com/
  • public-post-preview-configurator/trunk/public/class-public-post-preview-configurator.php

    r922536 r1593517  
    2929     * @var     string
    3030     */
    31     const VERSION = '1.0.2';
     31    const VERSION = '1.0.3';
    3232
    3333    /**
  • public-post-preview-configurator/trunk/readme.txt

    r1150789 r1593517  
    44Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XS98Y5ASSH5S4
    55Requires at least: 3.5
    6 Tested up to: 4.2.1
    7 Stable tag: 1.0.2
     6Tested up to: 4.7.2
     7Stable tag: trunk
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    3636* Clean up code based on WordPress-Plugin-Boilerplate
    3737* Remove option when plugin is uninstalled
     38
     39= 1.0.3 =
     40* Bugfix: Reset config when entering empty value
Note: See TracChangeset for help on using the changeset viewer.