Changeset 2348157
- Timestamp:
- 07/29/2020 06:42:46 AM (6 years ago)
- Location:
- post-script
- Files:
-
- 4 deleted
- 14 edited
- 1 copied
-
assets/banner-1544x500.jpg (modified) (1 prop) (previous)
-
assets/banner-772x250.jpg (modified) (1 prop) (previous)
-
assets/icon-128x128.jpg (modified) (1 prop) (previous)
-
assets/icon-256x256.jpg (modified) (1 prop) (previous)
-
assets/screenshot-1.png (modified) (1 prop) (previous)
-
assets/screenshot-2.png (modified) (1 prop) (previous)
-
assets/screenshot-3.png (modified) (1 prop) (previous)
-
assets/screenshot-4.png (modified) (1 prop) (previous)
-
tags/1.2.1 (copied) (copied from post-script/trunk)
-
tags/1.2.1/build/editor.asset.php (deleted)
-
tags/1.2.1/build/index.asset.php (modified) (1 diff)
-
tags/1.2.1/build/theme.asset.php (deleted)
-
tags/1.2.1/postscript.php (modified) (2 diffs)
-
tags/1.2.1/readme.txt (modified) (2 diffs)
-
trunk/build/editor.asset.php (deleted)
-
trunk/build/index.asset.php (modified) (1 diff)
-
trunk/build/theme.asset.php (deleted)
-
trunk/postscript.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-script/assets/banner-1544x500.jpg
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/jpeg
-
Property
svn:mime-type
changed from
-
post-script/assets/banner-772x250.jpg
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/jpeg
-
Property
svn:mime-type
changed from
-
post-script/assets/icon-128x128.jpg
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/jpeg
-
Property
svn:mime-type
changed from
-
post-script/assets/icon-256x256.jpg
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/jpeg
-
Property
svn:mime-type
changed from
-
post-script/assets/screenshot-1.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
post-script/assets/screenshot-2.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
post-script/assets/screenshot-3.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
post-script/assets/screenshot-4.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
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' => '0 fb4318ef7101121576dc7812a3e6083');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 1 1 <?php 2 2 /** 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 11 13 * 12 14 * @package PostScript … … 15 17 namespace SortaBrilliant\PostScript; 16 18 17 const VERSION = '1.2. 0';19 const VERSION = '1.2.1'; 18 20 19 21 /** -
post-script/tags/1.2.1/readme.txt
r2275781 r2348157 3 3 Tags: popover, popup, block 4 4 Requires at least: 5.0 5 Tested up to: 5. 45 Tested up to: 5.5 6 6 Requires PHP: 5.6 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPL-2.0-or-later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 24 24 25 25 == Changelog == 26 #### 1.2.1 27 * Bump "Tested up to" WordPress version. 28 26 29 #### 1.2.0 27 30 * 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' => '0 fb4318ef7101121576dc7812a3e6083');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 1 1 <?php 2 2 /** 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 11 13 * 12 14 * @package PostScript … … 15 17 namespace SortaBrilliant\PostScript; 16 18 17 const VERSION = '1.2. 0';19 const VERSION = '1.2.1'; 18 20 19 21 /** -
post-script/trunk/readme.txt
r2275781 r2348157 3 3 Tags: popover, popup, block 4 4 Requires at least: 5.0 5 Tested up to: 5. 45 Tested up to: 5.5 6 6 Requires PHP: 5.6 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPL-2.0-or-later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 24 24 25 25 == Changelog == 26 #### 1.2.1 27 * Bump "Tested up to" WordPress version. 28 26 29 #### 1.2.0 27 30 * Conditionally load block assets.
Note: See TracChangeset
for help on using the changeset viewer.