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

Commit

Permalink
prepping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jameelmoses committed Dec 2, 2019
1 parent 6673b97 commit 9bb845f
Show file tree
Hide file tree
Showing 7 changed files with 699 additions and 672 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog ##

## 1.0.1 - 2 Dec 2019
* Resolving jQuery bug in WP 5.3

## 1.0.0 - 16 Aug 2019
* Initial release
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ Please refer to the [contributing guidelines](.github/CONTRIBUTING.md) to increa

If you identify any errors or have an idea for improving the plugin, feel free to open an [issue](../../issues/new) or [create a pull request](../../compare). Please provide as much info as needed in order to help us resolving / approve your request.

## Credit

Credit largely goes to @BeAPI for their [bea-beautiful-flexible](https://github.com/BeAPI/bea-beautiful-flexible) plugin. This plugin began using their plugin as a starting point.

## License

Flexible Content Preview for Advanced Custom Fields is licensed under the [GPLv3 or later](LICENSE.md).
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.0
Version: 1.0.1
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.5' );
define( 'FCP_VERSION', '1.0.1' );
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.0",
"version": "1.0.1",
"description": "Transforms ACF's flexible content field's layout list into a modal with image previews.",
"keywords": [
"ACF",
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "1.0.1",
"main": "gulpfile.babel.js",
"keywords": [
"ACF",
Expand All @@ -18,11 +18,11 @@
],
"license": "GPL-3.0+",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"autoprefixer": "^9.6.1",
"del": "^5.0.0",
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/register": "^7.7.4",
"autoprefixer": "^9.7.3",
"del": "^5.1.0",
"fixme": "^0.5.0",
"gulp": "^4.0.2",
"gulp-load-plugins": "^2.0.1",
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.4
Tested up to: 5.2.2
Tested up to: 5.3
Stable tag: 1.0.1
License: GPLv3 or later
License URI: https://github.com/jameelmoses/acf-flexible-content-preview/blob/master/LICENSE.md
Expand Down Expand Up @@ -50,7 +50,7 @@ This plugin works only if the [ACF Pro >= 5.7.O](https://www.advancedcustomfield

- [ACF Pro >= 5.7.O](https://www.advancedcustomfields.com/) plugin
- WordPress 4.7+ because of `[get_theme_file_uri()](https://developer.wordpress.org/reference/functions/get_theme_file_uri)`
- Tested up to WP 5.2.2
- Tested up to WP 5.3
- PHP 5.6+

From your WordPress dashboard
Expand All @@ -66,6 +66,11 @@ From your WordPress dashboard

== Changelog ==

= 1.0.1 =
*Release Date - 2 Dec 2019*

* Resolving jQuery bug in WP 5.3

= 1.0.0 =
*Release Date - 16 Aug 2019*

Expand Down
Loading

0 comments on commit 9bb845f

Please sign in to comment.