Skip to content

Commit 9a2e27d

Browse files
author
Marco Pereirinha
committed
Update the since
1 parent e61043c commit 9a2e27d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

php/class-assets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public function clean_path( $path ) {
437437
* Filter the home url.
438438
*
439439
* @hook cloudinary_home_url
440-
* @since 3.1.9
440+
* @since 3.2.0
441441
*
442442
* @param $home_url {string} The home url.
443443
*

php/class-delivery.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ public function find_attachment_size_urls() {
883883
* Get the contextualized post id.
884884
*
885885
* @hook cloudinary_contextualized_post_id
886-
* @since 3.1.9
886+
* @since 3.2.0
887887
*
888888
* @param $post_id {int} The post ID.
889889
*
@@ -1194,7 +1194,7 @@ protected function standardize_tag( $tag_element ) {
11941194
* Filter the permalink for the edit asset link.
11951195
*
11961196
* @hook cloudinary_edit_asset_permalink
1197-
* @since 3.1.9
1197+
* @since 3.2.0
11981198
*
11991199
* @param $permalink {string} The permalink.
12001200
*

php/class-utils.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ public static function query_relations( $public_ids, $urls = array() ) {
10181018
* Filter the media context query.
10191019
*
10201020
* @hook cloudinary_media_context_query
1021-
* @since 3.1.9
1021+
* @since 3.2.0
10221022
*
10231023
* @param $media_context_query {string} The default media context query.
10241024
*
@@ -1030,7 +1030,7 @@ public static function query_relations( $public_ids, $urls = array() ) {
10301030
* Filter the media context things.
10311031
*
10321032
* @hook cloudinary_media_context_things
1033-
* @since 3.1.9
1033+
* @since 3.2.0
10341034
*
10351035
* @param $media_context_things {array} The default media context things.
10361036
*

0 commit comments

Comments
 (0)