Plugin Directory

Changeset 2539260


Ignore:
Timestamp:
05/29/2021 02:02:50 AM (5 years ago)
Author:
mobilebsmith
Message:

Tagging version 2.10

Location:
brads-entity-attribute-value-database
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • brads-entity-attribute-value-database/tags/2.10/trunk/readme.txt

    r2507801 r2539260  
    88Requires at least: 5.6
    99Tested up to: 5.7
    10 Stable tag: 2.09
    11 Version: 2.09
     10Stable tag: 2.10
     11Version: 2.10
    1212License: GPLv2 or later
    1313License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4141[eav_tbl table=tablenamehere] - currently this shows all the rows in for the table in the argument
    4242    - there is an additional option allowupd=y will allow the person to update the record
     43    - also you can use flds=2,4,6 which will only show fields 2,4,6 - order must be low to high
    4344[eav_add table=tablenamehere] - currently this allows you insert values into the table in the argument
    4445
     
    4950[eav_endadd] - this is the shortcode you use to close the form, you can only have 1 eav_startadd/eav_endadd combination
    5051
     52There are 2 demo apps that you can see how things are done
     53- Guest Registration, this will create a all the fields, records and a page which will show you how to create a data entry page
     54- Apache Log, this will install record,field that you can now use the apache shortcut to load apache web data
    5155
    5256== Frequently Asked Questions ==
     
    8084
    8185== Changelog ==
     86= v2.10 [5/28/2021]
     87* updated/fixed/add shortcuts
     88
    8289= v2.09 [4/1/2021]
    8390* updated tags incorrect - still learning.
  • brads-entity-attribute-value-database/trunk/readme.txt

    r2507801 r2539260  
    88Requires at least: 5.6
    99Tested up to: 5.7
    10 Stable tag: 2.09
    11 Version: 2.09
     10Stable tag: 2.10
     11Version: 2.10
    1212License: GPLv2 or later
    1313License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4141[eav_tbl table=tablenamehere] - currently this shows all the rows in for the table in the argument
    4242    - there is an additional option allowupd=y will allow the person to update the record
     43    - also you can use flds=2,4,6 which will only show fields 2,4,6 - order must be low to high
    4344[eav_add table=tablenamehere] - currently this allows you insert values into the table in the argument
    4445
     
    4950[eav_endadd] - this is the shortcode you use to close the form, you can only have 1 eav_startadd/eav_endadd combination
    5051
     52There are 2 demo apps that you can see how things are done
     53- Guest Registration, this will create a all the fields, records and a page which will show you how to create a data entry page
     54- Apache Log, this will install record,field that you can now use the apache shortcut to load apache web data
    5155
    5256== Frequently Asked Questions ==
     
    8084
    8185== Changelog ==
     86= v2.10 [5/28/2021]
     87* updated/fixed/add shortcuts
     88
    8289= v2.09 [4/1/2021]
    8390* updated tags incorrect - still learning.
Note: See TracChangeset for help on using the changeset viewer.