Changeset 2828938
- Timestamp:
- 12/05/2022 09:20:23 PM (3 years ago)
- Location:
- punchlist
- Files:
-
- 2 edited
- 24 copied
-
tags/1.3.9/trunk (copied) (copied from punchlist/trunk)
-
tags/1.3.9/trunk/bootstrap.php (copied) (copied from punchlist/trunk/bootstrap.php) (1 diff)
-
tags/1.3.9/trunk/composer.json (copied) (copied from punchlist/trunk/composer.json)
-
tags/1.3.9/trunk/readme.txt (copied) (copied from punchlist/trunk/readme.txt) (2 diffs)
-
tags/1.3.9/trunk/src/Preview.php (copied) (copied from punchlist/trunk/src/Preview.php)
-
tags/1.3.9/trunk/vendor/autoload.php (copied) (copied from punchlist/trunk/vendor/autoload.php)
-
tags/1.3.9/trunk/vendor/composer/ClassLoader.php (copied) (copied from punchlist/trunk/vendor/composer/ClassLoader.php)
-
tags/1.3.9/trunk/vendor/composer/LICENSE (copied) (copied from punchlist/trunk/vendor/composer/LICENSE)
-
tags/1.3.9/trunk/vendor/composer/autoload_classmap.php (copied) (copied from punchlist/trunk/vendor/composer/autoload_classmap.php)
-
tags/1.3.9/trunk/vendor/composer/autoload_files.php (copied) (copied from punchlist/trunk/vendor/composer/autoload_files.php)
-
tags/1.3.9/trunk/vendor/composer/autoload_namespaces.php (copied) (copied from punchlist/trunk/vendor/composer/autoload_namespaces.php)
-
tags/1.3.9/trunk/vendor/composer/autoload_psr4.php (copied) (copied from punchlist/trunk/vendor/composer/autoload_psr4.php)
-
tags/1.3.9/trunk/vendor/composer/autoload_real.php (copied) (copied from punchlist/trunk/vendor/composer/autoload_real.php)
-
tags/1.3.9/trunk/vendor/composer/autoload_static.php (copied) (copied from punchlist/trunk/vendor/composer/autoload_static.php)
-
tags/1.3.9/trunk/vendor/composer/installed.json (copied) (copied from punchlist/trunk/vendor/composer/installed.json)
-
tags/1.3.9/trunk/vendor/composer/installed.php (copied) (copied from punchlist/trunk/vendor/composer/installed.php)
-
tags/1.3.9/trunk/vendor/composer/platform_check.php (copied) (copied from punchlist/trunk/vendor/composer/platform_check.php)
-
tags/1.3.9/trunk/vendor/guzzlehttp/psr7/CHANGELOG.md (copied) (copied from punchlist/trunk/vendor/guzzlehttp/psr7/CHANGELOG.md)
-
tags/1.3.9/trunk/vendor/guzzlehttp/psr7/README.md (copied) (copied from punchlist/trunk/vendor/guzzlehttp/psr7/README.md)
-
tags/1.3.9/trunk/vendor/guzzlehttp/psr7/src/Header.php (copied) (copied from punchlist/trunk/vendor/guzzlehttp/psr7/src/Header.php)
-
tags/1.3.9/trunk/vendor/guzzlehttp/psr7/src/MultipartStream.php (copied) (copied from punchlist/trunk/vendor/guzzlehttp/psr7/src/MultipartStream.php)
-
tags/1.3.9/trunk/vendor/guzzlehttp/psr7/src/Uri.php (copied) (copied from punchlist/trunk/vendor/guzzlehttp/psr7/src/Uri.php)
-
tags/1.3.9/trunk/vendor/symfony/deprecation-contracts/composer.json (copied) (copied from punchlist/trunk/vendor/symfony/deprecation-contracts/composer.json)
-
tags/1.3.9/trunk/vendor/symfony/deprecation-contracts/function.php (copied) (copied from punchlist/trunk/vendor/symfony/deprecation-contracts/function.php)
-
trunk/bootstrap.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
punchlist/tags/1.3.9/trunk/bootstrap.php
r2828933 r2828938 6 6 Description: Harness the magic of Punchlist from the WP Dashboard 7 7 Author: Punchlist Labs 8 Version: 1.3. 88 Version: 1.3.9 9 9 Author URI: https://punchlist.com 10 10 Credits: This plugin borrows heavily from Public Post Preview plugin but Dominik Schilling. WP won't allow -
punchlist/tags/1.3.9/trunk/readme.txt
r2828933 r2828938 4 4 Requires at least: 5.5 5 5 Tested up to: 6.1.1 6 Stable tag: 1.3. 86 Stable tag: 1.3.9 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 30 30 31 31 == Changelog == 32 = 1.3.9 = 33 Prevents unnecessary warning 34 32 35 = 1.3.8 = 33 36 * Version bump -
punchlist/trunk/bootstrap.php
r2828933 r2828938 6 6 Description: Harness the magic of Punchlist from the WP Dashboard 7 7 Author: Punchlist Labs 8 Version: 1.3. 88 Version: 1.3.9 9 9 Author URI: https://punchlist.com 10 10 Credits: This plugin borrows heavily from Public Post Preview plugin but Dominik Schilling. WP won't allow -
punchlist/trunk/readme.txt
r2828933 r2828938 4 4 Requires at least: 5.5 5 5 Tested up to: 6.1.1 6 Stable tag: 1.3. 86 Stable tag: 1.3.9 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 30 30 31 31 == Changelog == 32 = 1.3.9 = 33 Prevents unnecessary warning 34 32 35 = 1.3.8 = 33 36 * Version bump
Note: See TracChangeset
for help on using the changeset viewer.