Plugin Directory

Changeset 2348157


Ignore:
Timestamp:
07/29/2020 06:42:46 AM (6 years ago)
Author:
sortabrilliant
Message:

Update to version 1.2.1 from GitHub

Location:
post-script
Files:
4 deleted
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • post-script/assets/banner-1544x500.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • post-script/assets/banner-772x250.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • post-script/assets/icon-128x128.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • post-script/assets/icon-256x256.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • post-script/assets/screenshot-1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • post-script/assets/screenshot-2.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • post-script/assets/screenshot-3.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • post-script/assets/screenshot-4.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • post-script/tags/1.2.1/build/index.asset.php

    r2235133 r2348157  
    1 <?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-element', 'wp-polyfill'), 'version' => '0fb4318ef7101121576dc7812a3e6083');
     1<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-element', 'wp-polyfill'), 'version' => '05d43f90fda571a024de87a63596dd91');
  • post-script/tags/1.2.1/postscript.php

    r2275781 r2348157  
    11<?php
    22/**
    3  * Plugin Name: P.S.
    4  * Plugin URI:  https://sortabrilliant.com/ps/
    5  * Description: Add important information to the bottom of your site with P.S.
    6  * Author:      sorta brilliant
    7  * Author URI:  https://sortabrilliant.com/
    8  * Version:     1.2.0
    9  * License:     GPL-2.0-or-later
    10  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     3 * Plugin Name:       P.S.
     4 * Plugin URI:        https://sortabrilliant.com/ps/
     5 * Description:       Add important information to the bottom of your site with P.S.
     6 * Version:           1.2.1
     7 * Requires at least: 5.0
     8 * Requires PHP:      5.6
     9 * Author:            sorta brilliant
     10 * Author URI:        https://sortabrilliant.com/
     11 * License:           GPL-2.0-or-later
     12 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    1113 *
    1214 * @package PostScript
     
    1517namespace SortaBrilliant\PostScript;
    1618
    17 const VERSION = '1.2.0';
     19const VERSION = '1.2.1';
    1820
    1921/**
  • post-script/tags/1.2.1/readme.txt

    r2275781 r2348157  
    33Tags: popover, popup, block
    44Requires at least: 5.0
    5 Tested up to: 5.4
     5Tested up to: 5.5
    66Requires PHP: 5.6
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: GPL-2.0-or-later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    2424
    2525== Changelog ==
     26#### 1.2.1
     27* Bump "Tested up to" WordPress version.
     28
    2629#### 1.2.0
    2730* Conditionally load block assets.
  • post-script/trunk/build/index.asset.php

    r2235133 r2348157  
    1 <?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-element', 'wp-polyfill'), 'version' => '0fb4318ef7101121576dc7812a3e6083');
     1<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-element', 'wp-polyfill'), 'version' => '05d43f90fda571a024de87a63596dd91');
  • post-script/trunk/postscript.php

    r2275781 r2348157  
    11<?php
    22/**
    3  * Plugin Name: P.S.
    4  * Plugin URI:  https://sortabrilliant.com/ps/
    5  * Description: Add important information to the bottom of your site with P.S.
    6  * Author:      sorta brilliant
    7  * Author URI:  https://sortabrilliant.com/
    8  * Version:     1.2.0
    9  * License:     GPL-2.0-or-later
    10  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     3 * Plugin Name:       P.S.
     4 * Plugin URI:        https://sortabrilliant.com/ps/
     5 * Description:       Add important information to the bottom of your site with P.S.
     6 * Version:           1.2.1
     7 * Requires at least: 5.0
     8 * Requires PHP:      5.6
     9 * Author:            sorta brilliant
     10 * Author URI:        https://sortabrilliant.com/
     11 * License:           GPL-2.0-or-later
     12 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    1113 *
    1214 * @package PostScript
     
    1517namespace SortaBrilliant\PostScript;
    1618
    17 const VERSION = '1.2.0';
     19const VERSION = '1.2.1';
    1820
    1921/**
  • post-script/trunk/readme.txt

    r2275781 r2348157  
    33Tags: popover, popup, block
    44Requires at least: 5.0
    5 Tested up to: 5.4
     5Tested up to: 5.5
    66Requires PHP: 5.6
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: GPL-2.0-or-later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    2424
    2525== Changelog ==
     26#### 1.2.1
     27* Bump "Tested up to" WordPress version.
     28
    2629#### 1.2.0
    2730* Conditionally load block assets.
Note: See TracChangeset for help on using the changeset viewer.