Skip to content

Commit caa4183

Browse files
committed
Bump version
1 parent 3ea92dd commit caa4183

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

assets/css/woocommerce-dropbox.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
.button.insert-dropbox:hover,
33
.button.insert-dropbox:active,
44
.button.insert-dropbox:focus {
5-
float: right;
6-
margin-right: 7px;
5+
margin-left: 7px;
76
background-image: url("../img/dropbox-icon.svg");
87
background-repeat: no-repeat;
98
background-position: 6px center;

readme.txt

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: vadiemjanssens
33
Tags: woocommerce, dropbox, downloadable, products, downloadable product
44
Requires at least: 5.0
5-
Tested up to: 5.8.1
6-
Stable tag: 1.2.5
5+
Tested up to: 6.4.3
6+
Stable tag: 1.3.0
77
Requires PHP: 7.2
88
License: GPL v3
99

@@ -71,6 +71,12 @@ Please refer to [this page](https://wordpress.org/plugins/woocommerce-dropbox/)
7171

7272
== Changelog ==
7373

74+
= 1.3.0 =
75+
Release date: February 23rd, 2024
76+
77+
* Tested plugin for WordPress version 6.4.3 and WooCommerce 8.6.1
78+
* Add support for HPOS (https://github.com/vjanssens/woocommerce-dropbox/pull/7)
79+
7480
= 1.2.5 =
7581
Release date: September 9th, 2021
7682

woocommerce-dropbox.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin Name: WooCommerce Dropbox
4-
* Version: 1.2.5
4+
* Version: 1.3.0
55
* Description: WooCommerce Dropbox integration for downloadable products.
66
* Author: Vadiem Janssens
77
* Author URI: https://www.vadiemjanssens.nl
@@ -36,7 +36,7 @@
3636
define( 'WCDB_PATH', plugin_dir_path(__FILE__) );
3737
define( 'WCDB_BASENAME', plugin_basename(__FILE__) );
3838

39-
define('WCDB_VERSION', '1.2.5');
39+
define('WCDB_VERSION', '1.3.0');
4040

4141
// declare support for HPOS
4242
add_action( 'before_woocommerce_init', function() {

0 commit comments

Comments
 (0)