Skip to content

Commit 25d04a3

Browse files
author
David Ryan
committed
full 3.0 panel generator
1 parent bfb5e3e commit 25d04a3

File tree

6 files changed

+1305
-1126
lines changed

6 files changed

+1305
-1126
lines changed

app/admin/class-options-panel.php

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

app/admin/class-product-machine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ static function process_file_contents( $file ) {
186186
$panel_str = "
187187
188188
// Load Options Panel
189-
if ( ! class_exists( 'WPOP\\V_2_9\\\Page' ) ) {
189+
if ( ! class_exists( 'WPOP\\V_3_1\\\Page' ) ) {
190190
include_once trailingslashit( dirname( __FILE__ ) ) . 'vendor/wordpress-phoenix/wordpress-options-builder-class/wordpress-phoenix-options-panel.php';
191191
}";
192192
}

app/admin/templates/plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ For more, see DEV-NOTES.md. Note production and development dependencies in pack
2828
## CONTRIBUTORS
2929

3030
This plugin is maintained by <%= AUTHORS %><%= TEAM %>.
31-
||PLUGIN_GITHUB_REPO||/graphs/contributors/
31+
<%= GITHUB_URL %>/graphs/contributors/

0 commit comments

Comments
 (0)