Changeset 2699105
- Timestamp:
- 03/24/2022 06:28:09 PM (4 years ago)
- Location:
- datacake-core
- Files:
-
- 11 deleted
- 6 edited
- 1 copied
-
tags/1.2.5 (deleted)
-
tags/1.2.6 (copied) (copied from datacake-core/trunk)
-
tags/1.2.6/README.md (modified) (1 diff)
-
tags/1.2.6/README.txt (modified) (1 diff)
-
tags/1.2.6/bitbucket-pipelines.yml (deleted)
-
tags/1.2.6/composer.json (deleted)
-
tags/1.2.6/composer.lock (deleted)
-
tags/1.2.6/composer.phar (deleted)
-
tags/1.2.6/datacake_core.php (modified) (2 diffs)
-
tags/1.2.6/how-to-svn.md (deleted)
-
trunk/README.md (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/bitbucket-pipelines.yml (deleted)
-
trunk/composer.json (deleted)
-
trunk/composer.lock (deleted)
-
trunk/composer.phar (deleted)
-
trunk/datacake_core.php (modified) (2 diffs)
-
trunk/how-to-svn.md (deleted)
Legend:
- Unmodified
- Added
- Removed
-
datacake-core/tags/1.2.6/README.md
r2699097 r2699105 16 16 City SEO, this will replicate a text changing the city in the text for SEO purposes 17 17 18 * Version: V1.2. 518 * Version: V1.2.6 19 19 20 20 -
datacake-core/tags/1.2.6/README.txt
r2699097 r2699105 6 6 Tested up to: 5.9.2 7 7 Requires PHP: 7.2 8 Stable tag: 1.2. 59 Last Tag: 1.2. 48 Stable tag: 1.2.6 9 Last Tag: 1.2.5 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
datacake-core/tags/1.2.6/datacake_core.php
r2699097 r2699105 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. 518 * Version: 1.2.6 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. 5' );38 define( 'DATACAKE_CORE_VERSION', '1.2.6' ); 39 39 40 40 require_once __DIR__ . '/vendor/autoload.php'; -
datacake-core/trunk/README.md
r2699097 r2699105 16 16 City SEO, this will replicate a text changing the city in the text for SEO purposes 17 17 18 * Version: V1.2. 518 * Version: V1.2.6 19 19 20 20 -
datacake-core/trunk/README.txt
r2699097 r2699105 6 6 Tested up to: 5.9.2 7 7 Requires PHP: 7.2 8 Stable tag: 1.2. 59 Last Tag: 1.2. 48 Stable tag: 1.2.6 9 Last Tag: 1.2.5 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
r2699097 r2699105 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. 518 * Version: 1.2.6 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. 5' );38 define( 'DATACAKE_CORE_VERSION', '1.2.6' ); 39 39 40 40 require_once __DIR__ . '/vendor/autoload.php';
Note: See TracChangeset
for help on using the changeset viewer.