Skip to content

Commit ea06e3f

Browse files
committed
Add version reqs and license to entrypoint file
1 parent 24f924d commit ea06e3f

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

static-deploy.php

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
<?php
22
/**
3-
* Plugin Name: Static Deploy
4-
* Plugin URI: https://github.com/staticweb-io/static-deploy
5-
* Description: Static site generator functionality for WordPress.
6-
* Version: 9.2.1
7-
* Author: StaticWeb.io
8-
* Author URI: https://github.com/staticweb-io/static-deploy
9-
* Text Domain: static-deploy
3+
* Plugin Name: Static Deploy
4+
* Plugin URI: https://github.com/staticweb-io/static-deploy
5+
* Description: Static site generator functionality for WordPress.
6+
* Version: 9.2.1
7+
* Author: StaticWeb.io
8+
* Author URI: https://github.com/staticweb-io/static-deploy
9+
* Text Domain: static-deploy
10+
* Requires at least: 6.4
11+
* Requires PHP: 8.1
12+
* License URI: https://github.com/staticweb-io/static-deploy/blob/develop/LICENSE
13+
* License: Unlicense
1014
*/
1115

1216
if ( ! defined( 'ABSPATH' ) ) {

0 commit comments

Comments
 (0)