Plugin Directory

Changeset 2846343


Ignore:
Timestamp:
01/10/2023 07:45:18 PM (3 years ago)
Author:
plnic
Message:

Updated script position, README, instructions.

Location:
punchlist
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • punchlist/tags/1.4.3/trunk/bootstrap.php

    r2828939 r2846343  
    33/*
    44Plugin Name: Punchlist
    5 Plugin URI: https://usepunchlist.com/wordpress?utm_source=wordpress-directory&utm_medium=web
     5Plugin URI: https://punchlist.com/integrations?utm_source=wordpress-directory&utm_medium=web
    66Description: Harness the magic of Punchlist from the WP Dashboard
    77Author: Punchlist Labs
    8 Version: 1.4.0
     8Version: 1.4.3
    99Author URI: https://punchlist.com
    1010Credits: This plugin borrows heavily from Public Post Preview plugin but Dominik Schilling. WP won't allow
     
    1212License: GPLv2
    1313
    14 Copyright (C) 2021 Punchlist Labs Inc.
     14Copyright (C) 2023 Punchlist Labs Inc.
    1515
    1616This program is free software; you can redistribute it and/or
     
    6868function punchlistLoadScriptsAndStyles()
    6969{
    70     wp_enqueue_script('punchlist', getenv('PUNCHLIST_SCRIPT'), null, '1.0', false);
     70    wp_enqueue_script('punchlist', getenv('PUNCHLIST_SCRIPT'), null, '2.4', true);
    7171}
    7272
  • punchlist/tags/1.4.3/trunk/readme.txt

    r2828939 r2846343  
    44Requires at least: 5.5
    55Tested up to: 6.1.1
    6 Stable tag: 1.4.0
     6Stable tag: 1.4.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    2727= How do I get an API key? =
    2828
    29 Once you have an account head you ["My Settings"](https://app.punchlist.com/settings#/api) and fill out the form.
     29Once you have an account head you ["My Settings"](https://app.punchlist.com/user/tokens) and fill out the form.
    3030
    3131== Changelog ==
     32= 1.4.3 =
     33* Moves remote Punchlist script to the footer
     34* Updated installation instructions
     35
    3236= 1.4.0 =
    33 Prevents unnecessary warning
     37* Prevents unnecessary warning
    3438
    3539= 1.3.8 =
  • punchlist/trunk/bootstrap.php

    r2828939 r2846343  
    33/*
    44Plugin Name: Punchlist
    5 Plugin URI: https://usepunchlist.com/wordpress?utm_source=wordpress-directory&utm_medium=web
     5Plugin URI: https://punchlist.com/integrations?utm_source=wordpress-directory&utm_medium=web
    66Description: Harness the magic of Punchlist from the WP Dashboard
    77Author: Punchlist Labs
    8 Version: 1.4.0
     8Version: 1.4.3
    99Author URI: https://punchlist.com
    1010Credits: This plugin borrows heavily from Public Post Preview plugin but Dominik Schilling. WP won't allow
     
    1212License: GPLv2
    1313
    14 Copyright (C) 2021 Punchlist Labs Inc.
     14Copyright (C) 2023 Punchlist Labs Inc.
    1515
    1616This program is free software; you can redistribute it and/or
     
    6868function punchlistLoadScriptsAndStyles()
    6969{
    70     wp_enqueue_script('punchlist', getenv('PUNCHLIST_SCRIPT'), null, '1.0', false);
     70    wp_enqueue_script('punchlist', getenv('PUNCHLIST_SCRIPT'), null, '2.4', true);
    7171}
    7272
  • punchlist/trunk/readme.txt

    r2828939 r2846343  
    44Requires at least: 5.5
    55Tested up to: 6.1.1
    6 Stable tag: 1.4.0
     6Stable tag: 1.4.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    2727= How do I get an API key? =
    2828
    29 Once you have an account head you ["My Settings"](https://app.punchlist.com/settings#/api) and fill out the form.
     29Once you have an account head you ["My Settings"](https://app.punchlist.com/user/tokens) and fill out the form.
    3030
    3131== Changelog ==
     32= 1.4.3 =
     33* Moves remote Punchlist script to the footer
     34* Updated installation instructions
     35
    3236= 1.4.0 =
    33 Prevents unnecessary warning
     37* Prevents unnecessary warning
    3438
    3539= 1.3.8 =
Note: See TracChangeset for help on using the changeset viewer.