Plugin Directory

Changeset 2825525


Ignore:
Timestamp:
11/28/2022 11:26:48 PM (3 years ago)
Author:
plnic
Message:

Version 1.3.4 - Fixed version

Location:
punchlist
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • punchlist/tags/1.3.0/bootstrap.php

    r2825482 r2825525  
    4141require __DIR__ . '/vendor/autoload.php';
    4242
    43 putenv('PUNCHLIST_URL=https://plv2.test/api/public/v1');
     43putenv('PUNCHLIST_URL=https://app.punchlist.com/api/public/v1');
    4444putenv('PUNCHLIST_SCRIPT=https://static.usepunchlist.com/js/punchlist.min.js?121521');
    4545
  • punchlist/trunk/bootstrap.php

    r2825472 r2825525  
    66Description: Harness the magic of Punchlist from the WP Dashboard
    77Author: Punchlist Labs
    8 Version: 1.3.0
     8Version: 1.3.4
    99Author URI: https://punchlist.com
    1010Credits: This plugin borrows heavily from Public Post Preview plugin but Dominik Schilling. WP won't allow
  • punchlist/trunk/readme.txt

    r2825469 r2825525  
    44Requires at least: 5.5
    55Tested up to: 6.1.1
    6 Stable tag: 1.3.0
     6Stable tag: 1.3.4
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    3030
    3131== Changelog ==
     32= 1.3.4 =
     33* Version bump
     34
     35= 1.3.2 =
     36* URL fix
     37
    3238= 1.3.0 =
    3339* Re-implements draft preview to work with the recently release Punchlist 2.0.
Note: See TracChangeset for help on using the changeset viewer.