Commit db37aa5 1 parent a71ad43 commit db37aa5 Copy full SHA for db37aa5
File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
- /*
3
- Plugin Name: CMB2 Mapbox
4
- Plugin URI:
5
- Description: This plugin adds a new CMB2 fieldtype for adding a single point to a Mapbox map. This plugin requires CMB2 and a Mapbox access token.
6
- Version: 1.0.2
7
- Author: Rob Clark
8
- Author URI: https://robclark.io
9
- License: GPLv2 or later
10
- Text Domain: cmb2-mapbox
11
- GitHub Plugin URI: https://github.com/pixelwatt/cmb2-mapbox
12
- */
2
+ /**
3
+ * Plugin Name: CMB2 Mapbox
4
+ * Plugin URI:
5
+ * Description: This plugin adds a new CMB2 fieldtype for adding a single point to a Mapbox map. This plugin requires CMB2 and a Mapbox access token.
6
+ * Version: 1.0.3
7
+ * Author: Rob Clark
8
+ * Author URI: https://robclark.io
9
+ * License: GPLv2 or later
10
+ * Text Domain: cmb2-mapbox
11
+ * GitHub Plugin URI: https://github.com/pixelwatt/cmb2-mapbox
12
+ */
13
13
14
14
add_action ( 'cmb2_admin_init ' , 'cmb2_mapbox_options_metabox ' );
15
15
You can’t perform that action at this time.
0 commit comments