Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

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 946bc90 commit dba74d4
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-preview.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Flexible Content Preview for Advanced Custom Fields
Version: 1.0.2
Version: 1.0.3
Plugin URI: https://github.com/jameelmoses/acf-flexible-content-preview
Description: Transforms ACF's flexible content field's layout list into a modal with image previews.
Author: Jameel Moses
Expand Down Expand Up @@ -34,7 +34,7 @@
}

// Plugin constants
define( 'FCP_VERSION', '1.0.2' );
define( 'FCP_VERSION', '1.0.3' );
define( 'FCP_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-preview",
"version": "1.0.2",
"version": "1.0.3",
"description": "Transforms ACF's flexible content field's layout list into a modal with image previews.",
"keywords": [
"ACF",
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-preview",
"description": "Transforms ACF's flexible content field's layout list into a modal with image previews.",
"version": "1.0.2",
"version": "1.0.3",
"main": "gulpfile.babel.js",
"keywords": [
"ACF",
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
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-preview/blob/master/LICENSE.md

Expand Down Expand Up @@ -66,6 +66,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 dba74d4

Please sign in to comment.