Skip to content

Commit

Permalink
Bump version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidbhura committed Jun 3, 2018
1 parent 2a7c38f commit 2129ac5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Cloudinary will **automatically fetch and serve the images** from your media lib

Easy peasy 😎

## Quick Links

[Setup](https://github.com/junaidbhura/auto-cloudinary/wiki/Setup) | [Issues](https://github.com/junaidbhura/auto-cloudinary/issues) | [Functions](https://github.com/junaidbhura/auto-cloudinary/wiki/Functions) | [Filters](https://github.com/junaidbhura/auto-cloudinary/wiki/Filters) | [Best Practices](https://github.com/junaidbhura/auto-cloudinary/wiki/Best-Practices)

## Why did you build this plugin?

There already is an **official Cloudinary plugin** available. But in my opinion, it's a bit of an overkill and takes over the admin UI. This plugin aims to be:
Expand Down Expand Up @@ -113,7 +117,3 @@ $url_2 = cloudinary_url( 'https://www.yourwebsite.com/wp-content/uploads/2017/12
<img src="<?php echo esc_url( $url_1 ); ?>" width="300" height="200" alt="">
<img src="<?php echo esc_url( $url_2 ); ?>" width="100" height="100" alt="">
```

## Quick Links

[Setup](https://github.com/junaidbhura/auto-cloudinary/wiki/Setup) | [Issues](https://github.com/junaidbhura/auto-cloudinary/issues) | [Functions](https://github.com/junaidbhura/auto-cloudinary/wiki/Functions) | [Filters](https://github.com/junaidbhura/auto-cloudinary/wiki/Filters) | [Best Practices](https://github.com/junaidbhura/auto-cloudinary/wiki/Best-Practices)
2 changes: 1 addition & 1 deletion auto-cloudinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Auto Cloudinary
Description: Super simple Cloudinary auto-upload implementation for WordPress.
Version: 1.0.2
Version: 1.0.3
Author: Junaid Bhura
Author URI: https://junaidbhura.com
Text Domain: cloudinary
Expand Down
15 changes: 10 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: cloudinary, dynamic-images, cdn, image-optimization, image-manipulation
Requires at least: 4.4
Tested up to: 4.9
Requires PHP: 5.6
Stable tag: 1.0.2
Stable tag: 1.0.3

Super simple Cloudinary auto-upload implementation for WordPress.

Expand All @@ -20,6 +20,10 @@ Cloudinary will **automatically fetch and serve the images** from your media lib

Easy peasy 😎

### Quick Links

[Setup](https://github.com/junaidbhura/auto-cloudinary/wiki/Setup) | [Issues](https://github.com/junaidbhura/auto-cloudinary/issues) | [Functions](https://github.com/junaidbhura/auto-cloudinary/wiki/Functions) | [Filters](https://github.com/junaidbhura/auto-cloudinary/wiki/Filters) | [Best Practices](https://github.com/junaidbhura/auto-cloudinary/wiki/Best-Practices)

## Why did you build this plugin?

There already is an **official Cloudinary plugin** available. But in my opinion, it's a bit of an overkill and takes over the admin UI. This plugin aims to be:
Expand Down Expand Up @@ -122,10 +126,6 @@ $url_2 = cloudinary_url( 'https://www.yourwebsite.com/wp-content/uploads/2017/12
<img src="<?php echo esc_url( $url_2 ); ?>" width="100" height="100" alt="">
`

### Quick Links

[Setup](https://github.com/junaidbhura/auto-cloudinary/wiki/Setup) | [Issues](https://github.com/junaidbhura/auto-cloudinary/issues) | [Functions](https://github.com/junaidbhura/auto-cloudinary/wiki/Functions) | [Filters](https://github.com/junaidbhura/auto-cloudinary/wiki/Filters) | [Best Practices](https://github.com/junaidbhura/auto-cloudinary/wiki/Best-Practices)

== Installation ==

Upload 'auto-cloudinary' to the '/wp-content/plugins/' directory.
Expand All @@ -140,6 +140,11 @@ Activate the plugin through the 'Plugins' menu in WordPress.

== Changelog ==

= 1.0.3 =
* New filters for default hard and soft crops [#2](https://github.com/junaidbhura/auto-cloudinary/issues/2). Props [@petersplugins](https://github.com/petersplugins)
* Performance improvements
* Full release details: [https://github.com/junaidbhura/auto-cloudinary/releases/tag/1.0.3](https://github.com/junaidbhura/auto-cloudinary/releases/tag/1.0.3)

= 1.0.2 =
* Remove empty width and height from URL [#1](https://github.com/junaidbhura/auto-cloudinary/issues/1)

Expand Down

0 comments on commit 2129ac5

Please sign in to comment.