Plugin Directory

Changeset 2799077


Ignore:
Timestamp:
10/14/2022 06:10:41 PM (3 years ago)
Author:
thevisad
Message:

Commit version 3 for corrections and tags/0.0.3

Location:
hngamers-atavism-core
Files:
2 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • hngamers-atavism-core/tags/0.0.3/hngamerscore.php

    r2795790 r2799077  
    1212 * Plugin URI: https://hngamers.com/courses/development/atavism/atavism-wordpress-cms/
    1313 * Description: These are the Core Atavism Settings and are used in each of the addon plugins that will be coming.
    14  * Version: 0.0.2
     14 * Version: 0.0.3
    1515 * Author: thevisad
    1616 * Author URI: https://hngamers.com/
     
    285285        $thisOption = get_option('hngamers_core_options');
    286286        ?>
    287         <input id='<?=$i?>' name='hngamers_core_options[<?=$i?>]' size='32' type='text' value="<?php esc_attr_e($thisOption[$i] ); ?>" />
     287        <input id='<?php echo esc_html( $i)?>' name='hngamers_core_options[<?php echo esc_html( $i)?>]' size='32' type='text' value="<?php esc_attr_e($thisOption[$i] ); ?>" />
    288288        <?php
    289289    }
     
    330330    {
    331331        global $thisOption_array;
    332         $thisOption = get_option('hngamers_core_options');
    333332        $thisOption_array = array(
    334333            "hngamers_atavism_recaptcha_apikey_priv_string"        => "YOUR_RECAPTHA_PRIVATE_KEY",
     
    372371}
    373372//Initialize plugin
    374 new hngamers_atavism_core();
     373$hngamers_atavism_core = new hngamers_atavism_core();
  • hngamers-atavism-core/tags/0.0.3/readme.txt

    r2795790 r2799077  
    55Tested up to: 6.0
    66Requires PHP: 5.6
    7 Stable tag: 0.0.2
     7Stable tag: 0.0.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1414== Description ==
    1515
    16 
    17 = Members Only Products =
    18 
    19 = Members Only Store =
    20 
    21 
    22 = Catalog Mode for Non-Members =
     16This is the core Atavism script and is required by all the other scripts. This provides the database connectivity, the variables for this and the admin panel which provides the ability to save database settings for up to 10 servers.
    2317
    2418
    2519== Frequently Asked Questions ==
     20How do I use the plugin or setup it up?
     21Please follow the course here https://hngamers.com/courses/development/atavism/atavism-wordpress-cms/
     22Where do I get support?
     23All support is through the #cms-dev channel in the Atavism Online discord https://discord.gg/sEPQmtjg9N
    2624
    2725= I found a bug in the plugin. =
     26Please report all bugs on the #cms-dev channel in the Atavism Online discord https://discord.gg/sEPQmtjg9N
    2827
    2928== Screenshots ==
     
    3130
    3231== Changelog ==
     32= 0.0.3 =
     33Some minor code cleanup
     34Add character user detection and server detection
    3335= 0.0.2 =
    3436Corrected issue with echoed variables.
  • hngamers-atavism-core/trunk/hngamerscore.php

    r2795790 r2799077  
    1212 * Plugin URI: https://hngamers.com/courses/development/atavism/atavism-wordpress-cms/
    1313 * Description: These are the Core Atavism Settings and are used in each of the addon plugins that will be coming.
    14  * Version: 0.0.2
     14 * Version: 0.0.3
    1515 * Author: thevisad
    1616 * Author URI: https://hngamers.com/
     
    285285        $thisOption = get_option('hngamers_core_options');
    286286        ?>
    287         <input id='<?=$i?>' name='hngamers_core_options[<?=$i?>]' size='32' type='text' value="<?php esc_attr_e($thisOption[$i] ); ?>" />
     287        <input id='<?php echo esc_html( $i)?>' name='hngamers_core_options[<?php echo esc_html( $i)?>]' size='32' type='text' value="<?php esc_attr_e($thisOption[$i] ); ?>" />
    288288        <?php
    289289    }
     
    330330    {
    331331        global $thisOption_array;
    332         $thisOption = get_option('hngamers_core_options');
    333332        $thisOption_array = array(
    334333            "hngamers_atavism_recaptcha_apikey_priv_string"        => "YOUR_RECAPTHA_PRIVATE_KEY",
     
    372371}
    373372//Initialize plugin
    374 new hngamers_atavism_core();
     373$hngamers_atavism_core = new hngamers_atavism_core();
  • hngamers-atavism-core/trunk/readme.txt

    r2795790 r2799077  
    55Tested up to: 6.0
    66Requires PHP: 5.6
    7 Stable tag: 0.0.2
     7Stable tag: 0.0.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1414== Description ==
    1515
    16 
    17 = Members Only Products =
    18 
    19 = Members Only Store =
    20 
    21 
    22 = Catalog Mode for Non-Members =
     16This is the core Atavism script and is required by all the other scripts. This provides the database connectivity, the variables for this and the admin panel which provides the ability to save database settings for up to 10 servers.
    2317
    2418
    2519== Frequently Asked Questions ==
     20How do I use the plugin or setup it up?
     21Please follow the course here https://hngamers.com/courses/development/atavism/atavism-wordpress-cms/
     22Where do I get support?
     23All support is through the #cms-dev channel in the Atavism Online discord https://discord.gg/sEPQmtjg9N
    2624
    2725= I found a bug in the plugin. =
     26Please report all bugs on the #cms-dev channel in the Atavism Online discord https://discord.gg/sEPQmtjg9N
    2827
    2928== Screenshots ==
     
    3130
    3231== Changelog ==
     32= 0.0.3 =
     33Some minor code cleanup
     34Add character user detection and server detection
    3335= 0.0.2 =
    3436Corrected issue with echoed variables.
Note: See TracChangeset for help on using the changeset viewer.