Changeset 1593517
- Timestamp:
- 02/10/2017 08:47:55 PM (9 years ago)
- Location:
- public-post-preview-configurator/trunk
- Files:
-
- 7 edited
-
admin/class-public-post-preview-configurator-admin.php (modified) (1 diff)
-
languages/public-post-preview-configurator-de_DE.mo (modified) (previous)
-
languages/public-post-preview-configurator-de_DE.po (modified) (1 diff)
-
languages/public-post-preview-configurator.pot (modified) (2 diffs)
-
public-post-preview-configurator.php (modified) (1 diff)
-
public/class-public-post-preview-configurator.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
public-post-preview-configurator/trunk/admin/class-public-post-preview-configurator-admin.php
r922536 r1593517 116 116 public function validate_expiration_hours( $input ) { 117 117 if ( $input == '' ) { 118 return $i input;118 return $input; 119 119 } 120 120 if ( ! ctype_digit( $input ) || intval( $input ) == 0 ) { -
public-post-preview-configurator/trunk/languages/public-post-preview-configurator-de_DE.po
r922536 r1593517 1 1 # SOME DESCRIPTIVE TITLE. 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 # This file is distributed under the same license as the PACKAGEpackage.3 # This file is distributed under the same license as the public-post-preview-configurator package. 4 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 5 # 6 #, fuzzy 6 7 msgid "" 7 8 msgstr "" 8 "Project-Id-Version: public-post-preview-configurator 1.0. 2\n"9 "Project-Id-Version: public-post-preview-configurator 1.0.3\n" 9 10 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 201 4-05-28 18:47+0700\n"11 "PO-Revision-Date: 201 4-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" 12 13 "Last-Translator: \n" 13 14 "Language-Team: LANGUAGE <LL@li.org>\n" -
public-post-preview-configurator/trunk/languages/public-post-preview-configurator.pot
r922536 r1593517 1 1 # SOME DESCRIPTIVE TITLE. 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 # This file is distributed under the same license as the PACKAGEpackage.3 # This file is distributed under the same license as the public-post-preview-configurator package. 4 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 5 # … … 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: public-post-preview-configurator 1.0. 2\n"9 "Project-Id-Version: public-post-preview-configurator 1.0.3\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 201 4-05-28 18:47+0700\n"11 "POT-Creation-Date: 2017-02-10 21:35+0100\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
public-post-preview-configurator/trunk/public-post-preview-configurator.php
r922536 r1593517 11 11 * Plugin URI: http://www.bjoerne.com 12 12 * Description: Enables you to configure 'public post preview' plugin with a user interface. 13 * Version: 1.0. 213 * Version: 1.0.3 14 14 * Author: Björn Weinbrenner 15 15 * Author URI: http://www.bjoerne.com/ -
public-post-preview-configurator/trunk/public/class-public-post-preview-configurator.php
r922536 r1593517 29 29 * @var string 30 30 */ 31 const VERSION = '1.0. 2';31 const VERSION = '1.0.3'; 32 32 33 33 /** -
public-post-preview-configurator/trunk/readme.txt
r1150789 r1593517 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XS98Y5ASSH5S4 5 5 Requires at least: 3.5 6 Tested up to: 4. 2.17 Stable tag: 1.0.26 Tested up to: 4.7.2 7 Stable tag: trunk 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 36 36 * Clean up code based on WordPress-Plugin-Boilerplate 37 37 * 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.