Skip to content

Commit

Permalink
Update plugin header
Browse files Browse the repository at this point in the history
  • Loading branch information
takayukister committed Mar 27, 2023
1 parent 55fbad5 commit d9561f2
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions bogo.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<?php
/*
Plugin Name: Bogo
Description: A straight-forward multilingual plugin. No more double-digit custom DB tables or hidden HTML comments that could cause you headaches later on.
Plugin URI: https://ideasilo.wordpress.com/bogo/
Author: Takayuki Miyoshi
Author URI: https://ideasilo.wordpress.com/
Text Domain: bogo
Domain Path: /languages/
Version: 3.7-dev
*/
* Plugin Name: Bogo
* Description: A straight-forward multilingual plugin. No more double-digit custom DB tables or hidden HTML comments that could cause you headaches later on.
* Plugin URI: https://ideasilo.wordpress.com/bogo/
* Author: Takayuki Miyoshi
* Author URI: https://ideasilo.wordpress.com/
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: bogo
* Domain Path: /languages/
* Version: 3.7-dev
* Requires at least: 6.1
* Requires PHP: 7.4
*/

define( 'BOGO_VERSION', '3.7-dev' );

Expand Down

0 comments on commit d9561f2

Please sign in to comment.