Changeset 2846334
- Timestamp:
- 01/10/2023 07:17:44 PM (3 years ago)
- Location:
- punchlist/tags/1.42
- Files:
-
- 24 copied
-
. (copied) (copied from punchlist/trunk)
-
bootstrap.php (copied) (copied from punchlist/trunk/bootstrap.php) (3 diffs)
-
composer.json (copied) (copied from punchlist/trunk/composer.json)
-
readme.txt (copied) (copied from punchlist/trunk/readme.txt) (2 diffs)
-
src/Preview.php (copied) (copied from punchlist/trunk/src/Preview.php)
-
vendor/autoload.php (copied) (copied from punchlist/trunk/vendor/autoload.php)
-
vendor/composer/ClassLoader.php (copied) (copied from punchlist/trunk/vendor/composer/ClassLoader.php)
-
vendor/composer/LICENSE (copied) (copied from punchlist/trunk/vendor/composer/LICENSE)
-
vendor/composer/autoload_classmap.php (copied) (copied from punchlist/trunk/vendor/composer/autoload_classmap.php)
-
vendor/composer/autoload_files.php (copied) (copied from punchlist/trunk/vendor/composer/autoload_files.php)
-
vendor/composer/autoload_namespaces.php (copied) (copied from punchlist/trunk/vendor/composer/autoload_namespaces.php)
-
vendor/composer/autoload_psr4.php (copied) (copied from punchlist/trunk/vendor/composer/autoload_psr4.php)
-
vendor/composer/autoload_real.php (copied) (copied from punchlist/trunk/vendor/composer/autoload_real.php)
-
vendor/composer/autoload_static.php (copied) (copied from punchlist/trunk/vendor/composer/autoload_static.php)
-
vendor/composer/installed.json (copied) (copied from punchlist/trunk/vendor/composer/installed.json)
-
vendor/composer/installed.php (copied) (copied from punchlist/trunk/vendor/composer/installed.php)
-
vendor/composer/platform_check.php (copied) (copied from punchlist/trunk/vendor/composer/platform_check.php)
-
vendor/guzzlehttp/psr7/CHANGELOG.md (copied) (copied from punchlist/trunk/vendor/guzzlehttp/psr7/CHANGELOG.md)
-
vendor/guzzlehttp/psr7/README.md (copied) (copied from punchlist/trunk/vendor/guzzlehttp/psr7/README.md)
-
vendor/guzzlehttp/psr7/src/Header.php (copied) (copied from punchlist/trunk/vendor/guzzlehttp/psr7/src/Header.php)
-
vendor/guzzlehttp/psr7/src/MultipartStream.php (copied) (copied from punchlist/trunk/vendor/guzzlehttp/psr7/src/MultipartStream.php)
-
vendor/guzzlehttp/psr7/src/Uri.php (copied) (copied from punchlist/trunk/vendor/guzzlehttp/psr7/src/Uri.php)
-
vendor/symfony/deprecation-contracts/composer.json (copied) (copied from punchlist/trunk/vendor/symfony/deprecation-contracts/composer.json)
-
vendor/symfony/deprecation-contracts/function.php (copied) (copied from punchlist/trunk/vendor/symfony/deprecation-contracts/function.php)
Legend:
- Unmodified
- Added
- Removed
-
punchlist/tags/1.42/bootstrap.php
r2828939 r2846334 6 6 Description: Harness the magic of Punchlist from the WP Dashboard 7 7 Author: Punchlist Labs 8 Version: 1.4. 08 Version: 1.4.2 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 … … 12 12 License: GPLv2 13 13 14 Copyright (C) 202 1Punchlist Labs Inc.14 Copyright (C) 2023 Punchlist Labs Inc. 15 15 16 16 This program is free software; you can redistribute it and/or … … 68 68 function punchlistLoadScriptsAndStyles() 69 69 { 70 wp_enqueue_script('punchlist', getenv('PUNCHLIST_SCRIPT'), null, ' 1.0', false);70 wp_enqueue_script('punchlist', getenv('PUNCHLIST_SCRIPT'), null, '2.4.0', true); 71 71 } 72 72 -
punchlist/tags/1.42/readme.txt
r2828939 r2846334 4 4 Requires at least: 5.5 5 5 Tested up to: 6.1.1 6 Stable tag: 1.4. 06 Stable tag: 1.4.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 27 27 = How do I get an API key? = 28 28 29 Once you have an account head you [" My Settings"](https://app.punchlist.com/settings#/api) and fill out the form.29 Once you have an account head you ["Profile Settings > API Tokens"](https://app.punchlist.com/user/tokens) and fill out the form. 30 30 31 31 == Changelog == 32 = 1.4.2 = 33 * Moved remote PL script to the footer 34 * Updated API key instructions 35 32 36 = 1.4.0 = 33 Prevents unnecessary warning37 * Prevents unnecessary warning 34 38 35 39 = 1.3.8 =
Note: See TracChangeset
for help on using the changeset viewer.