Skip to content

Commit

Permalink
* Update Update Manager class to v2.0.0.
Browse files Browse the repository at this point in the history
 * Update action link.
 * Update azurecurve menu icon with compressed image.
  • Loading branch information
azurecurve committed Mar 29, 2020
1 parent 24fe7b0 commit 21672d5
Show file tree
Hide file tree
Showing 5 changed files with 318 additions and 135 deletions.
6 changes: 3 additions & 3 deletions azrcrv-timelines.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* ------------------------------------------------------------------------------
* Plugin Name: Timelines
* Description: Create a multiple timelines and place on pages or posts using the timeline shortcode.
* Version: 1.1.2
* Version: 1.1.3
* Author: azurecurve
* Author URI: https://development.azurecurve.co.uk/classicpress-plugins/
* Plugin URI: https://development.azurecurve.co.uk/classicpress-plugins/timelines
* Plugin URI: https://development.azurecurve.co.uk/classicpress-plugins/timelines/
* Text Domain: timelines
* Domain Path: /languages
* ------------------------------------------------------------------------------
Expand Down Expand Up @@ -199,7 +199,7 @@ function azrcrv_t_add_plugin_action_link($links, $file){
}

if ($file == $this_plugin){
$settings_link = '<a href="'.get_bloginfo('wpurl').'/wp-admin/admin.php?page=azrcrv-t">'.esc_html__('Settings' ,'timelines').'</a>';
$settings_link = '<a href="'.get_bloginfo('wpurl').'/wp-admin/admin.php?page=azrcrv-t"><img src="'.plugins_url('/pluginmenu/images/Favicon-16x16.png', __FILE__).'" style="padding-top: 2px; margin-right: -5px; height: 16px; width: 16px;" alt="azurecurve" />'.esc_html__('Settings' ,'timelines').'</a>';
array_unshift($links, $settings_link);
}

Expand Down
Loading

0 comments on commit 21672d5

Please sign in to comment.