Plugin Directory

Changeset 2538810

Timestamp:
05/28/2021 12:46:27 AM (3 years ago)
Author:
bradparbs
Message:

Update to version 1.0.1 from GitHub

Location:
dotenv
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dotenv/tags/1.0.1/dotenv.php

    r2537937 r2538810  
    33 * Plugin Name: dotenv
    44 * Description: Set WordPress options from a .env file.
    5  * Version:     1.0.0
     5 * Version:     1.0.
    66 * Author:      Brad Parbs
    77 * Author URI:  https://bradparbs.com/
  • dotenv/tags/1.0.1/readme.txt

    r2537937 r2538810  
    11=== dotenv ===
    2 Contributors: bradparbs, surfboards
     2Contributors: bradparbs
    33Tags: developer, tools
    44Requires at least: 5.2
    55Tested up to: 5.7.2
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.
    77License: GPLv2 or later
    88Requires PHP: 5.6
  • dotenv/tags/1.0.1/vendor/composer/InstalledVersions.php

    r2537937 r2538810  
    3333    array (
    3434    ),
    35     'reference' => 'e6459979fbbd92bb463a10a7268a0eb34bc24c1c',
    36     'name' => 'bradp/wpdotenv',
     35    'reference' => '',
     36    'name' => 'bradp/dotenv',
    3737  ),
    3838  'versions' =>
    3939  array (
    40     'bradp/wpdotenv' =>
     40    'bradp/dotenv' =>
    4141    array (
    4242      'pretty_version' => 'dev-main',
     
    4545      array (
    4646      ),
    47       'reference' => 'e6459979fbbd92bb463a10a7268a0eb34bc24c1c',
     47      'reference' => '',
    4848    ),
    4949    'graham-campbell/result-type' =>
  • dotenv/tags/1.0.1/vendor/composer/installed.php

    r2537937 r2538810  
    77    array (
    88    ),
    9     'reference' => 'e6459979fbbd92bb463a10a7268a0eb34bc24c1c',
    10     'name' => 'bradp/wpdotenv',
     9    'reference' => '',
     10    'name' => 'bradp/dotenv',
    1111  ),
    1212  'versions' =>
    1313  array (
    14     'bradp/wpdotenv' =>
     14    'bradp/dotenv' =>
    1515    array (
    1616      'pretty_version' => 'dev-main',
     
    1919      array (
    2020      ),
    21       'reference' => 'e6459979fbbd92bb463a10a7268a0eb34bc24c1c',
     21      'reference' => '',
    2222    ),
    2323    'graham-campbell/result-type' =>
  • dotenv/trunk/dotenv.php

    r2537937 r2538810  
    33 * Plugin Name: dotenv
    44 * Description: Set WordPress options from a .env file.
    5  * Version:     1.0.0
     5 * Version:     1.0.
    66 * Author:      Brad Parbs
    77 * Author URI:  https://bradparbs.com/
  • dotenv/trunk/readme.txt

    r2537937 r2538810  
    11=== dotenv ===
    2 Contributors: bradparbs, surfboards
     2Contributors: bradparbs
    33Tags: developer, tools
    44Requires at least: 5.2
    55Tested up to: 5.7.2
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.
    77License: GPLv2 or later
    88Requires PHP: 5.6
  • dotenv/trunk/vendor/composer/InstalledVersions.php

    r2537937 r2538810  
    3333    array (
    3434    ),
    35     'reference' => 'e6459979fbbd92bb463a10a7268a0eb34bc24c1c',
    36     'name' => 'bradp/wpdotenv',
     35    'reference' => '',
     36    'name' => 'bradp/dotenv',
    3737  ),
    3838  'versions' =>
    3939  array (
    40     'bradp/wpdotenv' =>
     40    'bradp/dotenv' =>
    4141    array (
    4242      'pretty_version' => 'dev-main',
     
    4545      array (
    4646      ),
    47       'reference' => 'e6459979fbbd92bb463a10a7268a0eb34bc24c1c',
     47      'reference' => '',
    4848    ),
    4949    'graham-campbell/result-type' =>
  • dotenv/trunk/vendor/composer/installed.php

    r2537937 r2538810  
    77    array (
    88    ),
    9     'reference' => 'e6459979fbbd92bb463a10a7268a0eb34bc24c1c',
    10     'name' => 'bradp/wpdotenv',
     9    'reference' => '',
     10    'name' => 'bradp/dotenv',
    1111  ),
    1212  'versions' =>
    1313  array (
    14     'bradp/wpdotenv' =>
     14    'bradp/dotenv' =>
    1515    array (
    1616      'pretty_version' => 'dev-main',
     
    1919      array (
    2020      ),
    21       'reference' => 'e6459979fbbd92bb463a10a7268a0eb34bc24c1c',
     21      'reference' => '',
    2222    ),
    2323    'graham-campbell/result-type' =>
Note: See TracChangeset for help on using the changeset viewer.