File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " dss-web/gravityforms-uploads-azure" ,
33 "description" : " Add support for offloading Gravity Forms Uploads to the Microsoft Azure cloud." ,
44 "type" : " wordpress-plugin" ,
5- "version" : " 1.0.0 " ,
5+ "version" : " 1.0.1 " ,
66 "license" : " GPL-3.0-or-later" ,
77 "prefer-stable" : true ,
88 "minimum-stability" : " dev" ,
Original file line number Diff line number Diff line change 66 * Author: Dekode
77 * Author URI: https://dekode.no
88 * Text Domain: gravityforms-uploads-azure
9- * Version: 1.0.0
9+ * Version: 1.0.1
1010 *
1111 * @package Dekode
1212 */
1515
1616namespace Dekode \GravityForms \Azure ;
1717
18- define ( 'DEKODE_GRAVITYFORMS_AZURE_VERSION ' , '1.0.0 ' );
18+ define ( 'DEKODE_GRAVITYFORMS_AZURE_VERSION ' , '1.0.1 ' );
1919define ( 'DEKODE_GRAVITYFORMS_AZURE_DIR_PATH ' , plugin_dir_path ( __FILE__ ) );
2020
2121if ( file_exists ( __DIR__ . '/vendor-prefixed/autoload.php ' ) ) {
You can’t perform that action at this time.
0 commit comments