Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 28427ab

Browse files
committed
Version 1.0.2
1 parent 8cd46dd commit 28427ab

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.0.2] - 2016-07-28
6+
### Fixed
7+
- Fix `inc/metaboxes.php` php error
8+
59
## [1.0.1] - 2016-07-28
610
### Added
711
- Requirements section to `README.md`

inc/metaboxes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
define( 'OMNI_BUILDER_URI', get_template_directory_uri() . '/inc/OmniBuilder' );
99

10-
require 'OmniBuilder/builder.php';
10+
require 'OmniBuilder/Builder.php';
1111

1212
use OmniBuilder\Custom_Post_Type;
1313
use OmniBuilder\Core_Post_Type;

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: http://slicejack.com/fiera-free-clean-and-responsive-wordpress-theme-
44
Author: Slicejack
55
Author URI: http://slicejack.com
66
Description: Fiera is clean and beautifully designed responsive WordPress theme for events and conferences. It has everything you need to launch an event website easier than ever. And it’s free!
7-
Version: 1.0.1
7+
Version: 1.0.2
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Text Domain: fiera

0 commit comments

Comments
 (0)