Plugin Directory

Changeset 760277


Ignore:
Timestamp:
08/21/2013 07:56:56 PM (13 years ago)
Author:
wordpressapi
Message:

#changed domain name to digcms.com

Location:
alexa-rank-widget/tags
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • alexa-rank-widget/tags/1.0.1/AlexaRankWidget.php

    r209448 r760277  
    55Plugin Name: Alexa Rank Widget
    66
    7 Plugin URI: http://www.wordpressapi.com/wordpress-plugins/
     7Plugin URI: http://www.digcms.com/wp-plugins/
    88
    99Description: Adds a button which allows you to share post on yahoo buzz.
     
    1313Version: 1.0
    1414
    15 Author: Wordpressapi.com
     15Author: digcms.com
    1616
    17 Author URI: http://www.wordpressapi.com
     17Author URI: http://www.digcms.com
    1818
    1919*/
     
    2222
    2323function alexa_rank_load_widget() {
    24     register_widget( 'AlexaRankWordpressapi_Widget' );
     24    register_widget( 'AlexaRankdigcms_Widget' );
    2525}
    2626
    27 class AlexaRankWordpressapi_Widget extends WP_Widget {
     27class AlexaRankdigcms_Widget extends WP_Widget {
    2828
    2929    /**
    3030     * Widget setup.
    3131     */
    32     function AlexaRankWordpressapi_Widget() {
     32    function AlexaRankdigcms_Widget() {
    3333        /* Widget settings. */
    34         $widget_ops = array( 'classname' => 'alexaRankWordpressapi_Widget', 'description' => __('This Widget will show the Alexa website ranking as your choice', 'Alexa_Rank_Widget') );
     34        $widget_ops = array( 'classname' => 'alexaRankdigcms_Widget', 'description' => __('This Widget will show the Alexa website ranking as your choice', 'Alexa_Rank_Widget') );
    3535
    3636        /* Widget control settings. */
     
    9393
    9494        /* Set up some default widget settings. */
    95         $defaults = array( 'title' => __('Alexa Rank', 'Alexa Rank'), 'website_name' => 'wordpressapi.com',  'button_size' => '120x95' );
     95        $defaults = array( 'title' => __('Alexa Rank', 'Alexa Rank'), 'website_name' => 'digcms.com',  'button_size' => '120x95' );
    9696        $instance = wp_parse_args( (array) $instance, $defaults ); ?>
    9797           
  • alexa-rank-widget/tags/1.0.1/readme.txt

    r209491 r760277  
    11=== Alexa Rank Widget ===
    2 Contributors: wordpressapi.com
    3 Donate link: http://wordpressapi.com/
     2Contributors: digcms.com
     3Donate link: http://digcms.com/
    44Tags: Alexa Rank Widget , Alexa Rank, Ranking, widget
    55Requires at least: 2.7.2
     
    88
    99== Description ==
    10 The Alexa Rank Widget easily allows to add widget in wordpress sidebar.
     10The Alexa Rank Widget easily allows to add widget in wp sidebar.
    1111This widget will give to control the website name how you want to show the alexa widget in your sidebar.
    1212using this plugin you will get show options for showing the Alexa rank in side bar.
     
    3030
    31311. Upload the Alexa Rank Widget directory to the /wp-content/plugins/ directory
    32 2. Activate the plugin through the 'Plugins' menu in WordPress
     322. Activate the plugin through the 'Plugins' menu in wp
    33333. Go to "Alexa Rank Widget" option to configure the button
    3434
     
    4141
    4242== Help ==
    43 For help and support please contact us at contact [at] wordpressapi.com
     43For help and support please contact us at contact [at] digcms.com
    4444
    4545== Frequently Asked Questions ==
  • alexa-rank-widget/tags/1.0.2/AlexaRankWidget.php

    r543690 r760277  
    55Plugin Name: Alexa Rank Widget
    66
    7 Plugin URI: http://www.digcms.com/wordpress-plugins/
     7Plugin URI: http://www.digcms.com/wp-plugins/
    88
    99Description: Adds a button which allows you to share post on yahoo buzz.
  • alexa-rank-widget/tags/1.0.2/readme.txt

    r543690 r760277  
    88
    99== Description ==
    10 The Alexa Rank Widget easily allows to add widget in wordpress sidebar.
     10The Alexa Rank Widget easily allows to add widget in wp sidebar.
    1111This widget will give to control the website name how you want to show the alexa widget in your sidebar.
    1212using this plugin you will get show options for showing the Alexa rank in side bar.
     
    3030
    31311. Upload the Alexa Rank Widget directory to the /wp-content/plugins/ directory
    32 2. Activate the plugin through the 'Plugins' menu in WordPress
     322. Activate the plugin through the 'Plugins' menu in wp
    33333. Go to "Alexa Rank Widget" option to configure the button
    3434
  • alexa-rank-widget/tags/1.0/AlexaRankWidget.php

    r209448 r760277  
    55Plugin Name: Alexa Rank Widget
    66
    7 Plugin URI: http://www.wordpressapi.com/wordpress-plugins/
     7Plugin URI: http://www.digcms.com/wp-plugins/
    88
    99Description: Adds a button which allows you to share post on yahoo buzz.
     
    1313Version: 1.0
    1414
    15 Author: Wordpressapi.com
     15Author: digcms.com
    1616
    17 Author URI: http://www.wordpressapi.com
     17Author URI: http://www.digcms.com
    1818
    1919*/
     
    2222
    2323function alexa_rank_load_widget() {
    24     register_widget( 'AlexaRankWordpressapi_Widget' );
     24    register_widget( 'AlexaRankdigcms_Widget' );
    2525}
    2626
    27 class AlexaRankWordpressapi_Widget extends WP_Widget {
     27class AlexaRankdigcms_Widget extends WP_Widget {
    2828
    2929    /**
    3030     * Widget setup.
    3131     */
    32     function AlexaRankWordpressapi_Widget() {
     32    function AlexaRankdigcms_Widget() {
    3333        /* Widget settings. */
    34         $widget_ops = array( 'classname' => 'alexaRankWordpressapi_Widget', 'description' => __('This Widget will show the Alexa website ranking as your choice', 'Alexa_Rank_Widget') );
     34        $widget_ops = array( 'classname' => 'alexaRankdigcms_Widget', 'description' => __('This Widget will show the Alexa website ranking as your choice', 'Alexa_Rank_Widget') );
    3535
    3636        /* Widget control settings. */
     
    9393
    9494        /* Set up some default widget settings. */
    95         $defaults = array( 'title' => __('Alexa Rank', 'Alexa Rank'), 'website_name' => 'wordpressapi.com',  'button_size' => '120x95' );
     95        $defaults = array( 'title' => __('Alexa Rank', 'Alexa Rank'), 'website_name' => 'digcms.com',  'button_size' => '120x95' );
    9696        $instance = wp_parse_args( (array) $instance, $defaults ); ?>
    9797           
  • alexa-rank-widget/tags/1.0/readme.txt

    r209448 r760277  
    11=== Alexa Rank Widget ===
    2 Contributors: wordpressapi.com
    3 Donate link: http://wordpressapi.com/
     2Contributors: digcms.com
     3Donate link: http://digcms.com/
    44Tags: Alexa Rank Widget , Alexa Rank, Ranking, widget
    55Requires at least: 2.7.2
     
    99== Description ==
    1010
    11 The Alexa Rank Widget easily allows to add widget in wordpress sidebar.
     11The Alexa Rank Widget easily allows to add widget in wp sidebar.
    1212This widget will give to control the website name how you want to show the alexa widget in your sidebar.
    1313using this plugin you will get show options for showing the Alexa rank in side bar.
     
    3333
    34341. Upload the Alexa Rank Widget directory to the /wp-content/plugins/ directory
    35 2. Activate the plugin through the 'Plugins' menu in WordPress
     352. Activate the plugin through the 'Plugins' menu in wp
    36363. Go to "Alexa Rank Widget" option to configure the button
    3737
     
    4646== Help ==
    4747
    48 For help and support please contact us at contact [at] wordpressapi.com
     48For help and support please contact us at contact [at] digcms.com
    4949
    5050== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.