Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 22b9439

Browse files
update framework
1 parent eafc631 commit 22b9439

File tree

4 files changed

+13
-35
lines changed

4 files changed

+13
-35
lines changed

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/installed.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,25 +114,25 @@
114114
},
115115
{
116116
"name": "wp-content-framework/admin",
117-
"version": "v0.0.19",
118-
"version_normalized": "0.0.19.0",
117+
"version": "v0.0.20",
118+
"version_normalized": "0.0.20.0",
119119
"source": {
120120
"type": "git",
121121
"url": "https://github.com/wp-content-framework/admin.git",
122-
"reference": "6418b51b8e4327531fb67a8d618cf69673a759d1"
122+
"reference": "77b93385c53a06e9a371f003f766da037fcee507"
123123
},
124124
"dist": {
125125
"type": "zip",
126-
"url": "https://api.github.com/repos/wp-content-framework/admin/zipball/6418b51b8e4327531fb67a8d618cf69673a759d1",
127-
"reference": "6418b51b8e4327531fb67a8d618cf69673a759d1",
126+
"url": "https://api.github.com/repos/wp-content-framework/admin/zipball/77b93385c53a06e9a371f003f766da037fcee507",
127+
"reference": "77b93385c53a06e9a371f003f766da037fcee507",
128128
"shasum": ""
129129
},
130130
"require": {
131131
"php": ">=5.6.0",
132132
"wp-content-framework/controller": "~0.0.1",
133133
"wp-content-framework/view": "~0.0.1"
134134
},
135-
"time": "2019-03-19T06:51:15+00:00",
135+
"time": "2019-03-25T08:05:54+00:00",
136136
"type": "library",
137137
"installation-source": "dist",
138138
"notification-url": "https://packagist.org/downloads/",

vendor/wp-content-framework/admin/composer.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

vendor/wp-content-framework/admin/src/views/admin/script/dashboard_form.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
/**
33
* WP_Framework_Admin Views Admin Script Dashboard_form
44
*
5-
* @version 0.0.19
5+
* @version 0.0.20
66
* @author Technote
77
* @copyright Technote All Rights Reserved
88
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
99
* @link https://technote.space
1010
*/
1111

12-
if ( ! defined( 'ADD_RICHTEXT_TOOLBAR_BUTTON' ) ) {
12+
if ( ! defined( 'WP_CONTENT_FRAMEWORK' ) ) {
1313
return;
1414
}
1515
/** @var \WP_Framework_Presenter\Interfaces\Presenter $instance */

0 commit comments

Comments
 (0)