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

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jameelmoses committed Aug 18, 2020
1 parent a710749 commit 975ece2
Show file tree
Hide file tree
Showing 6 changed files with 965 additions and 1,099 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.4 - 18 Aug 2020
* [Update hook for enqueuing and registering assets for ACF 5.9 compatibility.](https://github.com/jameelmoses/acf-flexible-content-preview/pull/10) Thanks @elliottpost!

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

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.3
Version: 1.0.4
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.3' );
define( 'FCP_VERSION', '1.0.4' );
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.3",
"version": "1.0.4",
"description": "Transforms ACF's flexible content field's layout list into a modal with image previews.",
"keywords": [
"ACF",
Expand Down
17 changes: 10 additions & 7 deletions 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.3",
"version": "1.0.4",
"main": "gulpfile.babel.js",
"keywords": [
"ACF",
Expand All @@ -18,19 +18,22 @@
],
"license": "GPL-3.0+",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"autoprefixer": "^9.7.5",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"autoprefixer": "^9.8.6",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2"
"gulp-sass": "^4.1.0"
},
"browserslist": [
"last 2 Firefox major versions",
"last 2 Safari major versions",
"last 2 Edge major versions",
"last 2 Chrome major versions"
]
],
"volta": {
"node": "12.18.3"
}
}
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: http://paypal.me/jameelmoses
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.3
Tested up to: 5.5
Stable tag: 1.0.4
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.4 =
*Release Date - 18 Aug 2020*

* Update hook for enqueuing and registering assets for ACF 5.9 compatibility. Thanks @elliottpost!

= 1.0.3 =
*Release Date - 7 Apr 2020*

Expand Down
Loading

0 comments on commit 975ece2

Please sign in to comment.