Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
v1.10 bump, switch to https store, new author url
Browse files Browse the repository at this point in the history
  • Loading branch information
daronspence committed Jul 23, 2016
1 parent 1ce6083 commit 9fe1a83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions acf-widgets.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* Plugin Name: ACF Widgets
* Plugin URI: http://acfwidgets.com
* Plugin URI: https://acfwidgets.com
* Description: A plugin to easily create widgets for use with ACF and add custom fields to any widget on your site.
* Version: 1.9
* Version: 1.10
* Author: Daron Spence
* Author URI: http://daronspence.com
* Author URI: http://acfwidgets.com
* Text Domain: acfw
* License: GPL2+
*/
Expand All @@ -15,8 +15,8 @@
die();
}

define( 'ACFW_VERSION', '1.9' );
define( 'ACFW_STORE_URL', 'http://acfwidgets.com' );
define( 'ACFW_VERSION', '1.10' );
define( 'ACFW_STORE_URL', 'https://acfwidgets.com' );
define( 'ACFW_ITEM_NAME', 'ACF Widgets' );
define( 'ACFW_FILE' , __FILE__ );

Expand Down

0 comments on commit 9fe1a83

Please sign in to comment.