diff --git a/includes/class-freemius.php b/includes/class-freemius.php index 7bc7906bc..faa44be5d 100644 --- a/includes/class-freemius.php +++ b/includes/class-freemius.php @@ -97,7 +97,7 @@ class Freemius extends Freemius_Abstract { private $_enable_anonymous; /** - * @since 1.7.5 + * @since 1.1.7.5 * @var bool Hints the SDK if plugin should run in anonymous mode (only adds feedback form). */ private $_anonymous_mode; @@ -1045,7 +1045,7 @@ private function should_run_connectivity_test( $flush_if_no_connectivity = false /** * @author Vova Feldman (@svovaf) - * @since 1.7.4 + * @since 1.1.7.4 * * @return object|false */ @@ -1122,7 +1122,7 @@ function has_api_connectivity( $flush_if_no_connectivity = false ) { /** * @author Vova Feldman (@svovaf) - * @since 1.7.4 + * @since 1.1.7.4 * * @param object $pong * @param bool $is_connected @@ -1179,7 +1179,7 @@ function get_anonymous_id() { /** * @author Vova Feldman (@svovaf) - * @since 1.7.4 + * @since 1.1.7.4 * * @return \WP_User */ @@ -1474,7 +1474,7 @@ function _email_about_firewall_issue() { * Handle connectivity test retry approved by the user. * * @author Vova Feldman (@svovaf) - * @since 1.7.4 + * @since 1.1.7.4 */ function _retry_connectivity_test() { $this->_admin_notices->remove_sticky( 'failed_connect_api_first' ); @@ -8594,7 +8594,7 @@ function _add_upgrade_action_link() { * Get the URL of the page that should be loaded right after the plugin activation. * * @author Vova Feldman (@svovaf) - * @since 1.7.4 + * @since 1.1.7.4 * * @return string */ diff --git a/templates/plugin-icon.php b/templates/plugin-icon.php index 30b6589ca..186530e8d 100644 --- a/templates/plugin-icon.php +++ b/templates/plugin-icon.php @@ -14,7 +14,7 @@ $fs = freemius( $slug ); /** - * @since 1.7.5 + * @since 1.1.7.5 */ $local_path = $fs->apply_filters( 'plugin_icon', false );