Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Dump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeCulea committed May 7, 2018
1 parent 39e1452 commit e40c661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog ##

## 0.0.1 - 4 May 2018
## 1.0.0 - 4 May 2018
* First version of the plugin.
* Dynamically get flexible layouts.
* Finish readme.
* i18n.
* Add screenshot.
* Add composer.json.
* Init plugin.
4 changes: 2 additions & 2 deletions bea-beautiful-flexible.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: BEA - Beautiful Flexible
Version: 0.0.1
Version: 1.0.0
Plugin URI: https://github.com/BeAPI/bea-beautiful-flexible
Description: Transform ACF's flexible layouts list into a nice and UX popup.
Author: Be API Technical team
Expand Down Expand Up @@ -35,7 +35,7 @@
}

// Plugin constants
define( 'BEA_BEAUTIFUL_FLEXIBLE_VERSION', '0.0.1' );
define( 'BEA_BEAUTIFUL_FLEXIBLE_VERSION', '1.0.0' );
define( 'BEA_BEAUTIFUL_FLEXIBLE_MIN_PHP_VERSION', '5.6' );

// Plugin URL and PATH
Expand Down

0 comments on commit e40c661

Please sign in to comment.