Changeset 2699009
- Timestamp:
- 03/24/2022 03:00:05 PM (4 years ago)
- Location:
- datacake-core
- Files:
-
- 28 added
- 1 deleted
- 2 edited
- 20 copied
-
tags/1.2.1 (deleted)
-
tags/1.2.2 (copied) (copied from datacake-core/trunk)
-
tags/1.2.2/README.md (copied) (copied from datacake-core/trunk/README.md) (1 diff)
-
tags/1.2.2/README.txt (copied) (copied from datacake-core/trunk/README.txt)
-
tags/1.2.2/datacake_core.php (copied) (copied from datacake-core/trunk/datacake_core.php) (2 diffs)
-
tags/1.2.2/src/Admin/ApiViews (copied) (copied from datacake-core/trunk/src/Admin/ApiViews)
-
tags/1.2.2/src/Admin/Crud/BaseCrud.php (copied) (copied from datacake-core/trunk/src/Admin/Crud/BaseCrud.php)
-
tags/1.2.2/src/Admin/Crud/CityCrud.php (copied) (copied from datacake-core/trunk/src/Admin/Crud/CityCrud.php)
-
tags/1.2.2/src/Admin/Crud/PlanCrud.php (added)
-
tags/1.2.2/src/Admin/Crud/RedirectCrud.php (copied) (copied from datacake-core/trunk/src/Admin/Crud/RedirectCrud.php)
-
tags/1.2.2/src/Admin/DatacakeCoreAdmin.php (copied) (copied from datacake-core/trunk/src/Admin/DatacakeCoreAdmin.php)
-
tags/1.2.2/src/Admin/Meta (copied) (copied from datacake-core/trunk/src/Admin/Meta)
-
tags/1.2.2/src/Admin/css/datacake_core-admin.css (copied) (copied from datacake-core/trunk/src/Admin/css/datacake_core-admin.css)
-
tags/1.2.2/src/Admin/js/datacake_core-admin.js (copied) (copied from datacake-core/trunk/src/Admin/js/datacake_core-admin.js)
-
tags/1.2.2/src/Includes/DatacakeCore.php (copied) (copied from datacake-core/trunk/src/Includes/DatacakeCore.php)
-
tags/1.2.2/src/Includes/DatacakeCoreActivator.php (copied) (copied from datacake-core/trunk/src/Includes/DatacakeCoreActivator.php)
-
tags/1.2.2/src/Models/IspCity.php (copied) (copied from datacake-core/trunk/src/Models/IspCity.php)
-
tags/1.2.2/src/Pub/DatacakeCorePublic.php (copied) (copied from datacake-core/trunk/src/Pub/DatacakeCorePublic.php)
-
tags/1.2.2/src/Pub/css/datacake_core-public.css (copied) (copied from datacake-core/trunk/src/Pub/css/datacake_core-public.css)
-
tags/1.2.2/src/Pub/images/tv-icon.png (added)
-
tags/1.2.2/src/Pub/js/datacake_core-public.js (copied) (copied from datacake-core/trunk/src/Pub/js/datacake_core-public.js)
-
tags/1.2.2/src/Shortcodes/ChannelShortCode.php (added)
-
tags/1.2.2/src/Shortcodes/CityShortcode.php (copied) (copied from datacake-core/trunk/src/Shortcodes/CityShortcode.php)
-
tags/1.2.2/src/Wda/BaseApi.php (copied) (copied from datacake-core/trunk/src/Wda/BaseApi.php)
-
tags/1.2.2/src/Wda/ChannelApi.php (added)
-
tags/1.2.2/src/Wda/ChannelGroupApi.php (added)
-
tags/1.2.2/src/Wda/ChannelTypeApi.php (added)
-
tags/1.2.2/src/Wda/ProductApi.php (added)
-
tags/1.2.2/src/Wda/ProductAttributeApi.php (added)
-
tags/1.2.2/src/Wda/ProductAttributeOptionApi.php (added)
-
tags/1.2.2/src/Wda/ProductCategoryApi.php (added)
-
tags/1.2.2/src/Wda/ProductMediaApi.php (added)
-
tags/1.2.2/src/Wda/ProductOptionsApi.php (added)
-
tags/1.2.2/src/Wda/ProductTagApi.php (added)
-
tags/1.2.2/src/Wda/ProductTypeApi.php (added)
-
trunk/README.md (modified) (1 diff)
-
trunk/datacake_core.php (modified) (2 diffs)
-
trunk/src/Admin/Crud/PlanCrud.php (added)
-
trunk/src/Pub/images/tv-icon.png (added)
-
trunk/src/Shortcodes/ChannelShortCode.php (added)
-
trunk/src/Wda/ChannelApi.php (added)
-
trunk/src/Wda/ChannelGroupApi.php (added)
-
trunk/src/Wda/ChannelTypeApi.php (added)
-
trunk/src/Wda/ProductApi.php (added)
-
trunk/src/Wda/ProductAttributeApi.php (added)
-
trunk/src/Wda/ProductAttributeOptionApi.php (added)
-
trunk/src/Wda/ProductCategoryApi.php (added)
-
trunk/src/Wda/ProductMediaApi.php (added)
-
trunk/src/Wda/ProductOptionsApi.php (added)
-
trunk/src/Wda/ProductTagApi.php (added)
-
trunk/src/Wda/ProductTypeApi.php (added)
Legend:
- Unmodified
- Added
- Removed
-
datacake-core/tags/1.2.2/README.md
r2698991 r2699009 16 16 City SEO, this will replicate a text changing the city in the text for SEO purposes 17 17 18 * Version: V1.2. 118 * Version: V1.2.2 19 19 20 20 -
datacake-core/tags/1.2.2/datacake_core.php
r2698991 r2699009 16 16 * Plugin URI: http://www.datacake.com.br 17 17 * Description: Plugin Datacake para linkar com as Funcionalidade do Data ISP/ISP OG - Redirecionar cidade baseada no cookie 18 * Version: 1.2. 118 * Version: 1.2.2 19 19 * Author: Paulo Peres Jr 20 20 * Author URI: https://github.com/PauloPeres … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'DATACAKE_CORE_VERSION', '1.2. 1' );38 define( 'DATACAKE_CORE_VERSION', '1.2.2' ); 39 39 40 40 require_once __DIR__ . '/vendor/autoload.php'; -
datacake-core/trunk/README.md
r2698991 r2699009 16 16 City SEO, this will replicate a text changing the city in the text for SEO purposes 17 17 18 * Version: V1.2. 118 * Version: V1.2.2 19 19 20 20 -
datacake-core/trunk/datacake_core.php
r2698991 r2699009 16 16 * Plugin URI: http://www.datacake.com.br 17 17 * Description: Plugin Datacake para linkar com as Funcionalidade do Data ISP/ISP OG - Redirecionar cidade baseada no cookie 18 * Version: 1.2. 118 * Version: 1.2.2 19 19 * Author: Paulo Peres Jr 20 20 * Author URI: https://github.com/PauloPeres … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'DATACAKE_CORE_VERSION', '1.2. 1' );38 define( 'DATACAKE_CORE_VERSION', '1.2.2' ); 39 39 40 40 require_once __DIR__ . '/vendor/autoload.php';
Note: See TracChangeset
for help on using the changeset viewer.