Plugin Directory

Changeset 2481532


Ignore:
Timestamp:
02/25/2021 02:42:01 PM (5 years ago)
Author:
datacake
Message:

Building 1.1.4

Location:
datacake-core
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • datacake-core/tags/1.1.4/README.md

    r2481493 r2481532  
    1515City SEO, this will replicate a text changing the city in the text for SEO purposes
    1616
    17 * Version: V1.1.3
     17* Version: V1.1.4
    1818
    1919
  • datacake-core/tags/1.1.4/README.txt

    r2481493 r2481532  
    66Tested up to: 5.5.3
    77Requires PHP: 7.2
    8 Stable tag: 1.1.3
     8Stable tag: 1.1.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • datacake-core/tags/1.1.4/datacake_core.php

    r2481493 r2481532  
    1616 * Plugin URI:        http://www.datacake.com.br
    1717 * Description:       Plugin Datacake para linkar com as Funcionalidade do Data ISP/ISP OG - Redirecionar cidade baseada no cookie
    18  * Version:           1.1.3
     18 * Version:           1.1.4
    1919 * Author:            Paulo Peres Jr
    2020 * Author URI:        https://github.com/PauloPeres
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'DATACAKE_CORE_VERSION', '1.1.3' );
     38define( 'DATACAKE_CORE_VERSION', '1.1.4' );
    3939
    4040require_once __DIR__ . '/vendor/autoload.php';
  • datacake-core/tags/1.1.4/src/Includes/DatacakeCoreActivator.php

    r2481493 r2481532  
    3636        if( ! get_option(self::$config_name,null) ) {
    3737            require_once(
    38                 realpath(__DIR__.'/../Migrations/001_initial.php')
     38                realpath(__DIR__.'/../Migrate/001_initial.php')
    3939            );
    4040        }
     
    5353        if( version_compare( $db_version,   '1.1.1', '<' ) ) {
    5454            require_once(
    55                 realpath(__DIR__.'/../Migrations/002_short_name_and_redir.php')
     55                realpath(__DIR__.'/../Migrate/002_short_name_and_redir.php')
    5656            );
    5757        }
  • datacake-core/trunk/README.md

    r2481493 r2481532  
    1515City SEO, this will replicate a text changing the city in the text for SEO purposes
    1616
    17 * Version: V1.1.3
     17* Version: V1.1.4
    1818
    1919
  • datacake-core/trunk/README.txt

    r2481493 r2481532  
    66Tested up to: 5.5.3
    77Requires PHP: 7.2
    8 Stable tag: 1.1.3
     8Stable tag: 1.1.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • datacake-core/trunk/datacake_core.php

    r2481493 r2481532  
    1616 * Plugin URI:        http://www.datacake.com.br
    1717 * Description:       Plugin Datacake para linkar com as Funcionalidade do Data ISP/ISP OG - Redirecionar cidade baseada no cookie
    18  * Version:           1.1.3
     18 * Version:           1.1.4
    1919 * Author:            Paulo Peres Jr
    2020 * Author URI:        https://github.com/PauloPeres
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'DATACAKE_CORE_VERSION', '1.1.3' );
     38define( 'DATACAKE_CORE_VERSION', '1.1.4' );
    3939
    4040require_once __DIR__ . '/vendor/autoload.php';
  • datacake-core/trunk/src/Includes/DatacakeCoreActivator.php

    r2481493 r2481532  
    3636        if( ! get_option(self::$config_name,null) ) {
    3737            require_once(
    38                 realpath(__DIR__.'/../Migrations/001_initial.php')
     38                realpath(__DIR__.'/../Migrate/001_initial.php')
    3939            );
    4040        }
     
    5353        if( version_compare( $db_version,   '1.1.1', '<' ) ) {
    5454            require_once(
    55                 realpath(__DIR__.'/../Migrations/002_short_name_and_redir.php')
     55                realpath(__DIR__.'/../Migrate/002_short_name_and_redir.php')
    5656            );
    5757        }
Note: See TracChangeset for help on using the changeset viewer.