Plugin Directory

Changeset 2539285


Ignore:
Timestamp:
05/29/2021 03:38:00 AM (5 years ago)
Author:
mobilebsmith
Message:

Fixing Package in v2.11

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

Legend:

Unmodified
Added
Removed
  • brads-entity-attribute-value-database/tags/2.11/entity-attribute-value-database.php

    r2539253 r2539285  
    44* Plugin URI: http://mobilebsmith.hopto.org
    55* Description: Brad's Entity Attribute Value Database
    6 * Version: 2.10
     6* Version: 2.11
    77* Author: Bradley Smith
    88* Author URI: http://mobilebsmith.hopto.org
  • brads-entity-attribute-value-database/tags/2.11/readme.txt

    r2539260 r2539285  
    88Requires at least: 5.6
    99Tested up to: 5.7
    10 Stable tag: 2.10
    11 Version: 2.10
     10Stable tag: 2.11
     11Version: 2.11
    1212License: GPLv2 or later
    1313License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2626Okay so inshort this plugin is meant to allow people to track items (people,cars,etc) without the need to create a database table for each thing. All data is currently stored in 4 tables.
    2727
    28 As things progress hopefully I will get parent/child, default values, incrementing values, and many other things going. This is of course the first plugin I have released, so as always I am looking for ways to do things better.
     28As things progress hopefully I will get default values, incrementing values, and many other things going. This is of course the first plugin I have released, so as always I am looking for ways to do things better.
    2929
    3030This first version is more of a proof of concept and to see what others think as I develop more.
     
    8484
    8585== Changelog ==
     86= v2.11 [5/28/2021]
     87* fixed package, trunk was included - must be still learning
     88
     89
    8690= v2.10 [5/28/2021]
    8791* updated/fixed/add shortcuts
  • brads-entity-attribute-value-database/trunk/entity-attribute-value-database.php

    r2539253 r2539285  
    44* Plugin URI: http://mobilebsmith.hopto.org
    55* Description: Brad's Entity Attribute Value Database
    6 * Version: 2.10
     6* Version: 2.11
    77* Author: Bradley Smith
    88* Author URI: http://mobilebsmith.hopto.org
  • brads-entity-attribute-value-database/trunk/readme.txt

    r2539260 r2539285  
    88Requires at least: 5.6
    99Tested up to: 5.7
    10 Stable tag: 2.10
    11 Version: 2.10
     10Stable tag: 2.11
     11Version: 2.11
    1212License: GPLv2 or later
    1313License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2626Okay so inshort this plugin is meant to allow people to track items (people,cars,etc) without the need to create a database table for each thing. All data is currently stored in 4 tables.
    2727
    28 As things progress hopefully I will get parent/child, default values, incrementing values, and many other things going. This is of course the first plugin I have released, so as always I am looking for ways to do things better.
     28As things progress hopefully I will get default values, incrementing values, and many other things going. This is of course the first plugin I have released, so as always I am looking for ways to do things better.
    2929
    3030This first version is more of a proof of concept and to see what others think as I develop more.
     
    8484
    8585== Changelog ==
     86= v2.11 [5/28/2021]
     87* fixed package, trunk was included - must be still learning
     88
     89
    8690= v2.10 [5/28/2021]
    8791* updated/fixed/add shortcuts
Note: See TracChangeset for help on using the changeset viewer.