I use a CI process based on the version set in the main php file. Why is it the same version 4.4 and 4.4 (i understand that the built on date is different) but the hash is different? Couldn’t you have updated it to be 4.4.1 on the later of the two?
<?php
/*
Plugin Name: tagDiv Social Counter
Plugin URI: http://tagdiv.com
Description: Social counter for WordPress. Widget and visual composer block.
Author: tagDiv
Version: 4.4 | built on 09.06.2018 22:20
Author URI: http://tagdiv.com
*/
//hash
define(‘TD_SOCIAL_COUNTER’, ‘0aaca5a8d55fd5281eddcf22b7bf96ca’);
—
<?php
/*
Plugin Name: tagDiv Social Counter
Plugin URI: http://tagdiv.com
Description: Social counter for WordPress. Widget and visual composer block.
Author: tagDiv
Version: 4.4 | built on 12.10.2018 9:30
Author URI: http://tagdiv.com
*/
//hash
define(‘TD_SOCIAL_COUNTER’, ‘d608b7ce86371b999748dbc94bcf2599’);