Plugin Directory

Changeset 3019080

Timestamp:
01/09/2024 06:30:49 AM (7 months ago)
Author:
them.es
Message:

updated trunk

Location:
billy
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • billy/tags/1.7.1/readme.txt

    r3018666 r3019080  
    1616Preparing invoices and quotes can be time consuming. This plugin helps you speed-up your billing process, from creating invoices or quotes, minimizing any potential errors to getting paid faster.
    1717Create an electronic invoice, a quote or accounting records in just a matter of minutes with the block-based WordPress editor. Invoice numbers are generated automatically in unique and sequential order. For convenience reasons the totals of the table rows are calculated in _What You See Is What You Get_ real-time.
    18 Global settings like your name, your address, the invoice number format, tax rates and the currency can be defined in the Customizer. The billing header can be branded with your logo. Any frontend styles will be inherited from the theme so you please make sure the theme you've installed on your site fully supports the Block editor.
     18Global settings like your name, your address, the invoice number format, tax rates and the currency can be defined in the Customizer. The e installed on your site fully supports the Block editor.
    1919
    2020= Target group? =
     
    5656= Dependencies? =
    5757
    58 * There are no third-party dependencies required. If you use the latest WordPress version with a block based WordPress theme you are good to go.
     58* There are no third-party dependencies requiredf you use the latest WordPress version with a block based WordPress theme you are good to go.
    5959
    6060= Contribution? =
  • billy/trunk/blocks/build/index.asset.php

    r3018666 r3019080  
    1 <?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-server-side-render'), 'version' => '8bc18a4f95bf80d302d0');
     1<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-server-side-render'), 'version' => '');
  • billy/trunk/readme.txt

    r3018666 r3019080  
    1616Preparing invoices and quotes can be time consuming. This plugin helps you speed-up your billing process, from creating invoices or quotes, minimizing any potential errors to getting paid faster.
    1717Create an electronic invoice, a quote or accounting records in just a matter of minutes with the block-based WordPress editor. Invoice numbers are generated automatically in unique and sequential order. For convenience reasons the totals of the table rows are calculated in _What You See Is What You Get_ real-time.
    18 Global settings like your name, your address, the invoice number format, tax rates and the currency can be defined in the Customizer. The billing header can be branded with your logo. Any frontend styles will be inherited from the theme so you please make sure the theme you've installed on your site fully supports the Block editor.
     18Global settings like your name, your address, the invoice number format, tax rates and the currency can be defined in the Customizer. The e installed on your site fully supports the Block editor.
    1919
    2020= Target group? =
     
    5656= Dependencies? =
    5757
    58 * There are no third-party dependencies required. If you use the latest WordPress version with a block based WordPress theme you are good to go.
     58* There are no third-party dependencies requiredf you use the latest WordPress version with a block based WordPress theme you are good to go.
    5959
    6060= Contribution? =
  • billy/trunk/vendor/composer/installed.php

    r3018666 r3019080  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '3e1e82fb1162ea1e81dab919da53f954818a711d',
     6        'reference' => '',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '3e1e82fb1162ea1e81dab919da53f954818a711d',
     16            'reference' => '',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.