Changeset 2539285
- Timestamp:
- 05/29/2021 03:38:00 AM (5 years ago)
- Location:
- brads-entity-attribute-value-database
- Files:
-
- 2 edited
- 6 copied
-
tags/2.11 (copied) (copied from brads-entity-attribute-value-database/trunk)
-
tags/2.11/entity-attribute-value-database.php (copied) (copied from brads-entity-attribute-value-database/trunk/entity-attribute-value-database.php) (1 diff)
-
tags/2.11/includes/admin_menu.php (copied) (copied from brads-entity-attribute-value-database/trunk/includes/admin_menu.php)
-
tags/2.11/includes/shortcodes.php (copied) (copied from brads-entity-attribute-value-database/trunk/includes/shortcodes.php)
-
tags/2.11/readme.txt (copied) (copied from brads-entity-attribute-value-database/trunk/readme.txt) (3 diffs)
-
tags/2.11/uninstall.php (copied) (copied from brads-entity-attribute-value-database/trunk/uninstall.php)
-
trunk/entity-attribute-value-database.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
brads-entity-attribute-value-database/tags/2.11/entity-attribute-value-database.php
r2539253 r2539285 4 4 * Plugin URI: http://mobilebsmith.hopto.org 5 5 * Description: Brad's Entity Attribute Value Database 6 * Version: 2.1 06 * Version: 2.11 7 7 * Author: Bradley Smith 8 8 * Author URI: http://mobilebsmith.hopto.org -
brads-entity-attribute-value-database/tags/2.11/readme.txt
r2539260 r2539285 8 8 Requires at least: 5.6 9 9 Tested up to: 5.7 10 Stable tag: 2.1 011 Version: 2.1 010 Stable tag: 2.11 11 Version: 2.11 12 12 License: GPLv2 or later 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 26 26 Okay 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. 27 27 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.28 As 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. 29 29 30 30 This first version is more of a proof of concept and to see what others think as I develop more. … … 84 84 85 85 == Changelog == 86 = v2.11 [5/28/2021] 87 * fixed package, trunk was included - must be still learning 88 89 86 90 = v2.10 [5/28/2021] 87 91 * updated/fixed/add shortcuts -
brads-entity-attribute-value-database/trunk/entity-attribute-value-database.php
r2539253 r2539285 4 4 * Plugin URI: http://mobilebsmith.hopto.org 5 5 * Description: Brad's Entity Attribute Value Database 6 * Version: 2.1 06 * Version: 2.11 7 7 * Author: Bradley Smith 8 8 * Author URI: http://mobilebsmith.hopto.org -
brads-entity-attribute-value-database/trunk/readme.txt
r2539260 r2539285 8 8 Requires at least: 5.6 9 9 Tested up to: 5.7 10 Stable tag: 2.1 011 Version: 2.1 010 Stable tag: 2.11 11 Version: 2.11 12 12 License: GPLv2 or later 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 26 26 Okay 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. 27 27 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.28 As 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. 29 29 30 30 This first version is more of a proof of concept and to see what others think as I develop more. … … 84 84 85 85 == Changelog == 86 = v2.11 [5/28/2021] 87 * fixed package, trunk was included - must be still learning 88 89 86 90 = v2.10 [5/28/2021] 87 91 * updated/fixed/add shortcuts
Note: See TracChangeset
for help on using the changeset viewer.