Plugin Directory

Changeset 1996196


Ignore:
Timestamp:
12/17/2018 07:41:23 AM (7 years ago)
Author:
noor-e-alam
Message:

New feature added

Location:
amazing-hover-effects/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • amazing-hover-effects/trunk/amazing-hover-effects.php

    r1988851 r1996196  
    66Author: Noor-E-Alam
    77Author URI: http://themebon.com/item/amazing-hover-effects-pro/
    8 Version: 2.0.9
     8Version: 2.1.0
    99*/
    1010
     
    1414    wp_enqueue_style('ahew_stylesheet', plugins_url( 'css/ihover.css' , __FILE__ ) );
    1515    wp_enqueue_style('ahew_stylesheet_custom', plugins_url( 'css/custom.css' , __FILE__ ) );
    16    
     16
    1717}
    1818add_action( 'wp_enqueue_scripts', 'amazing_hover_effects_style' );
     
    5252        )
    5353    );
    54    
     54
    5555}
    5656
     
    7575function ahe_revealid_id_column_content( $column, $id ) {
    7676  if( 'hover_effect' == $column ) {
    77      
    78  
     77
     78
    7979     $shortcode_render ='[hover id="'.$id.'"]';
    80      
     80
    8181    echo '<input style="min-width:210px" type=\'text\' onClick=\'this.setSelectionRange(0, this.value.length)\' value=\''.$shortcode_render.'\' />';
    82    
     82
    8383  }
    8484}
     
    9090add_filter( 'post_updated_messages', 'ahe_updated_messages' );
    9191function ahe_updated_messages( $messages ){
    92        
     92
    9393    global $post;
    94    
     94
    9595    $post_ID = $post->ID;
    96    
     96
    9797 $messages['hover_effect'] = array(
    98             0 => '', 
     98            0 => '',
    9999            1 => sprintf( __('Hover Effects published. Shortcode is: %s'), '[hover id="'.$post_ID.'"]' ),
    100100            6 => sprintf( __('Hover Effects published. Shortcode is: %s'), '[hover id="'.$post_ID.'"]' ),
    101101        );
    102102
    103    
     103
    104104    return $messages;
    105        
     105
    106106}
  • amazing-hover-effects/trunk/readme.txt

    r1988851 r1996196  
    55Requires at least: 3.0.1
    66Tested up to: 5.0
    7 Stable tag: 2.0.9
     7Stable tag: 2.1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1616Amazing hover effects is an impressive hover effects collection, powered by pure CSS3 and iHover, no dependency. 76+ effects to choose and 5 styles.
    1717
    18 You can easily add hover effects using an image & embed them in separate page post or widgets via shortcode. 
     18You can easily add hover effects using an image & embed them in separate page post or widgets via shortcode.
    1919
    2020
     
    8181Installing this plugin as regular wordpress plugin.
    8282
    83 After install, this plugin enable a custom post called <strong>Hover Effects</strong>. Add items on that custom post (watch video tutorial or see screenshots). 
    84 After adding items, copy the shortcode (see screenshots) and paste it in your post, page, widget or anywhere you like. 
     83After install, this plugin enable a custom post called <strong>Hover Effects</strong>. Add items on that custom post (watch video tutorial or see screenshots).
     84After adding items, copy the shortcode (see screenshots) and paste it in your post, page, widget or anywhere you like.
    8585
    8686Go to page > Add New. On the editor, paste the shortcode and you are done.
     
    9797
    9898== Changelog ==
     99
     100= 2.1.0 =
     101* New feature added
    99102
    100103= 2.0.9 =
     
    131134== Upgrade Notice ==
    132135
     136= 2.1.0 =
     137* New feature added
     138
    133139= 2.0.9 =
    134140* WordPress 5 ready
Note: See TracChangeset for help on using the changeset viewer.