Plugin Directory

Changeset 2445309


Ignore:
Timestamp:
12/24/2020 12:15:46 AM (5 years ago)
Author:
dcgws
Message:

tagging version 1.9.9

Location:
hreflang-tags-by-dcgws
Files:
50 added
9 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • hreflang-tags-by-dcgws/trunk/hreflang-init.php

    r2393908 r2445309  
    5454add_filter( "plugin_action_links_$plugin", "hreflang_plugin_settings_link", 10, 4 );
    5555$notices = HREFLangTags_Admin_Notices::get_instance();
    56 $text = __('For news, community support, promos, and other updates, join our Facebook Group at <a href="https://www.facebook.com/groups/hreflangtags">Hreflang Tags WP Plugin Community</a> and Like our Page at <a href="https://www.facebook.com/hreflangtags/">Hreflang Tags</a>','hreflang-tags-by-dcgws');
     56$text = __('Now through January 1, 2021 save 30% on ALL of our <a href="https://www.hreflangtags.com/pricing/"><b>Professional</b></a> and <a href="https://www.hreflangtags.com/lifetime-pricing/"><b>Lifetime Licenses</b></a>. Choose the license best suited to your needs and enter the code HOLIDAY2020 at checkout.','hreflang-tags-by-dcgws');
    5757$notices->info( $text, 'group-promo' );
  • hreflang-tags-by-dcgws/trunk/hreflang-tags-by-dcgws.php

    r2393908 r2445309  
    44Plugin URI: https://wordpress.org/plugins/hreflang-tags-by-dcgws/
    55Description: Smart implementation of HREFLANG meta tags into the head section of your WordPress site.
    6 Version: 1.9.8
     6Version: 1.9.9
    77Author: DCGWS LLC
    88Author URI: http://dcgws.com
     
    3232
    3333if (! defined('HREFLANG_VERSION'))
    34     define('HREFLANG_VERSION', '1.9.8');
     34    define('HREFLANG_VERSION', '1.9.9');
    3535
    3636if (! defined('HREFLANG_PLUGIN_FILE'))
  • hreflang-tags-by-dcgws/trunk/includes/functions.php

    r2393906 r2445309  
    9999if (!function_exists('hreflang_enqueue')) {
    100100    function hreflang_enqueue($hook) {
     101        if (is_admin() && is_user_logged_in())
    101102        wp_enqueue_script( 'hreflang_tags_js', plugin_dir_url( HREFLANG_PLUGIN_FILE ) . 'assets/js/hreflang-tags-by-dcgws.js',array('jquery') );
    102103            wp_enqueue_style( 'hreflang_tags_styles', plugin_dir_url( HREFLANG_PLUGIN_FILE ) . 'assets/css/hreflang-tags-by-dcgws.css');
  • hreflang-tags-by-dcgws/trunk/readme.txt

    r2393908 r2445309  
    44Tags: hreflang, localization, metatags, seo, google, metabox, meta
    55Requires at least: 4.4.0
    6 Tested up to: 5.5.1
    7 Stable tag: 1.9.8
     6Tested up to: 5.6
     7Stable tag: 1.9.9
    88License: GPLv2 or later
    99== Description ==
     
    105105
    106106== Changelog ==
     107
     108= 1.9.9 =
     109* Improvement
     110  * Blocks the loading of our js and css files unless logged in and in Dashboard.
    107111
    108112= 1.9.8 =
Note: See TracChangeset for help on using the changeset viewer.