Plugin Directory

Changeset 465976


Ignore:
Timestamp:
11/22/2011 11:51:30 AM (14 years ago)
Author:
camaleo
Message:

1.1.1 Added some missing images and fixed a minor bug.

Location:
noprofeedorg/trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • noprofeedorg/trunk/class.noprofeed.php

    r465671 r465976  
    2525         * INITIALIZATIONS
    2626         */
     27        define('SAVE_BTN', __('Update Options', NOPROFEED_LOCALE ));
     28        define('SAVE_AND_RELOAD_BTN', __('Update Options and Reload The Feeds Cache', NOPROFEED_LOCALE ));
     29        define('ACTIVATE_BTN', __('Activate', NOPROFEED_LOCALE ));
     30        define('DEACTIVATE_BTN', __('Deactivate', NOPROFEED_LOCALE ));
     31        define('DEACTIVATE_FULL_BTN', __('Fully deactivate', NOPROFEED_LOCALE ));
    2732
    2833        /**
     
    3237        global $wpdb;
    3338
    34         $last_cache_update = get_option('nop_wid_last_cache_update');
     39        $last_cache_update = (int)get_option('nop_wid_last_cache_update');
    3540
    3641        if($_POST['btn']==SAVE_AND_RELOAD_BTN) {
     
    167172                        if(is_admin()) {
    168173
     174
    169175                            echo '<div class="feed_cache_builder_error">'
    170176                                    .'<p>noprofeed.org &mdash; '
     
    174180                                            . __( 'Click here for support', NOPROFEED_LOCALE )
    175181                                        .'</a></p>'
    176 //.$data //debug
     182//.'$data['.$data.']' //debug
    177183                                .'</div>';
    178184                        }
     
    190196                                        . __( 'Click here for support', NOPROFEED_LOCALE )
    191197                                    .'</a></p>'
     198//.'$data['.$data.']' //debug
    192199                            .'</div>';
    193200                    }
     
    266273            }
    267274        }
    268 
    269         define('SAVE_BTN', __('Update Options', NOPROFEED_LOCALE ));
    270         define('SAVE_AND_RELOAD_BTN', __('Update Options and Reload The Feeds Cache', NOPROFEED_LOCALE ));
    271         define('ACTIVATE_BTN', __('Activate', NOPROFEED_LOCALE ));
    272         define('DEACTIVATE_BTN', __('Deactivate', NOPROFEED_LOCALE ));
    273         define('DEACTIVATE_FULL_BTN', __('Fully deactivate', NOPROFEED_LOCALE ));
    274 
    275275
    276276        wp_enqueue_style($this->plugin_slug . '-style-override', $this->url . '/noprofeed-override.css', '', $this->version, 'screen');
  • noprofeedorg/trunk/inc/shared_data.php

    r465625 r465976  
    11<?php
    2 /* automatically created on 2011-11-21 13:23:44 by noprofeed.lan */$langs = array();$categories = array();$regions = array();$langs['en']='English';$langs['fr']='French';$langs['de']='German';$langs['it']='Italian';$langs['pt']='Portuguese';$langs['es']='Spanish; Castilian';$categories['A&W']='Animals & wildlife';$categories['CHI']='Children';$categories['D&G']='Democracy and governance';$categories['DIR']='Disaster recovery';$categories['EDM']='Economic development & microfinance';$categories['EDU']='Education';$categories['E&C']='Environment & climate';$categories['FAM']='Family';$categories['HEA']='Health';$categories['HUR']='Human rights';$categories['HAS']='Humanitarian assistance';$categories['SND']='Special needs & disabilities';$categories['SPO']='Sport';$categories['TEC']='Technology';$categories['WOM']='Women & girls';$regions['AFR']='Africa';$regions['ASI']='Asia';$regions['SAM']='Central America & South America';$regions['CHI']='China';$regions['EUR']='Europe';$regions['MEA']='Middle East';$regions['NAM']='North America';$regions['OCE']='Oceania';$regions['RUS']='Russia';
     2/* automatically created on 2011-11-22 10:47:39 by noprofeed.lan */$langs = array();$categories = array();$regions = array();$langs['en']='English';$langs['fr']='French';$langs['de']='German';$langs['it']='Italian';$langs['pt']='Portuguese';$langs['es']='Spanish; Castilian';$categories['A&W']='Animals & wildlife';$categories['CHI']='Children';$categories['D&G']='Democracy and governance';$categories['DIR']='Disaster recovery';$categories['EDM']='Economic development & microfinance';$categories['EDU']='Education';$categories['E&C']='Environment & climate';$categories['FAM']='Family';$categories['HEA']='Health';$categories['HUR']='Human rights';$categories['HAS']='Humanitarian assistance';$categories['SND']='Special needs & disabilities';$categories['SPO']='Sport';$categories['TEC']='Technology';$categories['WOM']='Women & girls';$regions['AFR']='Africa';$regions['ASI']='Asia';$regions['SAM']='Central America & South America';$regions['CHI']='China';$regions['EUR']='Europe';$regions['MEA']='Middle East';$regions['NAM']='North America';$regions['OCE']='Oceania';$regions['RUS']='Russia';
    33?>
  • noprofeedorg/trunk/noprofeed-override.css

    r465625 r465976  
    1 /* automatically created on 2011-11-21 13:23:30 by noprofeed.lan */
     1/* automatically created on 2011-11-22 10:47:39 by noprofeed.lan */
    22
    33#npf-widget-container{width:310px;}
  • noprofeedorg/trunk/noprofeed.php

    r465625 r465976  
    44Plugin URI: http://noprofeed.org/
    55Description: Help non-profit organizations to spread the word about their activities on the largest possible number of WordPress blogs/sites.
    6 Version: 1.1
     6Version: 1.1.1
    77Author: Ugo Grandolini aka "camaleo"
    88Author URI: http://grandolini.com
  • noprofeedorg/trunk/readme.txt

    r465625 r465976  
    5858== Changelog ==
    5959
     60= 1.1.1 (22 November 2011) =
     61Added some missing images and fixed a minor bug.
     62
    6063= 1.1 (21 November 2011) =
    6164Added the Italian translation - Please help us by translating the plugin in your language!
Note: See TracChangeset for help on using the changeset viewer.