Changeset 2825525
- Timestamp:
- 11/28/2022 11:26:48 PM (3 years ago)
- Location:
- punchlist
- Files:
-
- 3 edited
-
tags/1.3.0/bootstrap.php (modified) (1 diff)
-
trunk/bootstrap.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
punchlist/tags/1.3.0/bootstrap.php
r2825482 r2825525 41 41 require __DIR__ . '/vendor/autoload.php'; 42 42 43 putenv('PUNCHLIST_URL=https:// plv2.test/api/public/v1');43 putenv('PUNCHLIST_URL=https://app.punchlist.com/api/public/v1'); 44 44 putenv('PUNCHLIST_SCRIPT=https://static.usepunchlist.com/js/punchlist.min.js?121521'); 45 45 -
punchlist/trunk/bootstrap.php
r2825472 r2825525 6 6 Description: Harness the magic of Punchlist from the WP Dashboard 7 7 Author: Punchlist Labs 8 Version: 1.3. 08 Version: 1.3.4 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
r2825469 r2825525 4 4 Requires at least: 5.5 5 5 Tested up to: 6.1.1 6 Stable tag: 1.3. 06 Stable tag: 1.3.4 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 30 30 31 31 == Changelog == 32 = 1.3.4 = 33 * Version bump 34 35 = 1.3.2 = 36 * URL fix 37 32 38 = 1.3.0 = 33 39 * Re-implements draft preview to work with the recently release Punchlist 2.0.
Note: See TracChangeset
for help on using the changeset viewer.