Changeset 2481532
- Timestamp:
- 02/25/2021 02:42:01 PM (5 years ago)
- Location:
- datacake-core
- Files:
-
- 8 edited
- 1 copied
-
tags/1.1.4 (copied) (copied from datacake-core/trunk)
-
tags/1.1.4/README.md (modified) (1 diff)
-
tags/1.1.4/README.txt (modified) (1 diff)
-
tags/1.1.4/datacake_core.php (modified) (2 diffs)
-
tags/1.1.4/src/Includes/DatacakeCoreActivator.php (modified) (2 diffs)
-
trunk/README.md (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/datacake_core.php (modified) (2 diffs)
-
trunk/src/Includes/DatacakeCoreActivator.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
datacake-core/tags/1.1.4/README.md
r2481493 r2481532 15 15 City SEO, this will replicate a text changing the city in the text for SEO purposes 16 16 17 * Version: V1.1. 317 * Version: V1.1.4 18 18 19 19 -
datacake-core/tags/1.1.4/README.txt
r2481493 r2481532 6 6 Tested up to: 5.5.3 7 7 Requires PHP: 7.2 8 Stable tag: 1.1. 38 Stable tag: 1.1.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
datacake-core/tags/1.1.4/datacake_core.php
r2481493 r2481532 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. 318 * Version: 1.1.4 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. 3' );38 define( 'DATACAKE_CORE_VERSION', '1.1.4' ); 39 39 40 40 require_once __DIR__ . '/vendor/autoload.php'; -
datacake-core/tags/1.1.4/src/Includes/DatacakeCoreActivator.php
r2481493 r2481532 36 36 if( ! get_option(self::$config_name,null) ) { 37 37 require_once( 38 realpath(__DIR__.'/../Migrat ions/001_initial.php')38 realpath(__DIR__.'/../Migrate/001_initial.php') 39 39 ); 40 40 } … … 53 53 if( version_compare( $db_version, '1.1.1', '<' ) ) { 54 54 require_once( 55 realpath(__DIR__.'/../Migrat ions/002_short_name_and_redir.php')55 realpath(__DIR__.'/../Migrate/002_short_name_and_redir.php') 56 56 ); 57 57 } -
datacake-core/trunk/README.md
r2481493 r2481532 15 15 City SEO, this will replicate a text changing the city in the text for SEO purposes 16 16 17 * Version: V1.1. 317 * Version: V1.1.4 18 18 19 19 -
datacake-core/trunk/README.txt
r2481493 r2481532 6 6 Tested up to: 5.5.3 7 7 Requires PHP: 7.2 8 Stable tag: 1.1. 38 Stable tag: 1.1.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
datacake-core/trunk/datacake_core.php
r2481493 r2481532 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. 318 * Version: 1.1.4 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. 3' );38 define( 'DATACAKE_CORE_VERSION', '1.1.4' ); 39 39 40 40 require_once __DIR__ . '/vendor/autoload.php'; -
datacake-core/trunk/src/Includes/DatacakeCoreActivator.php
r2481493 r2481532 36 36 if( ! get_option(self::$config_name,null) ) { 37 37 require_once( 38 realpath(__DIR__.'/../Migrat ions/001_initial.php')38 realpath(__DIR__.'/../Migrate/001_initial.php') 39 39 ); 40 40 } … … 53 53 if( version_compare( $db_version, '1.1.1', '<' ) ) { 54 54 require_once( 55 realpath(__DIR__.'/../Migrat ions/002_short_name_and_redir.php')55 realpath(__DIR__.'/../Migrate/002_short_name_and_redir.php') 56 56 ); 57 57 }
Note: See TracChangeset
for help on using the changeset viewer.