Changeset 674701
- Timestamp:
- 02/28/2013 05:58:45 PM (13 years ago)
- Location:
- wp-finance/trunk
- Files:
-
- 2 added
- 3 edited
-
components/wpf_configure.php (modified) (1 diff)
-
languages/wpfinance-pt_BR.mo (added)
-
languages/wpfinance-pt_BR.po (added)
-
readme.txt (modified) (6 diffs)
-
wp-finance.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-finance/trunk/components/wpf_configure.php
r673184 r674701 66 66 $accounting = array( 67 67 'single' => __('Shared account', $this->domain), 68 'individual' => __('Separate account for each user' )68 'individual' => __('Separate account for each user', $this->domain) 69 69 ); 70 70 $roles = apply_filters('editable_roles', $wp_roles->roles); -
wp-finance/trunk/readme.txt
r673184 r674701 1 1 === WP Finance === 2 Contributors: MindoMobile 2 Contributors: MindoMobile, aldoanizio 3 3 Donate 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 manag ament, admin4 Tags: accounting, finance, accounting software, accounting business, accounting system, programs for accounting, accounting applications, wordpress money, wordpress, finance management, admin 5 5 Requires at least: 2.6.5 6 6 Tested up to: 3.5.1 7 Stable tag: 1.3.3 7 Stable tag: 1.3.4 8 License: GPLv2 or later 8 9 9 Manage your financial records directly in your wordpress admin panel!10 Manage your financial records from your Wordpress admin panel! 10 11 11 12 == Description == 12 13 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.14 WP 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. 14 15 15 You can help us to enrichWP 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!16 You 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! 16 17 17 18 Become 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). … … 19 20 ENJOY! 20 21 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.22 NOTE: 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. 22 23 23 24 == Installation == … … 36 37 == Upgrade Notice == 37 38 38 To upgrade plugin, please copy and replace all existing files in wp-finance directory. All nec assary adjustments by the plugin will be done automatically. You can also update plugin using standard WordPress Update Manager!39 To 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! 39 40 40 41 == Screenshots == … … 50 51 You 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. 51 52 52 = I prepared the translations for the WP Finance. How I toupload it? =53 = I prepared the translations for the WP Finance. How I can upload it? = 53 54 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 .55 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 as well as your Wordpress username for credits! 55 56 56 57 == 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 57 63 = 1.3.3 = 58 64 * Fix: Foreach loop warning fixed. … … 65 71 = 1.3.1 = 66 72 * New: Added roles (suggested by Sven) 67 * New: Sep erate accounting for each blog user option added.73 * New: Separate accounting for each blog user option added. 68 74 * New: CSS editor for shortcode styles and CSS presets. 69 75 … … 113 119 * New: Chart added for visual representation of current financial status. 114 120 * New: Currency for report can now be defined in WP Finance settings. 115 * Fix: WP Finance manag ment options were moved into separate menu.121 * Fix: WP Finance management options were moved into separate menu. 116 122 * Fix: Date pick fields are now represented with calendar icon in input field. 117 123 * Fix: Report filtering is now enhanced allowing to choose the period of time manually. -
wp-finance/trunk/wp-finance.php
r673184 r674701 4 4 Plugin URI: http://mindomobile.com 5 5 Description: This plugin allows you to manage your financial records using Wordpress. 6 Version: 1.3. 36 Version: 1.3.4 7 7 Author: MindoMobile 8 8 License: GPL2 … … 18 18 { 19 19 var $name = "WP Finance"; 20 var $ver = "1.3. 3";20 var $ver = "1.3.4"; 21 21 var $domain = "wpfinance"; 22 22 var $c_path = "components/"; // components dir
Note: See TracChangeset
for help on using the changeset viewer.