Plugin Directory

Changeset 3227599


Ignore:
Timestamp:
01/23/2025 05:28:05 PM (13 months ago)
Author:
sharabindu
Message:

version update of barcode plugin

Location:
barcode-generator-for-woocommerce
Files:
32 added
12 edited

Legend:

Unmodified
Added
Removed
  • barcode-generator-for-woocommerce/trunk/README.txt

    r3222775 r3227599  
    1414License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1515
    16 This is an automatically dynamic barcode generator plugin for WooCommerce
     16Dynamic barcode generator for WooCommerce products.
    1717
    1818== Description ==
     
    2121
    2222
    23 ###THE PLUGIN FEATURES
     23###BARCODE PLUGIN FEATURES
    2424
    2525**WooCommerce Product Barcode:** Barcodes are generated automatically for all new and old products.
     
    3232= Extra Features for Premium =
    3333
    34 [Try the Demo](https://woocommercebarcode.com/ "Pro Demo of barcode pluign") | [Backend Demo](https://admin.woocommercebarcode.com/wp-admin "Admin Demo of barcode pluign") | [Premium version](https://sharabindu.com/plugins/woocommerce-barcode-generator/) | [Documents](https://woocommercebarcode.com/docs/introduction/ "Documents")
     34[Try the Demo](https://woocommercebarcode.com/ "Pro Demo of barcode pluign") | [Premium version](https://sharabindu.com/plugins/woocommerce-barcode-generator/) | [Documents](https://woocommercebarcode.com/docs/introduction/ "Documents")
    3535
    3636
     
    137137== Changelog ==
    138138
     139= 1.0.1 =
     140- Fix: The plugin install issues
    139141= 1.0.0 =
    140142- Initial release
  • barcode-generator-for-woocommerce/trunk/admin/class_barcodgenfwoo-admin.php

    r3222773 r3227599  
    44 *
    55 * @link       https://sharabindu.com
    6  * @since      1.0.0
     6 * @since      1.0.1
    77 *
    88 * @package    barcode-generator-for-woocommerce
     
    2525     * The option page variable of this plugin.
    2626     *
    27      * @since    1.0.0
     27     * @since    1.0.1
    2828     * @access   private
    2929     * @var      string
     
    3535     * The ID of this plugin.
    3636     *
    37      * @since    1.0.0
     37     * @since    1.0.1
    3838     * @access   private
    3939     * @var      string    $plugin_name    The ID of this plugin.
     
    4444     * The version of this plugin.
    4545     *
    46      * @since    1.0.0
     46     * @since    1.0.1
    4747     * @access   private
    4848     * @var      string    $version    The current version of this plugin.
     
    5353     * Initialize the class and set its properties.
    5454     *
    55      * @since    1.0.0
     55     * @since    1.0.1
    5656     * @param      string    $plugin_name       The name of this plugin.
    5757     * @param      string    $version    The version of this plugin.
     
    7373     * Register the stylesheets for the admin area.
    7474     *
    75      * @since    1.0.0
     75     * @since    1.0.1
    7676     */
    7777    public function enqueue_styles()
     
    8787     * Register the JavaScript for the admin area.
    8888     *
    89      * @since    1.0.0
     89     * @since    1.0.1
    9090     */
    9191    public function enqueue_scripts()
     
    119119     * Setting link.
    120120     *
    121      * @since    1.0.0
     121     * @since    1.0.1
    122122     */
    123123
     
    148148                    <ul class="barcogencowp_nav_bar">
    149149
    150                         <li><a href="https://woocommercebarcode.com/" target="_blank"><?php echo esc_html__('Frontend Demo (PRO)', 'product-barcode-generator') ?></a></li>
    151                         <li><a href="https://admin.woocommercebarcode.com/wp-admin" target="_blank"><?php echo esc_html__('Backend Demo (PRO)', 'product-barcode-generator') ?></a></li>
    152                         <li><a href="https://sharabindu.com/plugins/woocommerce-barcode-generator/" target="_blank"><?php echo esc_html__('Get PRO', 'product-barcode-generator') ?></a></li>
     150                        <li><a href="https://woocommercebarcode.com/" target="_blank"><?php echo esc_html__('Frontend Demo (PRO)', 'barcode-generator-for-woocommerce') ?></a></li>
     151                        <li><a href="https://admin.woocommercebarcode.com/wp-admin" target="_blank"><?php echo esc_html__('Backend Demo (PRO)', 'barcode-generator-for-woocommerce') ?></a></li>
     152                        <li><a href="https://sharabindu.com/plugins/woocommerce-barcode-generator/" target="_blank"><?php echo esc_html__('Get PRO', 'barcode-generator-for-woocommerce') ?></a></li>
    153153
    154154
  • barcode-generator-for-woocommerce/trunk/admin/class_barcodgenfwoo-dashboard.php

    r3222773 r3227599  
    66 *
    77 * @link       https://sharabindu.com
    8  * @since      1.0.0
     8 * @since      1.0.1
    99 *
    1010 * @package    barcode-generator-for-woocommerce
  • barcode-generator-for-woocommerce/trunk/admin/extenstion/datapbarcodes.php

    r3222773 r3227599  
    33 *
    44 * @link       https://sharabindu.com
    5  * @since      1.0.0
     5 * @since      1.0.1
    66 *
    77 * @package    barcode-generator-for-woocommerce
  • barcode-generator-for-woocommerce/trunk/admin/extenstion/preview-extntion.php

    r3222773 r3227599  
    33 *
    44 * @link       https://sharabindu.com
    5  * @since      1.0.0
     5 * @since      1.0.1
    66 *
    77 * @package    barcode-generator-for-woocommerce
  • barcode-generator-for-woocommerce/trunk/barcode-generator-for-woocommerce.php

    r3222780 r3227599  
    33 * Plugin Name:       Barcode Generator for WooCommerce
    44 * Plugin URI:        https://wordpress.org/plugins/barcode-generator-for-woocommerce
    5  * Description:      This is an auto barcode generator plugin for WooCommerce products.
    6  * Version:           1.0.0
     5 * Description:      Dynamic barcode generator for WooCommerce products.
     6 * Version:           1.0.1
    77 * Author:            Sharabindu
    8  * Author URI:        https://sharabindu.com/plugins/woocommerce-barcode-generator/
     8 * Author URI:        https://sharabindu.com
    99 * Text Domain:       barcode-generator-for-woocommerce
    1010 * Domain Path:       /languages
     
    2222/**
    2323 * Currently plugin version.
    24  * Start at version 1.0.0 and use SemVer - https://semver.org
     24 * Start at version 1.0.1 and use SemVer - https://semver.org
    2525 * Rename this for your plugin and update it as you release new versions.
    2626 */
    27 define('BARCODE_GENERATOR_VERSION', '1.0.0');
     27define('BARCODE_GENERATOR_VERSION', '1.0.1');
    2828
    2929/**
     
    4848{
    4949
    50     require_once plugin_dir_path(__FILE__) . 'includes/class-barcodgenfwoo-deactivator.php';
     50    require_once BARCODE_GENERATOR_PATH . 'includes/class-barcodgenfwoo-activator.php';
     51
    5152    barcodgenfwoo_activator::activate();
    5253
     
    5960function barcodgenfwoo_deactivate()
    6061{
    61     require_once plugin_dir_path(__FILE__) . 'includes/class-barcodgenfwoo-activator.php';
     62
     63    require_once BARCODE_GENERATOR_PATH . 'includes/class-barcodgenfwoo-deactivator.php';
     64
    6265    barcodgenfwoo_deactivator::deactivate();
    6366}
     
    7982 * not affect the page life cycle.
    8083 *
    81  * @since    1.0.0
     84 * @since    1.0.1
    8285 */
    8386function barcodgenfwoo_run()
  • barcode-generator-for-woocommerce/trunk/includes/class-barcodgenfwoo-activator.php

    r3222773 r3227599  
    55 *
    66 * @link       https://sharabindu.com
    7  * @since      1.0.0
     7 * @since      1.0.1
    88 *
    99 * @package    barcode-generator-for-woocommerce
     
    1616 * This class defines all code necessary to run during the plugin's activation.
    1717 *
    18  * @since      1.0.0
     18 * @since      1.0.1
    1919 * @package    barcode-generator-for-woocommerce
    2020 * @subpackage barcode-generator-for-woocommerce/includes
     
    2828     * Long Description.
    2929     *
    30      * @since    1.0.0
     30     * @since    1.0.1
    3131     */
    3232    public static function activate() {
  • barcode-generator-for-woocommerce/trunk/includes/class-barcodgenfwoo-deactivator.php

    r3222773 r3227599  
    55 *
    66 * @link       https://sharabindu.com
    7  * @since      1.0.0
     7 * @since      1.0.1
    88 *
    99 * @package    barcode-generator-for-woocommerce
     
    1616 * This class defines all code necessary to run during the plugin's deactivation.
    1717 *
    18  * @since      1.0.0
     18 * @since      1.0.1
    1919 * @package    barcode-generator-for-woocommerce
    2020 * @subpackage barcode-generator-for-woocommerce/includes
     
    2828     * Long Description.
    2929     *
    30      * @since    1.0.0
     30     * @since    1.0.1
    3131     */
    3232    public static function deactivate() {
  • barcode-generator-for-woocommerce/trunk/includes/class-barcodgenfwoo-loader.php

    r3222773 r3227599  
    55 *
    66 * @link       https://sharabindu.com
    7  * @since      1.0.0
     7 * @since      1.0.1
    88 *
    99 * @package    barcode-generator-for-woocommerce
     
    2727     * The array of actions registered with WordPress.
    2828     *
    29      * @since    1.0.0
     29     * @since    1.0.1
    3030     * @access   protected
    3131     * @var      array    $actions    The actions registered with WordPress to fire when the plugin loads.
     
    3636     * The array of filters registered with WordPress.
    3737     *
    38      * @since    1.0.0
     38     * @since    1.0.1
    3939     * @access   protected
    4040     * @var      array    $filters    The filters registered with WordPress to fire when the plugin loads.
     
    4545     * Initialize the collections used to maintain the actions and filters.
    4646     *
    47      * @since    1.0.0
     47     * @since    1.0.1
    4848     */
    4949    public function __construct() {
     
    5757     * Add a new action to the collection to be registered with WordPress.
    5858     *
    59      * @since    1.0.0
     59     * @since    1.0.1
    6060     * @param    string               $hook             The name of the WordPress action that is being registered.
    6161     * @param    object               $component        A reference to the instance of the object on which the action is defined.
     
    7171     * Add a new filter to the collection to be registered with WordPress.
    7272     *
    73      * @since    1.0.0
     73     * @since    1.0.1
    7474     * @param    string               $hook             The name of the WordPress filter that is being registered.
    7575     * @param    object               $component        A reference to the instance of the object on which the filter is defined.
     
    8686     * collection.
    8787     *
    88      * @since    1.0.0
     88     * @since    1.0.1
    8989     * @access   private
    9090     * @param    array                $hooks            The collection of hooks that is being registered (that is, actions or filters).
     
    113113     * Register the filters and actions with WordPress.
    114114     *
    115      * @since    1.0.0
     115     * @since    1.0.1
    116116     */
    117117    public function run() {
  • barcode-generator-for-woocommerce/trunk/includes/class-barcodgenfwoo-number.php

    r3222773 r3227599  
    77 *
    88 * @link       https://sharabindu.com
    9  * @since      1.0.0
     9 * @since      1.0.1
    1010 *
    1111 * @package    barcode-generator-for-woocommerce
  • barcode-generator-for-woocommerce/trunk/includes/class-barcodgenfwoo.php

    r3222773 r3227599  
    88 *
    99 * @link       https://sharabindu.com
    10  * @since      1.0.0
     10 * @since      1.0.1
    1111 *
    1212 * @package    barcode-generator-for-woocommerce
     
    2323 * version of the plugin.
    2424 *
    25  * @since      1.0.0
     25 * @since      1.0.1
    2626 * @package    barcode-generator-for-woocommerce
    2727 * @subpackage barcode-generator-for-woocommerce/includes
     
    3434     * the plugin.
    3535     *
    36      * @since    1.0.0
     36     * @since    1.0.1
    3737     * @access   protected
    3838     * @var      barcodgenfwoo_Loader    $loader    Maintains and registers all hooks for the plugin.
     
    4343     * The unique identifier of this plugin.
    4444     *
    45      * @since    1.0.0
     45     * @since    1.0.1
    4646     * @access   protected
    4747     * @var      string    $plugin_name    The string used to uniquely identify this plugin.
     
    5252     * The current version of the plugin.
    5353     *
    54      * @since    1.0.0
     54     * @since    1.0.1
    5555     * @access   protected
    5656     * @var      string    $version    The current version of the plugin.
     
    6565     * the public-facing side of the site.
    6666     *
    67      * @since    1.0.0
     67     * @since    1.0.1
    6868     */
    6969    public function __construct() {
     
    7171            $this->version = BARCODE_GENERATOR_VERSION;
    7272        } else {
    73             $this->version = '1.0.0';
     73            $this->version = '1.0.1';
    7474        }
    7575        $this->plugin_name = 'barcode-generator-for-woocommerce';
     
    9494     * with WordPress.
    9595     *
    96      * @since    1.0.0
     96     * @since    1.0.1
    9797     * @access   private
    9898     */
     
    119119     * of the plugin.
    120120     *
    121      * @since    1.0.0
     121     * @since    1.0.1
    122122     * @access   private
    123123     */
     
    138138     * Run the loader to execute all of the hooks with WordPress.
    139139     *
    140      * @since    1.0.0
     140     * @since    1.0.1
    141141     */
    142142    public function run() {
     
    148148     * WordPress and to define internationalization functionality.
    149149     *
    150      * @since     1.0.0
     150     * @since     1.0.1
    151151     * @return    string    The name of the plugin.
    152152     */
     
    158158     * The reference to the class that orchestrates the hooks with the plugin.
    159159     *
    160      * @since     1.0.0
     160     * @since     1.0.1
    161161     * @return    barcodgenfwoo_Loader    Orchestrates the hooks of the plugin.
    162162     */
     
    168168     * Retrieve the version number of the plugin.
    169169     *
    170      * @since     1.0.0
     170     * @since     1.0.1
    171171     * @return    string    The version number of the plugin.
    172172     */
  • barcode-generator-for-woocommerce/trunk/uninstall.php

    r3222773 r3227599  
    2121 *
    2222 * @link       https://sharabindu.com
    23  * @since      1.0.0
     23 * @since      1.0.1
    2424 *
    2525 * @package    barcode-generator-for-woocommerce
Note: See TracChangeset for help on using the changeset viewer.