Browse Source

Substitui links de repositório.

master 6.1
Guilherme Capanema 6 years ago
parent
commit
66d5d9cbd0
8 changed files with 12 additions and 8 deletions
  1. +4
    -0
      composer.json
  2. +2
    -2
      plate.php
  3. +1
    -1
      src/disable-dashboard.php
  4. +1
    -1
      src/disable-menu.php
  5. +1
    -1
      src/disable-toolbar.php
  6. +1
    -1
      src/footer-text.php
  7. +1
    -1
      src/login-logo.php
  8. +1
    -1
      src/permalink.php

+ 4
- 0
composer.json View File

@ -17,6 +17,10 @@
{ {
"name": "Chris Andersson", "name": "Chris Andersson",
"email": "hello@puredazzle.se" "email": "hello@puredazzle.se"
},
{
"name": "Guilherme Capanema",
"email": "guilherme@capanema.me"
} }
], ],
"require": { "require": {


+ 2
- 2
plate.php View File

@ -6,7 +6,7 @@
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
* *
* @see https://github.com/wordplate/plate
* @see https://git.horizontes.info/capanema/plate
*/ */
/* /*
@ -15,7 +15,7 @@
* Author: WordPlate * Author: WordPlate
* Author URI: https://wordplate.github.io/ * Author URI: https://wordplate.github.io/
* Version: 6.1.0 * Version: 6.1.0
* Plugin URI: https://github.com/wordplate/plate
* Plugin URI: https://git.horizontes.info/capanema/plate
*/ */
declare(strict_types=1); declare(strict_types=1);


+ 1
- 1
src/disable-dashboard.php View File

@ -6,7 +6,7 @@
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
* *
* @see https://github.com/wordplate/plate
* @see https://git.horizontes.info/capanema/plate
*/ */
declare(strict_types=1); declare(strict_types=1);


+ 1
- 1
src/disable-menu.php View File

@ -6,7 +6,7 @@
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
* *
* @see https://github.com/wordplate/plate
* @see https://git.horizontes.info/capanema/plate
*/ */
declare(strict_types=1); declare(strict_types=1);


+ 1
- 1
src/disable-toolbar.php View File

@ -6,7 +6,7 @@
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
* *
* @see https://github.com/wordplate/plate
* @see https://git.horizontes.info/capanema/plate
*/ */
declare(strict_types=1); declare(strict_types=1);


+ 1
- 1
src/footer-text.php View File

@ -6,7 +6,7 @@
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
* *
* @see https://github.com/wordplate/plate
* @see https://git.horizontes.info/capanema/plate
*/ */
declare(strict_types=1); declare(strict_types=1);


+ 1
- 1
src/login-logo.php View File

@ -6,7 +6,7 @@
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
* *
* @see https://github.com/wordplate/plate
* @see https://git.horizontes.info/capanema/plate
*/ */
declare(strict_types=1); declare(strict_types=1);


+ 1
- 1
src/permalink.php View File

@ -6,7 +6,7 @@
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
* *
* @see https://github.com/wordplate/plate
* @see https://git.horizontes.info/capanema/plate
*/ */
declare(strict_types=1); declare(strict_types=1);


Loading…
Cancel
Save