Plugin Directory

Changeset 2288662


Ignore:
Timestamp:
04/21/2020 06:19:19 PM (6 years ago)
Author:
areimann
Message:

Update to version 1.1.5 from GitHub

Location:
blank-slate
Files:
4 added
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • blank-slate/tags/1.1.5/blank-slate.php

    r1993028 r2288662  
    11<?php
    2 
    32/**
    43 * Plugin Name: Blank Slate
    5  * Plugin URI:  http://aaronreimann.com/wordpress
    6  * Version:     1.1.4
    7  * Description: This plugin creates a page template giving you a blank page so “the_content()” of the page is all that is displayed, no header, no footer.
     4 * Description: Provides a blank page template for use with WordPress page builders.
     5 * Plugin URI:  https://wpblankslate.com/
     6 * Version:     1.1.5
    87 * Author:      Aaron Reimann
    9  * Author URI:  http://aaronreimann.com/wordpress
     8 * Author URI:  https://aaronreimann.com/
     9 * Requires at least: 4.7
     10 * Requires PHP: 5.3
     11 * Text Domain: blank-slate
     12 * Domain Path: languages
    1013 * License:     GPL2
    1114 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    12  * Text Domain: blank-slate
    13  * Domain Path: /languages
     15 *
     16 * Copyright 2019-2020 by Aaron Reimann & Micah Wood - All rights reserved.
     17 *
     18 * @package BlankSlate
    1419 */
    1520
  • blank-slate/tags/1.1.5/functions.php

    r1993028 r2288662  
    8888     * Register a new template.
    8989     *
    90      * @param string $file Template file/path
     90     * @param string $file  Template file/path
    9191     * @param string $label Label for the template
    9292     */
     
    102102    }
    103103}
     104
     105if ( ! function_exists( 'blank_slate_register_admin_page' ) ) {
     106
     107    /**
     108     * Register the admin page.
     109     */
     110    function blank_slate_register_admin_page() {
     111        add_menu_page(
     112            esc_html__( 'Blank Slate', 'blank-slate' ),
     113            esc_html__( 'Blank Slate', 'blank-slate' ),
     114            'edit_posts',
     115            'blank-slate',
     116            function () {
     117                require __DIR__ . '/pages/admin.php';
     118            },
     119            'dashicons-media-default'
     120        );
     121    }
     122}
  • blank-slate/tags/1.1.5/languages/blank-slate.pot

    r1993028 r2288662  
    1 #, fuzzy
     1# Copyright (C) 2020 Aaron Reimann
     2# This file is distributed under the GPL2.
    23msgid ""
    34msgstr ""
    4 "Project-Id-Version: Blank Slate\n"
    5 "Report-Msgid-Bugs-To: \n"
    6 "POT-Creation-Date: 2018-12-12 16:59+0000\n"
    7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     5"Project-Id-Version: Blank Slate 1.1.4\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/blank-slate\n"
     7"POT-Creation-Date: 2020-04-21 14:16:48+00:00\n"
     8"MIME-Version: 1.0\n"
     9"Content-Type: text/plain; charset=utf-8\n"
     10"Content-Transfer-Encoding: 8bit\n"
     11"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
    812"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    9 "Language-Team: \n"
    10 "Language: \n"
    11 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    12 "MIME-Version: 1.0\n"
    13 "Content-Type: text/plain; charset=UTF-8\n"
    14 "Content-Transfer-Encoding: 8bit\n"
    15 "X-Generator: Loco https://localise.biz/\n"
    16 "X-Loco-Version: 2.2.0; wp-5.0"
     13"Language-Team: LANGUAGE <LL@li.org>\n"
     14"X-Generator: node-wp-i18n 1.2.3\n"
    1715
    18 #. Author of the plugin
     16#. Plugin Name of the plugin/theme
     17msgid "Blank Slate"
     18msgstr ""
     19
     20#: pages/admin.php:2
     21msgid "Hello World!"
     22msgstr ""
     23
     24#. Plugin URI of the plugin/theme
     25msgid "https://wpblankslate.com/"
     26msgstr ""
     27
     28#. Description of the plugin/theme
     29msgid "Provides a blank page template for use with WordPress page builders."
     30msgstr ""
     31
     32#. Author of the plugin/theme
    1933msgid "Aaron Reimann"
    2034msgstr ""
    2135
    22 #. Name of the plugin
    23 #: functions.php:13
    24 msgid "Blank Slate"
     36#. Author URI of the plugin/theme
     37msgid "https://aaronreimann.com/"
    2538msgstr ""
    26 
    27 #. URI of the plugin
    28 #. Author URI of the plugin
    29 msgid "http://aaronreimann.com/wordpress"
    30 msgstr ""
    31 
    32 #. Description of the plugin
    33 msgid ""
    34 "This plugin creates a page template giving you a blank page so “the_content()"
    35 "” of the page is all that is displayed, no header, no footer."
    36 msgstr ""
  • blank-slate/tags/1.1.5/readme.txt

    r1993028 r2288662  
    11=== Blank Slate ===
    2 Contributors: areimann, wpscholar, woodent
    3 Donate link: http://aaronreimann.com/wordpress
     2Contributors: areimann, wpscholar
     3Donate link: https://www.paypal.me/wpdonate
    44Tags: blank, empty, canvas, landing, page builder
    55Requires at least: 4.7
    66Requires PHP: 5.3
    7 Tested up to: 5.0
    8 Stable tag: 1.1.4
     7Tested up to: 5.4
     8Stable tag: 1.1.5
    99
    10 This plugin creates a page template giving you a blank page so “the_content()” of the page is all that is displayed, no header, no footer.
     10Provides a blank page template for use with WordPress page builders.
    1111
    1212== Description ==
     
    2929== Other Notes ==
    3030
    31 This plugin will load everything that is normally included in the wp_head() and wp_footer(), so all scripts should load as normal.
     31This plugin will load everything that is normally included in the wp_head() and wp_footer(), so all scripts and styles should load as normal.
    3232
    3333== Upgrade Notice ==
     34
     35= 1.1.5 =
     36* Minor code updates. Compatible with WordPress 5.4.
    3437
    3538= 1.1.4 =
     
    4043
    4144== Changelog ==
     45
     46= 1.1.5 =
     47* Updated code to meet coding standards.
    4248
    4349= 1.1.4 =
  • blank-slate/trunk/blank-slate.php

    r1993028 r2288662  
    11<?php
    2 
    32/**
    43 * Plugin Name: Blank Slate
    5  * Plugin URI:  http://aaronreimann.com/wordpress
    6  * Version:     1.1.4
    7  * Description: This plugin creates a page template giving you a blank page so “the_content()” of the page is all that is displayed, no header, no footer.
     4 * Description: Provides a blank page template for use with WordPress page builders.
     5 * Plugin URI:  https://wpblankslate.com/
     6 * Version:     1.1.5
    87 * Author:      Aaron Reimann
    9  * Author URI:  http://aaronreimann.com/wordpress
     8 * Author URI:  https://aaronreimann.com/
     9 * Requires at least: 4.7
     10 * Requires PHP: 5.3
     11 * Text Domain: blank-slate
     12 * Domain Path: languages
    1013 * License:     GPL2
    1114 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    12  * Text Domain: blank-slate
    13  * Domain Path: /languages
     15 *
     16 * Copyright 2019-2020 by Aaron Reimann & Micah Wood - All rights reserved.
     17 *
     18 * @package BlankSlate
    1419 */
    1520
  • blank-slate/trunk/functions.php

    r1993028 r2288662  
    8888     * Register a new template.
    8989     *
    90      * @param string $file Template file/path
     90     * @param string $file  Template file/path
    9191     * @param string $label Label for the template
    9292     */
     
    102102    }
    103103}
     104
     105if ( ! function_exists( 'blank_slate_register_admin_page' ) ) {
     106
     107    /**
     108     * Register the admin page.
     109     */
     110    function blank_slate_register_admin_page() {
     111        add_menu_page(
     112            esc_html__( 'Blank Slate', 'blank-slate' ),
     113            esc_html__( 'Blank Slate', 'blank-slate' ),
     114            'edit_posts',
     115            'blank-slate',
     116            function () {
     117                require __DIR__ . '/pages/admin.php';
     118            },
     119            'dashicons-media-default'
     120        );
     121    }
     122}
  • blank-slate/trunk/languages/blank-slate.pot

    r1993028 r2288662  
    1 #, fuzzy
     1# Copyright (C) 2020 Aaron Reimann
     2# This file is distributed under the GPL2.
    23msgid ""
    34msgstr ""
    4 "Project-Id-Version: Blank Slate\n"
    5 "Report-Msgid-Bugs-To: \n"
    6 "POT-Creation-Date: 2018-12-12 16:59+0000\n"
    7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     5"Project-Id-Version: Blank Slate 1.1.4\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/blank-slate\n"
     7"POT-Creation-Date: 2020-04-21 14:16:48+00:00\n"
     8"MIME-Version: 1.0\n"
     9"Content-Type: text/plain; charset=utf-8\n"
     10"Content-Transfer-Encoding: 8bit\n"
     11"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
    812"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    9 "Language-Team: \n"
    10 "Language: \n"
    11 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    12 "MIME-Version: 1.0\n"
    13 "Content-Type: text/plain; charset=UTF-8\n"
    14 "Content-Transfer-Encoding: 8bit\n"
    15 "X-Generator: Loco https://localise.biz/\n"
    16 "X-Loco-Version: 2.2.0; wp-5.0"
     13"Language-Team: LANGUAGE <LL@li.org>\n"
     14"X-Generator: node-wp-i18n 1.2.3\n"
    1715
    18 #. Author of the plugin
     16#. Plugin Name of the plugin/theme
     17msgid "Blank Slate"
     18msgstr ""
     19
     20#: pages/admin.php:2
     21msgid "Hello World!"
     22msgstr ""
     23
     24#. Plugin URI of the plugin/theme
     25msgid "https://wpblankslate.com/"
     26msgstr ""
     27
     28#. Description of the plugin/theme
     29msgid "Provides a blank page template for use with WordPress page builders."
     30msgstr ""
     31
     32#. Author of the plugin/theme
    1933msgid "Aaron Reimann"
    2034msgstr ""
    2135
    22 #. Name of the plugin
    23 #: functions.php:13
    24 msgid "Blank Slate"
     36#. Author URI of the plugin/theme
     37msgid "https://aaronreimann.com/"
    2538msgstr ""
    26 
    27 #. URI of the plugin
    28 #. Author URI of the plugin
    29 msgid "http://aaronreimann.com/wordpress"
    30 msgstr ""
    31 
    32 #. Description of the plugin
    33 msgid ""
    34 "This plugin creates a page template giving you a blank page so “the_content()"
    35 "” of the page is all that is displayed, no header, no footer."
    36 msgstr ""
  • blank-slate/trunk/readme.txt

    r1993028 r2288662  
    11=== Blank Slate ===
    2 Contributors: areimann, wpscholar, woodent
    3 Donate link: http://aaronreimann.com/wordpress
     2Contributors: areimann, wpscholar
     3Donate link: https://www.paypal.me/wpdonate
    44Tags: blank, empty, canvas, landing, page builder
    55Requires at least: 4.7
    66Requires PHP: 5.3
    7 Tested up to: 5.0
    8 Stable tag: 1.1.4
     7Tested up to: 5.4
     8Stable tag: 1.1.5
    99
    10 This plugin creates a page template giving you a blank page so “the_content()” of the page is all that is displayed, no header, no footer.
     10Provides a blank page template for use with WordPress page builders.
    1111
    1212== Description ==
     
    2929== Other Notes ==
    3030
    31 This plugin will load everything that is normally included in the wp_head() and wp_footer(), so all scripts should load as normal.
     31This plugin will load everything that is normally included in the wp_head() and wp_footer(), so all scripts and styles should load as normal.
    3232
    3333== Upgrade Notice ==
     34
     35= 1.1.5 =
     36* Minor code updates. Compatible with WordPress 5.4.
    3437
    3538= 1.1.4 =
     
    4043
    4144== Changelog ==
     45
     46= 1.1.5 =
     47* Updated code to meet coding standards.
    4248
    4349= 1.1.4 =
Note: See TracChangeset for help on using the changeset viewer.