wco_models 3.1.0.90 → 3.1.0.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/wco/unsubscribes_controller.rb +40 -0
- data/app/mailers/wco_email/application_mailer.rb +15 -14
- data/app/models/wco/lead.rb +10 -0
- data/app/models/wco/leadset.rb +4 -0
- data/app/models/wco_email/context.rb +1 -1
- data/app/models/wco_email/email_template.rb +1 -1
- data/app/models/wco_email/message_stub.rb +2 -3
- data/app/views/wco_email/application_mailer/_footer_unsubscribe.html.erb +24 -0
- data/app/views/wco_email/application_mailer/_header_logo.html.erb +12 -0
- data/app/views/wco_email/email_layouts/_m20221201react.html.erb +1202 -0
- data/app/views/wco_email/email_layouts/_m20221222merryxmas.html.erb +766 -0
- data/app/views/wco_email/email_layouts/_m202309_feedback.html.erb +1161 -0
- data/app/views/wco_email/email_layouts/_m202309_ror4.html.erb +1068 -0
- data/app/views/wco_email/email_layouts/_marketing_node_1.html.erb +984 -0
- data/app/views/wco_email/email_layouts/_marketing_react_1.html +0 -0
- data/app/views/wco_email/email_layouts/_marketing_react_2.html.erb +749 -0
- data/app/views/wco_email/email_layouts/_marketing_react_3.html.erb +628 -0
- data/app/views/wco_email/email_layouts/_marketing_ror_1.html +751 -0
- data/app/views/wco_email/email_layouts/_marketing_ror_2.html.erb +755 -0
- data/app/views/wco_email/email_layouts/_marketing_ror_3.html.erb +25 -0
- data/app/views/wco_email/email_layouts/_marketing_ror_4.html.erb +25 -0
- data/app/views/wco_email/email_layouts/_marketing_ror_5.html.erb +17 -0
- data/app/views/wco_email/email_layouts/_marketing_wordpress_1.html +0 -0
- data/app/views/wco_email/email_layouts/_marketing_wordpress_2.html +0 -0
- data/app/views/wco_email/email_layouts/_piousbox_roundborders.html.erb +1007 -0
- data/app/views/wco_email/email_layouts/_plain.haml +18 -0
- data/app/views/wco_email/email_layouts/_rec_resume_shared_with_you.html.erb +39 -0
- data/app/views/wco_email/email_layouts/_slug-1.html.erb +0 -0
- data/app/views/wco_email/email_layouts/_slug-2.html.erb +0 -0
- data/app/views/wco_email/email_layouts/_slug-3.html.erb +0 -0
- data/app/views/wco_email/email_layouts/_test_tracking_footer.haml +12 -0
- data/app/views/wco_email/email_layouts/_wasyaco_roundborders.html.erb +686 -0
- data/app/views/wco_email/unsubscribes/_header.haml +4 -0
- data/app/views/wco_email/unsubscribes/_table.haml +22 -0
- data/config/routes.rb +2 -0
- metadata +29 -1
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: wco_models
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 3.1.0. | 
| 4 | 
            +
              version: 3.1.0.91
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Victor Pudeyev
         | 
| @@ -387,6 +387,7 @@ files: | |
| 387 387 | 
             
            - app/controllers/wco/sites_controller.rb
         | 
| 388 388 | 
             
            - app/controllers/wco/subscriptions_controller.rb
         | 
| 389 389 | 
             
            - app/controllers/wco/tags_controller.rb
         | 
| 390 | 
            +
            - app/controllers/wco/unsubscribes_controller.rb
         | 
| 390 391 | 
             
            - app/controllers/wco/videos_controller.rb
         | 
| 391 392 | 
             
            - app/helpers/wco/application_helper.rb
         | 
| 392 393 | 
             
            - app/jobs/wco_hosting/certbot_job.rb
         | 
| @@ -567,7 +568,34 @@ files: | |
| 567 568 | 
             
            - app/views/wco/videos/trash/_list_small.haml
         | 
| 568 569 | 
             
            - app/views/wco/videos/trash/_meta_edit.haml
         | 
| 569 570 | 
             
            - app/views/wco/videos/trash/_preview.haml
         | 
| 571 | 
            +
            - app/views/wco_email/application_mailer/_footer_unsubscribe.html.erb
         | 
| 572 | 
            +
            - app/views/wco_email/application_mailer/_header_logo.html.erb
         | 
| 570 573 | 
             
            - app/views/wco_email/application_mailer/forwarder_notify.html.erb
         | 
| 574 | 
            +
            - app/views/wco_email/email_layouts/_m20221201react.html.erb
         | 
| 575 | 
            +
            - app/views/wco_email/email_layouts/_m20221222merryxmas.html.erb
         | 
| 576 | 
            +
            - app/views/wco_email/email_layouts/_m202309_feedback.html.erb
         | 
| 577 | 
            +
            - app/views/wco_email/email_layouts/_m202309_ror4.html.erb
         | 
| 578 | 
            +
            - app/views/wco_email/email_layouts/_marketing_node_1.html.erb
         | 
| 579 | 
            +
            - app/views/wco_email/email_layouts/_marketing_react_1.html
         | 
| 580 | 
            +
            - app/views/wco_email/email_layouts/_marketing_react_2.html.erb
         | 
| 581 | 
            +
            - app/views/wco_email/email_layouts/_marketing_react_3.html.erb
         | 
| 582 | 
            +
            - app/views/wco_email/email_layouts/_marketing_ror_1.html
         | 
| 583 | 
            +
            - app/views/wco_email/email_layouts/_marketing_ror_2.html.erb
         | 
| 584 | 
            +
            - app/views/wco_email/email_layouts/_marketing_ror_3.html.erb
         | 
| 585 | 
            +
            - app/views/wco_email/email_layouts/_marketing_ror_4.html.erb
         | 
| 586 | 
            +
            - app/views/wco_email/email_layouts/_marketing_ror_5.html.erb
         | 
| 587 | 
            +
            - app/views/wco_email/email_layouts/_marketing_wordpress_1.html
         | 
| 588 | 
            +
            - app/views/wco_email/email_layouts/_marketing_wordpress_2.html
         | 
| 589 | 
            +
            - app/views/wco_email/email_layouts/_piousbox_roundborders.html.erb
         | 
| 590 | 
            +
            - app/views/wco_email/email_layouts/_plain.haml
         | 
| 591 | 
            +
            - app/views/wco_email/email_layouts/_rec_resume_shared_with_you.html.erb
         | 
| 592 | 
            +
            - app/views/wco_email/email_layouts/_slug-1.html.erb
         | 
| 593 | 
            +
            - app/views/wco_email/email_layouts/_slug-2.html.erb
         | 
| 594 | 
            +
            - app/views/wco_email/email_layouts/_slug-3.html.erb
         | 
| 595 | 
            +
            - app/views/wco_email/email_layouts/_test_tracking_footer.haml
         | 
| 596 | 
            +
            - app/views/wco_email/email_layouts/_wasyaco_roundborders.html.erb
         | 
| 597 | 
            +
            - app/views/wco_email/unsubscribes/_header.haml
         | 
| 598 | 
            +
            - app/views/wco_email/unsubscribes/_table.haml
         | 
| 571 599 | 
             
            - app/views/wco_hosting/docker-compose/dc-any.erb
         | 
| 572 600 | 
             
            - app/views/wco_hosting/docker-compose/dc-helloworld.erb
         | 
| 573 601 | 
             
            - app/views/wco_hosting/docker-compose/dc-wordpress.erb
         |