Plugin Directory

Changeset 1633613


Ignore:
Timestamp:
04/09/2017 02:33:25 PM (9 years ago)
Author:
Rudloff
Message:

Import from git@…:Rudloff/wp-register-password.git

Location:
register-password
Files:
26 added
3 edited

Legend:

Unmodified
Added
Removed
  • register-password/trunk/composer.json

    r1633609 r1633613  
    1313    "squizlabs/php_codesniffer": "~2.7.0",
    1414    "phpunit/phpunit": "~5.7.2",
    15     "10up/wp_mock": "~0.1.0"
     15    "10up/wp_mock": "~0.1.0",
     16    "rudloff/git2wp": "~0.1.2"
    1617  }
    1718}
  • register-password/trunk/composer.lock

    r1633609 r1633613  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "a90af01aa501cff411bb2981db6ba50a",
     7    "content-hash": "a44d7ab89bda015df19d2d7f90126674",
    88    "packages": [],
    99    "packages-dev": [
     
    139139            ],
    140140            "time": "2015-06-14T21:17:01+00:00"
     141        },
     142        {
     143            "name": "gitonomy/gitlib",
     144            "version": "v1.0.2",
     145            "source": {
     146                "type": "git",
     147                "url": "https://github.com/gitonomy/gitlib.git",
     148                "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c"
     149            },
     150            "dist": {
     151                "type": "zip",
     152                "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/b4b916423a2e2da631cf3b3787beb9386a7b253c",
     153                "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c",
     154                "shasum": ""
     155            },
     156            "require": {
     157                "symfony/process": "^2.3|^3.0"
     158            },
     159            "require-dev": {
     160                "psr/log": "^1.0"
     161            },
     162            "suggest": {
     163                "psr/log": "Add some log"
     164            },
     165            "type": "library",
     166            "extra": {
     167                "branch-alias": {
     168                    "dev-master": "1.0-dev"
     169                }
     170            },
     171            "autoload": {
     172                "psr-4": {
     173                    "Gitonomy\\Git\\": "src/Gitonomy/Git/"
     174                }
     175            },
     176            "notification-url": "https://packagist.org/downloads/",
     177            "license": [
     178                "MIT"
     179            ],
     180            "authors": [
     181                {
     182                    "name": "Alexandre Salomé",
     183                    "email": "alexandre.salome@gmail.com",
     184                    "homepage": "http://alexandre-salome.fr"
     185                },
     186                {
     187                    "name": "Julien DIDIER",
     188                    "email": "genzo.wm@gmail.com",
     189                    "homepage": "http://www.jdidier.net"
     190                }
     191            ],
     192            "description": "Library for accessing git",
     193            "homepage": "http://gitonomy.com",
     194            "time": "2016-05-11T08:25:40+00:00"
    141195        },
    142196        {
     
    503557        {
    504558            "name": "phpunit/php-code-coverage",
    505             "version": "4.0.7",
     559            "version": "4.0.8",
    506560            "source": {
    507561                "type": "git",
    508562                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    509                 "reference": "09e2277d14ea467e5a984010f501343ef29ffc69"
    510             },
    511             "dist": {
    512                 "type": "zip",
    513                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/09e2277d14ea467e5a984010f501343ef29ffc69",
    514                 "reference": "09e2277d14ea467e5a984010f501343ef29ffc69",
     563                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
     564            },
     565            "dist": {
     566                "type": "zip",
     567                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
     568                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
    515569                "shasum": ""
    516570            },
     
    562616                "xunit"
    563617            ],
    564             "time": "2017-03-01T09:12:17+00:00"
     618            "time": "2017-04-02T07:44:40+00:00"
    565619        },
    566620        {
     
    752806        {
    753807            "name": "phpunit/phpunit",
    754             "version": "5.7.17",
     808            "version": "5.7.19",
    755809            "source": {
    756810                "type": "git",
    757811                "url": "https://github.com/sebastianbergmann/phpunit.git",
    758                 "reference": "68752b665d3875f9a38a357e3ecb35c79f8673bf"
    759             },
    760             "dist": {
    761                 "type": "zip",
    762                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/68752b665d3875f9a38a357e3ecb35c79f8673bf",
    763                 "reference": "68752b665d3875f9a38a357e3ecb35c79f8673bf",
     812                "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1"
     813            },
     814            "dist": {
     815                "type": "zip",
     816                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69c4f49ff376af2692bad9cebd883d17ebaa98a1",
     817                "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1",
    764818                "shasum": ""
    765819            },
     
    830884                "xunit"
    831885            ],
    832             "time": "2017-03-19T16:52:12+00:00"
     886            "time": "2017-04-03T02:22:27+00:00"
    833887        },
    834888        {
     
    890944            ],
    891945            "time": "2016-12-08T20:27:08+00:00"
     946        },
     947        {
     948            "name": "rudloff/git2wp",
     949            "version": "0.1.2",
     950            "source": {
     951                "type": "git",
     952                "url": "https://github.com/Rudloff/git2wp.git",
     953                "reference": "360a549a2482529e2d5c94c79818dec6eae2868a"
     954            },
     955            "dist": {
     956                "type": "zip",
     957                "url": "https://api.github.com/repos/Rudloff/git2wp/zipball/360a549a2482529e2d5c94c79818dec6eae2868a",
     958                "reference": "360a549a2482529e2d5c94c79818dec6eae2868a",
     959                "shasum": ""
     960            },
     961            "require": {
     962                "gitonomy/gitlib": "~1.0.0",
     963                "symfony/console": "~3.0.0"
     964            },
     965            "require-dev": {
     966                "symfony/var-dumper": "~3.0.0"
     967            },
     968            "bin": [
     969                "bin/git2wp"
     970            ],
     971            "type": "project",
     972            "autoload": {
     973                "psr-4": {
     974                    "Git2WP\\": "classes/"
     975                }
     976            },
     977            "notification-url": "https://packagist.org/downloads/",
     978            "license": [
     979                "GPL-3.0"
     980            ],
     981            "description": "Push WordPress plugin from a Git repository to the WordPress SVN repository",
     982            "time": "2016-03-06T21:15:10+00:00"
    892983        },
    893984        {
     
    14831574        },
    14841575        {
     1576            "name": "symfony/console",
     1577            "version": "v3.0.9",
     1578            "source": {
     1579                "type": "git",
     1580                "url": "https://github.com/symfony/console.git",
     1581                "reference": "926061e74229e935d3c5b4e9ba87237316c6693f"
     1582            },
     1583            "dist": {
     1584                "type": "zip",
     1585                "url": "https://api.github.com/repos/symfony/console/zipball/926061e74229e935d3c5b4e9ba87237316c6693f",
     1586                "reference": "926061e74229e935d3c5b4e9ba87237316c6693f",
     1587                "shasum": ""
     1588            },
     1589            "require": {
     1590                "php": ">=5.5.9",
     1591                "symfony/polyfill-mbstring": "~1.0"
     1592            },
     1593            "require-dev": {
     1594                "psr/log": "~1.0",
     1595                "symfony/event-dispatcher": "~2.8|~3.0",
     1596                "symfony/process": "~2.8|~3.0"
     1597            },
     1598            "suggest": {
     1599                "psr/log": "For using the console logger",
     1600                "symfony/event-dispatcher": "",
     1601                "symfony/process": ""
     1602            },
     1603            "type": "library",
     1604            "extra": {
     1605                "branch-alias": {
     1606                    "dev-master": "3.0-dev"
     1607                }
     1608            },
     1609            "autoload": {
     1610                "psr-4": {
     1611                    "Symfony\\Component\\Console\\": ""
     1612                },
     1613                "exclude-from-classmap": [
     1614                    "/Tests/"
     1615                ]
     1616            },
     1617            "notification-url": "https://packagist.org/downloads/",
     1618            "license": [
     1619                "MIT"
     1620            ],
     1621            "authors": [
     1622                {
     1623                    "name": "Fabien Potencier",
     1624                    "email": "fabien@symfony.com"
     1625                },
     1626                {
     1627                    "name": "Symfony Community",
     1628                    "homepage": "https://symfony.com/contributors"
     1629                }
     1630            ],
     1631            "description": "Symfony Console Component",
     1632            "homepage": "https://symfony.com",
     1633            "time": "2016-07-30T07:22:48+00:00"
     1634        },
     1635        {
    14851636            "name": "symfony/polyfill-mbstring",
    14861637            "version": "v1.3.0",
     
    15421693        },
    15431694        {
     1695            "name": "symfony/process",
     1696            "version": "v3.2.7",
     1697            "source": {
     1698                "type": "git",
     1699                "url": "https://github.com/symfony/process.git",
     1700                "reference": "57fdaa55827ae14d617550ebe71a820f0a5e2282"
     1701            },
     1702            "dist": {
     1703                "type": "zip",
     1704                "url": "https://api.github.com/repos/symfony/process/zipball/57fdaa55827ae14d617550ebe71a820f0a5e2282",
     1705                "reference": "57fdaa55827ae14d617550ebe71a820f0a5e2282",
     1706                "shasum": ""
     1707            },
     1708            "require": {
     1709                "php": ">=5.5.9"
     1710            },
     1711            "type": "library",
     1712            "extra": {
     1713                "branch-alias": {
     1714                    "dev-master": "3.2-dev"
     1715                }
     1716            },
     1717            "autoload": {
     1718                "psr-4": {
     1719                    "Symfony\\Component\\Process\\": ""
     1720                },
     1721                "exclude-from-classmap": [
     1722                    "/Tests/"
     1723                ]
     1724            },
     1725            "notification-url": "https://packagist.org/downloads/",
     1726            "license": [
     1727                "MIT"
     1728            ],
     1729            "authors": [
     1730                {
     1731                    "name": "Fabien Potencier",
     1732                    "email": "fabien@symfony.com"
     1733                },
     1734                {
     1735                    "name": "Symfony Community",
     1736                    "homepage": "https://symfony.com/contributors"
     1737                }
     1738            ],
     1739            "description": "Symfony Process Component",
     1740            "homepage": "https://symfony.com",
     1741            "time": "2017-03-27T18:07:02+00:00"
     1742        },
     1743        {
    15441744            "name": "symfony/var-dumper",
    1545             "version": "v3.2.6",
     1745            "version": "v3.2.7",
    15461746            "source": {
    15471747                "type": "git",
    15481748                "url": "https://github.com/symfony/var-dumper.git",
    1549                 "reference": "4100f347aff890bc16b0b4b42843b599db257b2d"
    1550             },
    1551             "dist": {
    1552                 "type": "zip",
    1553                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/4100f347aff890bc16b0b4b42843b599db257b2d",
    1554                 "reference": "4100f347aff890bc16b0b4b42843b599db257b2d",
     1749                "reference": "81dce20f69a8b40427e1f4e6462178df87cafc03"
     1750            },
     1751            "dist": {
     1752                "type": "zip",
     1753                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/81dce20f69a8b40427e1f4e6462178df87cafc03",
     1754                "reference": "81dce20f69a8b40427e1f4e6462178df87cafc03",
    15551755                "shasum": ""
    15561756            },
     
    16051805                "dump"
    16061806            ],
    1607             "time": "2017-02-20T13:45:48+00:00"
     1807            "time": "2017-03-12T16:07:05+00:00"
    16081808        },
    16091809        {
    16101810            "name": "symfony/yaml",
    1611             "version": "v3.2.6",
     1811            "version": "v3.2.7",
    16121812            "source": {
    16131813                "type": "git",
    16141814                "url": "https://github.com/symfony/yaml.git",
    1615                 "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a"
    1616             },
    1617             "dist": {
    1618                 "type": "zip",
    1619                 "url": "https://api.github.com/repos/symfony/yaml/zipball/093e416ad096355149e265ea2e4cc1f9ee40ab1a",
    1620                 "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a",
     1815                "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621"
     1816            },
     1817            "dist": {
     1818                "type": "zip",
     1819                "url": "https://api.github.com/repos/symfony/yaml/zipball/62b4cdb99d52cb1ff253c465eb1532a80cebb621",
     1820                "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621",
    16211821                "shasum": ""
    16221822            },
     
    16601860            "description": "Symfony Yaml Component",
    16611861            "homepage": "https://symfony.com",
    1662             "time": "2017-03-07T16:47:02+00:00"
     1862            "time": "2017-03-20T09:45:15+00:00"
    16631863        },
    16641864        {
  • register-password/trunk/register-password.php

    r1633609 r1633613  
    55Description: Let users choose their password when they register
    66Author: Pierre Rudloff
    7 Version: 0.1.0
     7Version: 0.1.1
    88Author URI: https://www.rudloff.pro/
    99 */
Note: See TracChangeset for help on using the changeset viewer.