Plugin Directory

Changeset 674701


Ignore:
Timestamp:
02/28/2013 05:58:45 PM (13 years ago)
Author:
mch0lic
Message:

pushing WP Finance 1.3.4

Location:
wp-finance/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-finance/trunk/components/wpf_configure.php

    r673184 r674701  
    6666    $accounting = array(
    6767      'single' => __('Shared account', $this->domain),
    68       'individual' => __('Separate account for each user')
     68      'individual' => __('Separate account for each user', $this->domain)
    6969    );   
    7070    $roles = apply_filters('editable_roles', $wp_roles->roles);
  • wp-finance/trunk/readme.txt

    r673184 r674701  
    11=== WP Finance ===
    2 Contributors: MindoMobile
     2Contributors: MindoMobile, aldoanizio
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F46P9W3FSA9GN
    4 Tags: accounting, finance, accounting software, accounting business, accounting system, programs for accounting, accounting applications, wordpress money, wordpress, finance managament, admin
     4Tags: accounting, finance, accounting software, accounting business, accounting system, programs for accounting, accounting applications, wordpress money, wordpress, finance management, admin
    55Requires at least: 2.6.5
    66Tested up to: 3.5.1
    7 Stable tag: 1.3.3
     7Stable tag: 1.3.4
     8License: GPLv2 or later
    89
    9 Manage your financial records directly in your wordpress admin panel!
     10Manage your financial records from your Wordpress admin panel!
    1011
    1112== Description ==
    1213
    13 WP Finance allows you to create and manage financial records as well as to give an overview of current financial status. You can simply add new income or expense lines into report as well as edit and remove those records.
     14WP Finance provides easy to use interface to create and manage your financial records in your personal or commercial blog. All financial statements can be later disclosed to your blog visitors by embedding short code into the blog post or custom page.
    1415
    15 You can help us to enrich WP Finance by suggesting new features, tips how we could increase your productivity while using WP Finance or report existing bugs [here](http://mindomobile.com/contact-us/). We appreciate any help!
     16You can help us to improve WP Finance by suggesting new features, tips how we could increase your productivity while using WP Finance or report existing bugs [here](http://mindomobile.com/contact-us/). We appreciate any help!
    1617
    1718Become our [**Facebook**](http://www.facebook.com/MindoMobileSolutions) fan to keep up with the latest updates. You can also find us on **Google+** circles [here](https://plus.google.com/116940685804905541644).
     
    1920ENJOY!
    2021
    21 NOTE: New release of the plugin has numerous of new text string that were not translated into French or any other language. Please submit your translations if you wish to have them included with next revision of WP Finance.
     22NOTE: New releases of the plugin always have numerous of untranslated text strings that are waiting to be translated. Please, submit your translations if you wish to have them included into official release of plugin.
    2223
    2324== Installation ==
     
    3637== Upgrade Notice ==
    3738
    38 To upgrade plugin, please copy and replace all existing files in wp-finance directory. All necassary adjustments by the plugin will be done automatically. You can also update plugin using standard WordPress Update Manager!
     39To upgrade plugin, please copy and replace all existing files in wp-finance directory. All necessary adjustments by the plugin will be done automatically. You can also update plugin using standard WordPress Update Manager!
    3940
    4041== Screenshots ==
     
    5051You can contact us by email wpfinance@mindomobile.com or you can leave us a message in contact form http://mindomobile.com/contact-us/. Moreover, you can also post a thread in [Wordpress support forum](http://wordpress.org/support/plugin/wp-finance) but you should keep in mind it might take some time to respond to your problem.
    5152
    52 = I prepared the translations for the WP Finance. How I to upload it? =
     53= I prepared the translations for the WP Finance. How I can upload it? =
    5354
    54 You can simply send the translation files to our email wpfinance@mindomobile.com and we would pack it within the next release of the plugin. Please, do not forget to include *.po and *.mo files.
     55You can simply send the translation files to our email wpfinance@mindomobile.com and we would pack it within the next release of the plugin. Please, do not forget to include *.po and *.mo files as well as your Wordpress username for credits!
    5556
    5657== Change Log ==
     58= 1.3.4 =
     59* New: Brazilian Portuguese translation added (submitted by aldoanizio).
     60* Fix: Small bug fixes.
     61* Fix: README update.
     62
    5763= 1.3.3 =
    5864* Fix: Foreach loop warning fixed.
     
    6571= 1.3.1 =
    6672* New: Added roles (suggested by Sven)
    67 * New: Seperate accounting for each blog user option added.
     73* New: Separate accounting for each blog user option added.
    6874* New: CSS editor for shortcode styles and CSS presets.
    6975
     
    113119* New: Chart added for visual representation of current financial status.
    114120* New: Currency for report can now be defined in WP Finance settings.
    115 * Fix: WP Finance managment options were moved into separate menu.
     121* Fix: WP Finance management options were moved into separate menu.
    116122* Fix: Date pick fields are now represented with calendar icon in input field.
    117123* Fix: Report filtering is now enhanced allowing to choose the period of time manually.
  • wp-finance/trunk/wp-finance.php

    r673184 r674701  
    44Plugin URI: http://mindomobile.com
    55Description: This plugin allows you to manage your financial records using Wordpress.
    6 Version: 1.3.3
     6Version: 1.3.4
    77Author: MindoMobile
    88License: GPL2
     
    1818{
    1919   var $name = "WP Finance";
    20    var $ver = "1.3.3";
     20   var $ver = "1.3.4";
    2121   var $domain = "wpfinance";
    2222   var $c_path = "components/";        // components dir
Note: See TracChangeset for help on using the changeset viewer.