Skip to content

Commit

Permalink
Bump verison nr
Browse files Browse the repository at this point in the history
  • Loading branch information
folbert committed Feb 19, 2020
1 parent 22dc1e6 commit db99768
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Fewbricks changelog
An incomplete log of changes.

## 2.0.0-beta1 - February 19, 2020
Lets try this!

## 1.6 - March 19, 2017
* Added function `get_field_values()`to `brick`
* Added function `get_get_html_arg()` to `brick`
Expand Down
1 change: 0 additions & 1 deletion DEVELOPER-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ Version numbering follows [Semantic Versioning](http://semver.org/).
1. Describe new version in CHANGELOG.md
2. Change version nr in comment in fewbricks.php
3. Change FEWBRICKS_VERSION in lib/Fewbricks.php
3. Change version nr in readme.txt

Create release locally and push.

Expand Down
2 changes: 1 addition & 1 deletion fewbricks.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: https://github.com/folbert/fewbricks
Description: A module extension to Advanced Custom Fields
Author: Björn Folbert
Version: 2.0.0-alpha3
Version: 2.0.0-beta1
Author URI: https://folbert.com
License: GPLv3
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Fewbricks.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Fewbricks
/**
*
*/
const FEWBRICKS_VERSION = '2.0.0-alpha3';
const FEWBRICKS_VERSION = '2.0.0-beta1';

/**
*
Expand Down

0 comments on commit db99768

Please sign in to comment.