Plugin Directory

Changeset 3129702


Ignore:
Timestamp:
08/01/2024 07:41:46 PM (19 months ago)
Author:
teconce
Message:

update 1.1

Location:
counten-sale-counter-advanced/trunk
Files:
223 added
16 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • counten-sale-counter-advanced/trunk/admin/partials/edd-adv-admin-options.php

    r2853700 r3129702  
    33 * Settings class.
    44 */
    5 class CSCA_Admin_Settings {
     5class EDDadv_Admin_Settings {
    66    /**
    77     * Settings constructor.
     
    1010     */
    1111    public function __construct() {
    12         $this->csca_settings_options();
     12        $this->eddadv_settings_options();
    1313        //$this->eddadv_font_metabox();
    1414    }
     
    196196     * @since 1.0.3
    197197     */
    198     protected function csca_settings_options() {
    199         $csca_settings_options_slug = 'eddadv_options';
    200 
    201         \COUNTEN::createOptions( $csca_settings_options_slug, array(
    202             'framework_title'         => 'Counten Advanced Sale Counter Options <small>by Teconce</small>',
    203             'menu_title'  => 'Counten Sale Counter',
     198    protected function eddadv_settings_options() {
     199        $eddadv_settings_options_slug = 'eddadv_options';
     200
     201        \CSF::createOptions( $eddadv_settings_options_slug, array(
     202            'framework_title'         => 'EDD Advanced Sale Counter Options <small>by Teconce</small>',
     203            'menu_title'  => 'EDD Sale Counter',
    204204            'menu_slug'   => 'eddadv_options',
    205205            'menu_type'   => 'submenu',
     
    234234        if ( is_array( $eddadv_settings_sections ) && ! empty( $eddadv_settings_sections ) ) {
    235235            foreach ( $eddadv_settings_sections as $settings_section ) {
    236                 \COUNTEN::createSection( $csca_settings_options_slug, $settings_section );
     236                \CSF::createSection( $eddadv_settings_options_slug, $settings_section );
    237237            }
    238238        }
  • counten-sale-counter-advanced/trunk/admin/partials/edd-adv-custom-csf.php

    r2853700 r3129702  
    99 *
    1010 */
    11 if( ! class_exists( 'COUNTEN_Field_eddadvwelcometext' ) ) {
    12   class COUNTEN_Field_eddadvwelcometext extends COUNTEN_Fields {
     11if( ! class_exists( 'CSF_Field_eddadvwelcometext' ) ) {
     12  class CSF_Field_eddadvwelcometext extends CSF_Fields {
    1313
    1414    public function __construct( $field, $value = '', $unique = '', $where = '', $parent = '' ) {
     
    2020      echo $this->field_before();
    2121
    22       echo '<h3>Welcome to Counten Advanced Sale Plugin Dashboard!</h3>
    23 Counten Advanced Sale Plugin is now installed and ready to use!';
     22      echo '<h3>Welcome to EDD Advanced Sale Plugin Dashboard!</h3>
     23EDD Advanced Sale Plugin is now installed and ready to use!';
    2424
    2525      echo $this->field_after();
     
    3939 *
    4040 */
    41 if( ! class_exists( 'COUNTEN_Field_mayosisbanner_eddav' ) ) {
    42   class COUNTEN_Field_mayosisbanner_eddav extends COUNTEN_Fields {
     41if( ! class_exists( 'CSF_Field_mayosisbanner_eddav' ) ) {
     42  class CSF_Field_mayosisbanner_eddav extends CSF_Fields {
    4343
    4444    public function __construct( $field, $value = '', $unique = '', $where = '', $parent = '' ) {
     
    5252      echo '<div class="about-description wezido_mayosis_license">
    5353            If you want to sell your items such as templates, arts, tutorials, music, ebooks, stock photography, stock footage, themes, plugins, code snippets, Softwares or digital services then Mayosis is for you. Built on WordPress and free Easy Digital Downloads. Mayosis – Digital Marketplace Theme allows you to create your own marketplace such as Amazon, eBay, Etsy, Themeforest or CreativeMarket and it takes only a few hours to set up your website and sell goods. The theme is heavily customized and organized for selling a different kind of digital products as we mentioned above. Integrated Visual Composer plugin allows you to create your web pages quickly &amp; visually without knowing a single piece of code.            <div class="img-box-mayo" style="margin-top:15px;">
    54             <a href="https://teconce.com/item/mayosis-digital-marketplace-theme/"><img src="'. esc_url(plugin_dir_url( dirname( __FILE__ ) )) .'/images/mayosis.jpg" alt="mayosis" class="mayosis-banner"></a>
     54            <a href="https://teconce.com/item/mayosis-digital-marketplace-theme/"><img src="https://teconce.files.wordpress.com/2018/09/mayosis.jpg" alt="mayosis" class="mayosis-banner"></a>
    5555            </div>
    5656        </div>';
  • counten-sale-counter-advanced/trunk/readme.txt

    r2853700 r3129702  
    55Requires PHP:7.4
    66Tested up to: 6.1.1
    7 Stable tag: 1.0.0
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4646== Changelog ==
    4747
     48= 1.1 =
     49* Perchantage issue fixed
     50* Variable product support added
     51
    4852= 1.0 =
    4953* Initial Launch
  • counten-sale-counter-advanced/trunk/uninstall.php

    r2853700 r3129702  
    2323 * @since      1.0.0
    2424 *
    25  * @package    Counten_Sale_counter_advanced
     25 * @package    Edd_Sale_Counter_Advanced
    2626 */
    2727
Note: See TracChangeset for help on using the changeset viewer.