Changeset 2511108
- Timestamp:
- 04/07/2021 09:11:53 PM (5 years ago)
- Location:
- datacake-core
- Files:
-
- 1 deleted
- 3 edited
- 11 copied
-
tags/1.1.10 (deleted)
-
tags/1.1.11 (copied) (copied from datacake-core/trunk)
-
tags/1.1.11/LICENSE.txt (copied) (copied from datacake-core/trunk/LICENSE.txt)
-
tags/1.1.11/README.md (copied) (copied from datacake-core/trunk/README.md) (1 diff)
-
tags/1.1.11/README.txt (copied) (copied from datacake-core/trunk/README.txt) (1 diff)
-
tags/1.1.11/datacake_core.php (copied) (copied from datacake-core/trunk/datacake_core.php) (2 diffs)
-
tags/1.1.11/index.php (copied) (copied from datacake-core/trunk/index.php)
-
tags/1.1.11/src (copied) (copied from datacake-core/trunk/src)
-
tags/1.1.11/src/Models/IspCity.php (copied) (copied from datacake-core/trunk/src/Models/IspCity.php)
-
tags/1.1.11/src/Shortcodes/CityShortcode.php (copied) (copied from datacake-core/trunk/src/Shortcodes/CityShortcode.php)
-
tags/1.1.11/uninstall.php (copied) (copied from datacake-core/trunk/uninstall.php)
-
tags/1.1.11/vendor (copied) (copied from datacake-core/trunk/vendor)
-
trunk/README.md (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/datacake_core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
datacake-core/tags/1.1.11/README.md
r2510068 r2511108 15 15 City SEO, this will replicate a text changing the city in the text for SEO purposes 16 16 17 * Version: V1.1.1 017 * Version: V1.1.11 18 18 19 19 -
datacake-core/tags/1.1.11/README.txt
r2510068 r2511108 6 6 Tested up to: 5.7.0 7 7 Requires PHP: 7.2 8 Stable tag: 1.1.1 09 Last Tag: 1.1. 98 Stable tag: 1.1.11 9 Last Tag: 1.1.10 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
datacake-core/tags/1.1.11/datacake_core.php
r2510068 r2511108 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.1.1 018 * Version: 1.1.11 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.1.1 0' );38 define( 'DATACAKE_CORE_VERSION', '1.1.11' ); 39 39 40 40 require_once __DIR__ . '/vendor/autoload.php'; -
datacake-core/trunk/README.md
r2510068 r2511108 15 15 City SEO, this will replicate a text changing the city in the text for SEO purposes 16 16 17 * Version: V1.1.1 017 * Version: V1.1.11 18 18 19 19 -
datacake-core/trunk/README.txt
r2510068 r2511108 6 6 Tested up to: 5.7.0 7 7 Requires PHP: 7.2 8 Stable tag: 1.1.1 09 Last Tag: 1.1. 98 Stable tag: 1.1.11 9 Last Tag: 1.1.10 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
datacake-core/trunk/datacake_core.php
r2510068 r2511108 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.1.1 018 * Version: 1.1.11 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.1.1 0' );38 define( 'DATACAKE_CORE_VERSION', '1.1.11' ); 39 39 40 40 require_once __DIR__ . '/vendor/autoload.php';
Note: See TracChangeset
for help on using the changeset viewer.