Plugin Directory

Changeset 1412241


Ignore:
Timestamp:
05/07/2016 02:07:17 PM (10 years ago)
Author:
albertwp
Message:

New Version Replace

Location:
ultimate-slack-notifications/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ultimate-slack-notifications/trunk/admin/class-ppwpslack-admin.php

    r1403040 r1412241  
    466466
    467467
    468         $cbx_ajax_icon = plugins_url('ppwpslack/admin/css/busy.gif');
     468        $cbx_ajax_icon = plugins_url('ultimate-slack-notifications/admin/css/busy.gif');
    469469
    470470        echo sprintf('<input class="button-primary ppwpslack_test" type="submit" name="ppwpslack_test" value="%s" data-serviceurl="%s" data-channel="%s" data-username="%s" data-iconemoji="%s"/>', __('Send Test Notification', 'ppwpslack'), $serviceurl, $channel, $username, $iconemoji) . '<span data-busy="0" class="ppwpslack_ajax_icon"><img
     
    569569        <tr valign="top">
    570570            <th scope="row"><label
    571                     for="ppwpslackmetabox_fields_channel"><?php echo __('Channel', $this->plugin_name) ?></label>
     571                    for="ppwpslackmetabox_fields_channel"><?php echo __('Channel Name', $this->plugin_name) ?></label>
    572572            </th>
    573573            <td>
     
    589589        <tr valign="top">
    590590            <th scope="row"><label
    591                     for="cbxdynamicsidebarmetabox_fields_iconemoji"><?php echo __('Icon Emoji', $this->plugin_name) ?></label>
     591                    for="cbxdynamicsidebarmetabox_fields_iconemoji"><?php echo __('Icon Emoji', $this->plugin_name); ?>
     592                    <a href='http://www.emoji-cheat-sheet.com/' target='_blank' title='<?php echo __('Get The Icon', $this->plugin_name) ?>'><?php echo __('(Get The Icon)', $this->plugin_name); ?></a>
     593                    </label>
    592594            </th>
    593595            <td>
  • ultimate-slack-notifications/trunk/readme.txt

    r1403422 r1412241  
    66Requires at least: 3.6
    77Tested up to: 4.4 or higher
    8 Stable tag: 1.0
     8Stable tag: 1.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7272
    7373== Changelog ==
     74
     75* Bug Fix
     76* Link for Imoji Icons
     77* Added channel name
    7478
    7579= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.