Skip to content

Commit

Permalink
version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
jameelmoses committed Apr 7, 2020
1 parent a28d264 commit 042803d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog ##

## 1.0.3 - 7 Apr 2020
* Fixes a bug related to nested fields

## 1.0.2 - 6 Apr 2020
* Supports nested flexible content fields
* Updating dependencies
Expand Down
4 changes: 2 additions & 2 deletions acf-flexible-content-extended.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Flexible Content Extended for Advanced Custom Fields
Version: 1.0.2
Version: 1.0.3
Plugin URI: https://github.com/jameelmoses/acf-flexible-content-extended
Description: Extends the ACF Flexible Content Field by transforming the layout list into a modal with image previews. Editing the fields layouts also happens in a modal for a better editing user experience.
Author: Jameel Moses
Expand Down Expand Up @@ -34,7 +34,7 @@
}

// Plugin constants
define( 'ACF_FCE_VERSION', '1.0.2' );
define( 'ACF_FCE_VERSION', '1.0.3' );
define( 'ACF_FCE_MIN_PHP_VERSION', '5.6' );

// Plugin URL and PATH
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jameelmoses/acf-flexible-content-extended",
"version": "1.0.2",
"version": "1.0.3",
"description": "Extends the ACF Flexible Content Field by transforming the layout list into a modal with image previews. Editing the fields layouts also happens in a modal for a better editing user experience.",
"keywords": [
"WP",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "acf-flexible-content-extended",
"description": "Extends the ACF Flexible Content Field by transforming the layout list into a modal with image previews. Editing the fields layouts also happens in a modal for a better editing user experience.",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"WP",
"Advanced Custom Fields",
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: acf, advanced, custom, field, fields, addon, flexible, content, preview, m
Requires at least: 4.7.0
Requires PHP: 5.6
Tested up to: 5.4
Stable tag: 1.0.2
Stable tag: 1.0.3
License: GPLv3 or later
License URI: https://github.com/jameelmoses/acf-flexible-content-extended/blob/master/LICENSE.md

Expand Down Expand Up @@ -69,6 +69,11 @@ From your WordPress dashboard

== Changelog ==

= 1.0.3 =
*Release Date - 7 Apr 2020*

* Fixes a bug related to nested fields

= 1.0.2 =
*Release Date - 6 Apr 2020*

Expand Down

0 comments on commit 042803d

Please sign in to comment.