Changeset 2846343
- Timestamp:
- 01/10/2023 07:45:18 PM (3 years ago)
- Location:
- punchlist
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.3/trunk (copied) (copied from punchlist/trunk)
-
tags/1.4.3/trunk/bootstrap.php (modified) (3 diffs)
-
tags/1.4.3/trunk/readme.txt (modified) (2 diffs)
-
trunk/bootstrap.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
punchlist/tags/1.4.3/trunk/bootstrap.php
r2828939 r2846343 3 3 /* 4 4 Plugin Name: Punchlist 5 Plugin URI: https:// usepunchlist.com/wordpress?utm_source=wordpress-directory&utm_medium=web5 Plugin URI: https://punchlist.com/integrations?utm_source=wordpress-directory&utm_medium=web 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.3 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', true); 71 71 } 72 72 -
punchlist/tags/1.4.3/trunk/readme.txt
r2828939 r2846343 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.3 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 ["My Settings"](https://app.punchlist.com/user/tokens) and fill out the form. 30 30 31 31 == Changelog == 32 = 1.4.3 = 33 * Moves remote Punchlist script to the footer 34 * Updated installation instructions 35 32 36 = 1.4.0 = 33 Prevents unnecessary warning37 * Prevents unnecessary warning 34 38 35 39 = 1.3.8 = -
punchlist/trunk/bootstrap.php
r2828939 r2846343 3 3 /* 4 4 Plugin Name: Punchlist 5 Plugin URI: https:// usepunchlist.com/wordpress?utm_source=wordpress-directory&utm_medium=web5 Plugin URI: https://punchlist.com/integrations?utm_source=wordpress-directory&utm_medium=web 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.3 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', true); 71 71 } 72 72 -
punchlist/trunk/readme.txt
r2828939 r2846343 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.3 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 ["My Settings"](https://app.punchlist.com/user/tokens) and fill out the form. 30 30 31 31 == Changelog == 32 = 1.4.3 = 33 * Moves remote Punchlist script to the footer 34 * Updated installation 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.