Plugin Directory

Changeset 3267275


Ignore:
Timestamp:
04/05/2025 03:03:53 PM (12 months ago)
Author:
ajitdas
Message:

version 1.1.2 released

Location:
devs-accounting
Files:
923 added
3 edited

Legend:

Unmodified
Added
Removed
  • devs-accounting/trunk/devs-accounting.php

    r3260694 r3267275  
    33* Plugin Name: Devs Accounting
    44* Description: A simple wordpress plugin to manage stocks inventory, income, expense, invoice, bills, customers, reports.
    5 * Version: 1.1.1
     5* Version: 1.1.2
    66* Author: DevsBrain
    77* Author URI: https://devsbrain.com
  • devs-accounting/trunk/package.json

    r3207884 r3267275  
    11{
    22  "name": "devs-accounting",
    3   "version": "1.0.8",
     3  "version": "1.1.2",
    44  "description": "",
    55  "scripts": {
     
    77    "sync": "browser-sync start -p 'myexample.local' --files '**/*.php' 'build/*.js' 'build/*.css'",
    88    "build": "npm-run-all --sequential buildwp tailwindbuild",
    9     "buildwp": "wp-scripts build src/admin.js",
    10     "wpstart": "wp-scripts start src/admin.js",
     9    "buildwp": "wp-scripts build src/admin.js src/frontend.js",
     10    "wpstart": "wp-scripts start src/admin.js src/frontend.js",
    1111    "start": "npm-run-all --parallel wpstart tailwindwatch",
    1212    "tailwindbuild": "tailwindcss -i ./src/index.css -o ./build/index.css --postcss --minify",
     
    2828  },
    2929  "dependencies": {
     30    "@emailjs/browser": "^4.4.1",
     31    "@paypal/react-paypal-js": "^8.8.2",
     32    "apexcharts": "^3.49.2",
    3033    "axios": "^1.7.7",
    3134    "browser-sync": "^3.0.3",
    32     "apexcharts": "^3.49.2",
     35    "emailjs-com": "^3.2.0",
     36    "html2pdf.js": "^0.9.0",
     37    "pdf-lib": "^1.17.1",
     38    "react": "^18.3.1",
    3339    "react-apexcharts": "^1.4.1",
    34     "react": "^18.3.1",
    3540    "react-dom": "^18.3.1",
    3641    "react-icons": "^5.0.1",
    3742    "react-router-dom": "^6.27.0",
    38     "react-select": "^5.8.0"
     43    "react-select": "^5.8.0",
     44    "react-spinners": "^0.15.0"
    3945  }
    4046}
  • devs-accounting/trunk/readme.txt

    r3260694 r3267275  
    11# Devs Accounting - All-in-One Accounting Solution
    22Tags: devs accounting, accounting management system, book keeping, invoicing software
    3 Requires at least: 7.4
    4 Tested up to: 6.6
    5 Stable tag: 1.1.1
     3Requires at least: 6.7
     4Tested up to: 6.7.2
     5Stable tag: 1.1.2
    66Requires PHP: 7.4.25
    77License: GPLv2 or later
     
    2222**Bank & Cash Account Management:** Stay in control of all transactions.
    2323
    24 ###EXTRA FEATURES FOR PREMIUM (coming soon)
     24###EXTRA FEATURES FOR PREMIUM
    2525**WooCommerce Product Syncing:** Users can sync their WooCommerce products, inventory, and pricing with DevsAccounting for seamless eCommerce management.
    2626**WooCommerce Order Syncing:** Sync WooCommerce orders with DevsAccounting to track sales, payments, and customer details in real time.
     
    2828**Secure Payment Gateway Integration:** Support for PayPal, Stripe, Paddle, and other gateways to ensure smooth and secure transactions.
    2929
     30[Try the Demo](https://devsbrain.com/wordpress-plugins/devs-accounting/ "Pro Demo Devs Accounting") | [Premium version](https://devsbrain.com/wordpress-plugins/devs-accounting/) | [Documents](https://devsbrain.com/wordpress-plugins/devs-accounting/ "Documents")
    3031
    3132= Privacy =
    3233
    33 This plugin does not connect to any third-party applications. It does not collect or store any user information. This plugin only generates QR Code image.
     34This plugin does not connect to any third-party applications. But you can connect paypal for taking payment . It does not collect or store any user information.
    3435
    3536= Feedback =
    3637Any suggestions or feedback are welcome, thank you for using or trying my plugin. Please let me know about your experience and rate this plugin.
    3738
    38 
     39[GET PRO VERSION](https://devsbrain.com/wordpress-plugins/devs-accounting/)
    3940
    4041= Need Any Help? =
     
    114115- Added WooCommerce order syncing to track sales, payments, and customer details in real time
    115116- Introduced custom pages for login, registration, user profile, and purchase.
    116 - Implemented secure payment gateway support, including PayPal, Stripe, and Paddle
     117- Implemented secure payment gateway support, including PayPal, Stripe (pro), and Paddle (pro)
     118
     119### 1.1.2
     120 - Fix purchase page
     121 - update Signup page
Note: See TracChangeset for help on using the changeset viewer.